snowflake-cli
snowflake-cli copied to clipboard
Snowflake CLI is an open-source command-line tool explicitly designed for developer-centric workloads in addition to SQL operations.
### SnowCLI version 2.2.0 ### Python version 3.11.7 ### Platform macOS-14.4.1-arm64-arm-64bit ### What happened Previously it was possible to start a Job using `snow snowpark jobs create` this was removed...
### Description I want to be able to leverage the snowflake.yml file to pass in extra keys, such as app_owner role and namespace destination of the app ### Context In...
### Pre-review checklist * [ ] I've confirmed that instructions included in README.md are still correct after my changes in the codebase. * [ ] I've added or updated automated...
### SnowCLI version 2.3.0rc0 ### Python version 3.11.5 ### Platform macOS-14.4.1-arm64-arm-64bit ### What happened No newline is printed at the end of JSON output which prevents users from quickly copying...
### Description Much like the templating feature for Snowflake Native Applications using the Snowflake CLI, is there a way to potentially generate a template for Snowpark tests (https://docs.snowflake.com/en/developer-guide/snowpark/python/testing-locally) using Snowflake...
### Pre-review checklist * [ ] I've confirmed that instructions included in README.md are still correct after my changes in the codebase. * [ ] I've added or updated automated...
### Changes description In the hidden `snow spcs job` command I added a new parameter (`name`) this can be used in order to specify the name of the job and...
Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.5.0 to 7.5.1. Changelog Sourced from coverage's changelog. Version 7.5.1 — 2024-05-04 Fix: a pragma comment on the continuation lines of a multi-line statement now excludes the...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.3.0 to 4.3.1. Release notes Sourced from codecov/codecov-action's releases. v4.3.1 What's Changed build(deps-dev): bump typescript from 5.4.4 to 5.4.5 by @dependabot in codecov/codecov-action#1370 fix: more verbose log...
### Description Since `snow sql` allows running one-off statements from the terminal, I only open `snowsql` when I want to have an interactive session. Would be great if `snow sql`...