From 423362e0e902fe3e70c43b75576dd2ad781c3e42 Mon Sep 17 00:00:00 2001 From: nikki everett Date: Thu, 25 Apr 2024 10:31:35 -0500 Subject: [PATCH] update rli number ranges Signed-off-by: nikki everett --- .../snowflake_plugin/snowflake_plugin_example.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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