You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASE-NOTES.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,10 +21,18 @@
21
21
## New additions
22
22
* Added global option `--decimal-precision` allowing setting arbitrary precision for Python's `Decimal` type.
23
23
* Added support for `auto_suspend_secs` parameter in SPCS service commands (`deploy`, `set`, `unset`) to configure automatic service suspension after inactivity period.
24
+
* Added `snow dbt describe` and `snow dbt drop` commands
25
+
* Added `snow dbt execute ... retry` subcommand
26
+
* Added new flags to `snow dbt deploy` command:
27
+
*`--default-target` to set a default target
28
+
*`--unset-default-target` to clear default
29
+
*`--external-access-integration` sets external access integrations (needed to pull external deps on altering dbt project object)
30
+
*`--install-local-deps` instructs to install dependencies located in the project
24
31
25
32
## Fixes and improvements
26
33
* Bumped `snowflake-connector-python==3.18.0`
27
34
* Grant privileges defined in `snowflake.yml` after deploying Streamlit
35
+
* Relaxed dbt profiles.yml validation rules; added extra validation for role specified in profiles.yml
0 commit comments