From c7d1d29c391dd484dfc0e534cf899058b758a4e5 Mon Sep 17 00:00:00 2001 From: Robin Andersson Date: Mon, 24 Mar 2025 15:02:59 +0100 Subject: [PATCH 1/3] [HWORKS-2099] Remove references to hopsworks connection from the docs --- docs/user_guides/integrations/databricks/configuration.md | 2 +- docs/user_guides/integrations/emr/emr_configuration.md | 2 +- docs/user_guides/integrations/hdinsight.md | 2 +- docs/user_guides/integrations/mlstudio_designer.md | 2 +- docs/user_guides/integrations/mlstudio_notebooks.md | 2 +- docs/user_guides/integrations/python.md | 2 +- docs/user_guides/integrations/spark.md | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/user_guides/integrations/databricks/configuration.md b/docs/user_guides/integrations/databricks/configuration.md index 96d446871..fa69b6250 100644 --- a/docs/user_guides/integrations/databricks/configuration.md +++ b/docs/user_guides/integrations/databricks/configuration.md @@ -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. diff --git a/docs/user_guides/integrations/emr/emr_configuration.md b/docs/user_guides/integrations/emr/emr_configuration.md index 18cb67b4c..d1984ed1d 100644 --- a/docs/user_guides/integrations/emr/emr_configuration.md +++ b/docs/user_guides/integrations/emr/emr_configuration.md @@ -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"}. diff --git a/docs/user_guides/integrations/hdinsight.md b/docs/user_guides/integrations/hdinsight.md index b13e48ed2..50f57cb42 100644 --- a/docs/user_guides/integrations/hdinsight.md +++ b/docs/user_guides/integrations/hdinsight.md @@ -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/). \ No newline at end of file +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/). \ No newline at end of file diff --git a/docs/user_guides/integrations/mlstudio_designer.md b/docs/user_guides/integrations/mlstudio_designer.md index 03aca4ca5..38d41bbaf 100644 --- a/docs/user_guides/integrations/mlstudio_designer.md +++ b/docs/user_guides/integrations/mlstudio_designer.md @@ -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/). \ No newline at end of file +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/). \ No newline at end of file diff --git a/docs/user_guides/integrations/mlstudio_notebooks.md b/docs/user_guides/integrations/mlstudio_notebooks.md index a879856e7..d1f847a69 100644 --- a/docs/user_guides/integrations/mlstudio_notebooks.md +++ b/docs/user_guides/integrations/mlstudio_notebooks.md @@ -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/). \ No newline at end of file +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/). \ No newline at end of file diff --git a/docs/user_guides/integrations/python.md b/docs/user_guides/integrations/python.md index 32a079a86..fd9769c0d 100644 --- a/docs/user_guides/integrations/python.md +++ b/docs/user_guides/integrations/python.md @@ -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/). diff --git a/docs/user_guides/integrations/spark.md b/docs/user_guides/integrations/spark.md index d624beb0a..d282fecfa 100644 --- a/docs/user_guides/integrations/spark.md +++ b/docs/user_guides/integrations/spark.md @@ -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. From 0d090f0eb662d765661ae516fc3c280a5d31e017 Mon Sep 17 00:00:00 2001 From: Robin Andersson Date: Mon, 24 Mar 2025 15:10:24 +0100 Subject: [PATCH 2/3] try pinning to older ubuntu --- .github/workflows/mkdocs-release.yml | 2 +- .github/workflows/mkdocs-test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/mkdocs-release.yml b/.github/workflows/mkdocs-release.yml index 06a828f08..6ae5ef4a1 100644 --- a/.github/workflows/mkdocs-release.yml +++ b/.github/workflows/mkdocs-release.yml @@ -6,7 +6,7 @@ on: jobs: publish-release: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/mkdocs-test.yml b/.github/workflows/mkdocs-test.yml index 1927a25be..f4e2483ce 100644 --- a/.github/workflows/mkdocs-test.yml +++ b/.github/workflows/mkdocs-test.yml @@ -4,7 +4,7 @@ on: pull_request jobs: test-docs-build: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - name: Checkout main repo From 835731e3d3c3273e43f35110f6262a991b13a3da Mon Sep 17 00:00:00 2001 From: Robin Andersson Date: Mon, 24 Mar 2025 15:15:38 +0100 Subject: [PATCH 3/3] try fix --- .github/workflows/mkdocs-release.yml | 4 ++-- .github/workflows/mkdocs-test.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/mkdocs-release.yml b/.github/workflows/mkdocs-release.yml index 6ae5ef4a1..6b83c4ae7 100644 --- a/.github/workflows/mkdocs-release.yml +++ b/.github/workflows/mkdocs-release.yml @@ -6,7 +6,7 @@ on: jobs: publish-release: - runs-on: ubuntu-22.04 + runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 @@ -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 diff --git a/.github/workflows/mkdocs-test.yml b/.github/workflows/mkdocs-test.yml index f4e2483ce..5811f6a6d 100644 --- a/.github/workflows/mkdocs-test.yml +++ b/.github/workflows/mkdocs-test.yml @@ -4,7 +4,7 @@ on: pull_request jobs: test-docs-build: - runs-on: ubuntu-22.04 + runs-on: ubuntu-latest steps: - name: Checkout main repo @@ -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