Skip to content
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

Add related examples to snowflake doc #526

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
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
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,19 @@
{
"cell_type": "markdown",
"metadata": {
"editable": true,
"slideshow": {
"slide_type": ""
},
"tags": [
"platform/kubernetes",
"cloud/gcp/gke",
"tools/dask-operator",
"library/cuspatial",
"library/dask",
"library/cudf",
"data-format/parquet",
"data-storage/gcs"
"data-storage/gcs",
"platforms/kubernetes"
]
},
"source": [
Expand Down
2 changes: 1 addition & 1 deletion source/examples/rapids-snowflake-cudf/notebook.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"tags": [
"library/cudf",
"platform/snowflake"
"platforms/snowflake"
]
},
"source": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@
"cell_type": "markdown",
"id": "671dd603-6b51-46b2-98b3-2b05c7c92c38",
"metadata": {
"editable": true,
"slideshow": {
"slide_type": ""
},
"tags": [
"platform/kubernetes",
"cloud/gcp/gke",
"tools/dask-operator",
"workflow/hpo",
Expand All @@ -14,7 +17,8 @@
"library/dask-cuda",
"library/xgboost",
"library/optuna",
"data-storage/gcs"
"data-storage/gcs",
"platforms/kubernetes"
]
},
"source": [
Expand Down
6 changes: 3 additions & 3 deletions source/examples/xgboost-dask-databricks/notebook.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
"slide_type": ""
},
"tags": [
"platform/databricks",
"library/dask",
"library/dask-cudf",
"library/xgboost",
Expand All @@ -28,7 +27,8 @@
"workflow/xgboost",
"dataset/higgs",
"data-format/csv",
"data-storage/databricks-delta-lake"
"data-storage/databricks-delta-lake",
"platforms/databricks"
]
},
"source": [
Expand Down Expand Up @@ -1899,7 +1899,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.18"
"version": "3.12.8"
}
},
"nbformat": 4,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,19 @@
"cell_type": "markdown",
"id": "45684b2f-019b-4ccf-af65-b722aa270e40",
"metadata": {
"editable": true,
"slideshow": {
"slide_type": ""
},
"tags": [
"library/xgboost",
"library/optuna",
"library/dask",
"tools/dask-kubernetes",
"platform/kubernetes",
"platform/kubeflow",
"library/scikit-learn",
"workflow/hpo"
"workflow/hpo",
"platforms/kubeflow",
"platforms/kubernetes"
]
},
"source": [
Expand Down Expand Up @@ -659,7 +663,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.15"
"version": "3.12.8"
},
"vscode": {
"interpreter": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"dataset/nyc-taxi",
"data-storage/gcs",
"data-format/csv",
"platform/kubeflow",
"platform/kubernetes"
"platforms/kubeflow",
"platforms/kubernetes"
]
},
"source": [
Expand Down
4 changes: 4 additions & 0 deletions source/platforms/snowflake.md
Original file line number Diff line number Diff line change
Expand Up @@ -343,3 +343,7 @@ USE ROLE ACCOUNTADMIN;
DROP ROLE CONTAINER_USER_ROLE;
DROP EXTERNAL ACCESS INTEGRATION ALLOW_ALL_EAI;
```

Copy link
Member

@jacobtomlinson jacobtomlinson Feb 13, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's add a subtitle.

Suggested change
## Related Examples

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The magic behind

```{relatedexamples}


already includes adding the title. I had to fix all the tags to be able to get this one. So I include them as part of the fix of this PR. 

```{relatedexamples}

```
Loading