Releases: DataEngineersNZ/Snowflake.DataOps.Actions
Releases · DataEngineersNZ/Snowflake.DataOps.Actions
Python version to 3.12
v0.1.36.beta2 updated python version to 3.12
dbt Apply mods
- split out dbt compile and dbt seed into their own tasks
- removed unit test exclusions
dbt run additional_flag
v0.1.35 added additional_flag to the run dbt command so that full refresh can…
dbt v1.8 testing
updated tests action to work with > dbt v1.8
dbt Run Operation
added ability to use dbt run-operation
Wait Period for Upload
Added configurable wait period for uploads for docs
Docs Update
- udpated devops files
- updated doc setup
- updated profiles.yml file to get either password or keypass instead of assuming there is a profiles file as default
dbt Seed Full Refresh
Updated dbt seed for production releases to use --full-refresh tag to cater for seed table changes
Private Key Auth & dbt Docs Publish
- Updated GitHub Actions to be able to use Public/Private Key
- Add new action
dbt-docs-publish-to-repo
which publishes the dbt docs to a separate repository
Seed Refresh
Applied ability to refresh seeds on full apply