Skip to content

Commit 8804c39

Browse files
fix: failing mdlint checks
1 parent c7f34c9 commit 8804c39

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

demos/access-cortex-agent-from-spcs/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ the container includes `python` and `uv`.
99
The two versions of the script in this directory contain the same code, but [one][2]
1010
uses `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

demos/snowcli-from-spcs/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ The default nix-based image provides [Snowflake CLI][index].
33
It can be used to connect to Snowflake like so:
44

55
```shell
6-
76
echo "[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

0 commit comments

Comments
 (0)