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

Fix rli number ranges in Snowflake plugin example doc #5287

Merged
merged 1 commit into from
Apr 25, 2024
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 @@ -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}
Expand Down Expand Up @@ -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:
Expand All @@ -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
Loading