Skip to content

Commit 042a998

Browse files
authored
[HWORKS-224] hopsworks python SDK opensearch link broken (#338)
* [HWORKS-224] hopsworks python SDK opensearch link broken * Fix release workflow * Fix workflow for tests
1 parent e88d96f commit 042a998

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

Diff for: .github/workflows/mkdocs-release.yml

+3
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ jobs:
1717
with:
1818
python-version: '3.8'
1919

20+
- name: Install ubuntu dependencies
21+
run: sudo apt-get install -y libxml2-dev libxslt-dev
22+
2023
- name: install deps
2124
run: pip3 install pip==22.0.3 && pip3 install 'git+https://github.com/logicalclocks/feature-store-api@master#egg=hsfs[docs]&subdirectory=python' mkdocs-minify-plugin
2225

Diff for: .github/workflows/mkdocs-test.yml

+3
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ jobs:
1616
with:
1717
python-version: '3.8'
1818

19+
- name: Install ubuntu dependencies
20+
run: sudo apt-get install -y libxml2-dev libxslt-dev
21+
1922
- name: install deps
2023
run: pip3 install pip==22.0.3 && pip3 install 'git+https://github.com/logicalclocks/feature-store-api@master#egg=hsfs[docs]&subdirectory=python' mkdocs-minify-plugin
2124

Diff for: docs/user_guides/projects/opensearch/connect.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ client = OpenSearch(**opensearch_api.get_default_py_config())
3636

3737
### API Reference
3838

39-
[OpenSearch](https://docs.hopsworks.ai/hopsworks-api/{{{ hopsworks_version }}}/generated/api/open_search/)
39+
[OpenSearch](https://docs.hopsworks.ai/hopsworks-api/{{{ hopsworks_version }}}/generated/api/opensearch/)
4040

4141
## Conclusion
4242

0 commit comments

Comments
 (0)