Skip to content

[HWORKS-2099] Remove references to hopsworks connection from the docs #457

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Mar 24, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/mkdocs-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
python-version: "3.10"

- name: Install ubuntu dependencies
run: sudo apt-get install -y libxml2-dev libxslt-dev
run: sudo apt update && sudo apt-get install -y libxml2-dev libxslt-dev

- name: install deps
run: pip3 install -r requirements-docs.txt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mkdocs-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
python-version: "3.10"

- name: Install ubuntu dependencies
run: sudo apt-get install -y libxml2-dev libxslt-dev
run: sudo apt update && sudo apt-get install -y libxml2-dev libxslt-dev

- name: install deps
run: pip3 install -r requirements-docs.txt
Expand Down
2 changes: 1 addition & 1 deletion docs/user_guides/integrations/databricks/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,4 +103,4 @@ fs = project.get_feature_store() # Get the project's default feature s

## Next Steps

For more information about how to connect, see the [Connection](https://docs.hopsworks.ai/hopsworks-api/{{{ hopsworks_version }}}/generated/api/connection_api/) API reference. Or continue with the Data Source guide to import your own data to the Feature Store.
For more information about how to connect, see the [Login API](https://docs.hopsworks.ai/hopsworks-api/{{{ hopsworks_version }}}/generated/api/login/) API reference. Or continue with the Data Source guide to import your own data to the Feature Store.
2 changes: 1 addition & 1 deletion docs/user_guides/integrations/emr/emr_configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,4 +194,4 @@ Your EMR cluster will now be able to access your Hopsworks Feature Store.

## Next Steps

Use the [Connection API](https://docs.hopsworks.ai/hopsworks-api/{{{ hopsworks_version }}}/generated/api/connection_api/) to connect to the Hopsworks Feature Store. For more information about how to use the Feature Store, see the [Quickstart Guide](https://colab.research.google.com/github/logicalclocks/hopsworks-tutorials/blob/master/quickstart.ipynb){:target="_blank"}.
Use the [Login API](https://docs.hopsworks.ai/hopsworks-api/{{{ hopsworks_version }}}/generated/api/login/) to connect to the Hopsworks Feature Store. For more information about how to use the Feature Store, see the [Quickstart Guide](https://colab.research.google.com/github/logicalclocks/hopsworks-tutorials/blob/master/quickstart.ipynb){:target="_blank"}.
2 changes: 1 addition & 1 deletion docs/user_guides/integrations/hdinsight.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,4 +142,4 @@ fs = project.get_feature_store()

## Next Steps

For more information on how to use the Hopsworks API check out the other guides or the [API Reference](https://docs.hopsworks.ai/hopsworks-api/{{{ hopsworks_version }}}/generated/api/connection_api/).
For more information on how to use the Hopsworks API check out the other guides or the [Login API](https://docs.hopsworks.ai/hopsworks-api/{{{ hopsworks_version }}}/generated/api/login/).
2 changes: 1 addition & 1 deletion docs/user_guides/integrations/mlstudio_designer.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,4 +132,4 @@ Finally, submit the pipeline and wait for it to finish:

## Next Steps

For more information on how to use the Hopsworks API check out the other guides or the [API Reference](https://docs.hopsworks.ai/hopsworks-api/{{{ hopsworks_version }}}/generated/api/connection_api/).
For more information on how to use the Hopsworks API check out the other guides or the [Login API](https://docs.hopsworks.ai/hopsworks-api/{{{ hopsworks_version }}}/generated/api/login/).
2 changes: 1 addition & 1 deletion docs/user_guides/integrations/mlstudio_notebooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,4 @@ fs = project.get_feature_store()

## Next Steps

For more information on how to use the Hopsworks API check out the other guides or the [API Reference](https://docs.hopsworks.ai/hopsworks-api/{{{ hopsworks_version }}}/generated/api/connection_api/).
For more information on how to use the Hopsworks API check out the other guides or the [Login API](https://docs.hopsworks.ai/hopsworks-api/{{{ hopsworks_version }}}/generated/api/login/).
2 changes: 1 addition & 1 deletion docs/user_guides/integrations/python.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ fs = project.get_feature_store() # Get the project's default feature stor

## Next Steps

For more information on how to use the Hopsworks API check out the other guides or the [API Reference](https://docs.hopsworks.ai/hopsworks-api/{{{ hopsworks_version }}}/generated/api/connection_api/).
For more information on how to use the Hopsworks API check out the other guides or the [Login API](https://docs.hopsworks.ai/hopsworks-api/{{{ hopsworks_version }}}/generated/api/login/).
2 changes: 1 addition & 1 deletion docs/user_guides/integrations/spark.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,4 @@ fs = project.get_feature_store() # Get the project's default feature s

## Next Steps

For more information about how to connect, see the [Connection](https://docs.hopsworks.ai/hopsworks-api/{{{ hopsworks_version }}}/generated/api/connection_api/) API reference. Or continue with the Data Source guide to import your own data to the Feature Store.
For more information about how to connect, see the [Login API](https://docs.hopsworks.ai/hopsworks-api/{{{ hopsworks_version }}}/generated/api/login/) API reference. Or continue with the Data Source guide to import your own data to the Feature Store.