diff --git a/docs/deprecated_integrations/snowflake_plugin/snowflake_plugin_example.md b/docs/deprecated_integrations/snowflake_plugin/snowflake_plugin_example.md index f4c0fee808..9994884fbe 100644 --- a/docs/deprecated_integrations/snowflake_plugin/snowflake_plugin_example.md +++ b/docs/deprecated_integrations/snowflake_plugin/snowflake_plugin_example.md @@ -18,7 +18,7 @@ Incorporate {py:class}`~flytekitplugins.snowflake.SnowflakeConfig` within the ta ```{rli} https://raw.githubusercontent.com/flyteorg/flytesnacks/master/examples/snowflake_plugin/snowflake_plugin/snowflake_plugin_example.py :caption: snowflake_plugin/snowflake_plugin_example.py -:lines: 5-16 +:lines: 4-15 ``` :::{note} @@ -56,7 +56,7 @@ This country will be provided as user input, using a nation key to specify it. ```{rli} https://raw.githubusercontent.com/flyteorg/flytesnacks/master/examples/snowflake_plugin/snowflake_plugin/snowflake_plugin_example.py :caption: snowflake_plugin/snowflake_plugin_example.py -:lines: 19-35 +:lines: 18-34 ``` To review the query results, access the Snowflake console at: @@ -66,7 +66,7 @@ You can also execute the task and workflow locally. ```{rli} https://raw.githubusercontent.com/flyteorg/flytesnacks/master/examples/snowflake_plugin/snowflake_plugin/snowflake_plugin_example.py :caption: snowflake_plugin/snowflake_plugin_example.py -:lines: 42-44 +:lines: 41-43 ``` [flytesnacks]: https://github.com/flyteorg/flytesnacks/tree/master/examples/snowflake_plugin