Skip to content

Commit 269007b

Browse files
committed
Start fixing {{{hopsworks_version}}} links
1 parent 3e06c74 commit 269007b

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.markdownlint.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@ MD013: false
33
MD033: false
44
MD045: false
55
MD046: false
6+
MD052: false
67
MD004:
78
style: dash

docs/setup_installation/common/arrow_flight_duckdb.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ and batch inference data from the Feature Store, as well as creating moderately-
99

1010
When the service is enabled, clients will automatically use it for the following operations:
1111

12-
- [reading Feature Groups](https://docs.hopsworks.ai/hopsworks-api/{{{hopsworks_version}}}/generated/api/feature_group_api/#read)
13-
- [reading Queries](https://docs.hopsworks.ai/hopsworks-api/{{{hopsworks_version}}}/generated/api/query_api/#read)
14-
- [reading Training Datasets](https://docs.hopsworks.ai/hopsworks-api/{{{hopsworks_version}}}/generated/api/feature_view_api/#get_training_data)
12+
- [reading Feature Groups][hsfs.feature_group.FeatureGroup.read]
13+
- [reading Queries][hsfs.query.Query.read]
14+
- [reading Training Datasets][hsfs.feature_view.FeatureView.get_training_data]
1515
- [creating In-Memory Training Datasets](https://docs.hopsworks.ai/hopsworks-api/{{{hopsworks_version}}}/generated/api/feature_view_api/#training_data)
1616
- [reading Batch Inference Data](https://docs.hopsworks.ai/hopsworks-api/{{{hopsworks_version}}}/generated/api/feature_view_api/#get_batch_data)
1717
For larger datasets, clients can still make use of the Spark/Hive backend by explicitly setting

0 commit comments

Comments
 (0)