File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed
access-cortex-agent-from-spcs Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ the container includes `python` and `uv`.
99The two versions of the script in this directory contain the same code, but [ one] [ 2 ]
1010uses ` nix shell ` (suitable for flakes) and [ the other] [ 3 ] uses standard ` nix-shell ` .
1111
12-
1312[ 1 ] : https://docs.snowflake.com/en/user-guide/snowflake-cortex/cortex-agents-rest-api
1413[ 2 ] : ./runme-nix-command
1514[ 3 ] : ./runme-nix-shell
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ The default nix-based image provides [Snowflake CLI][index].
33It can be used to connect to Snowflake like so:
44
55``` shell
6-
76echo " [connections.default]" | /bin/snow \
87 --config-file /dev/stdin \
98 sql \
@@ -19,5 +18,4 @@ Optional additions:
1918- ` --format json ` to print results as JSON
2019- Pipe to ` jq ` for pretty printing/parsing
2120
22-
2321[ index ] : https://docs.snowflake.com/en/developer-guide/snowflake-cli/index
You can’t perform that action at this time.
0 commit comments