Skip to content
Merged
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 @@ -32,7 +32,7 @@
"- [Train model with Snowpark ML](#train-with-snowpark-ml)\n",
"- [Log models in Model Registry](#log-models-in-model-registry)\n",
" - [Examine model in Snowflake UI](#examine-model-in-snowflake-ui) \n",
"- [Query lineage](#query-lineage)\n",
"- [Query lineage (Preview Feature)](#query-lineage)\n",
"- [Predict with model](#predict-with-model)\n",
" - [Predict with local model](#predict-with-local-model)\n",
" - [Predict with Model Registry](#predict-with-model-registry)\n",
Expand Down Expand Up @@ -1232,7 +1232,7 @@
"metadata": {},
"source": [
"<a id=\"query-lineage\"></a>\n",
"## Query lineage\n",
"## Query lineage (Preview Feature)\n",
"We can now query the lineage from an object. You can call `lineage()` on any object and it returns a set of objects that it has dependency with."
]
},
Expand Down
Loading