Releases: dbt-labs/dbt-jobs-as-code
Releases · dbt-labs/dbt-jobs-as-code
v1.6.0
- Add
--filter
toimport-jobs
to allow importing jobs to specific environments. In the case where people maintain jobs in the dbt Cloud UI and want to promote them, they can mention what environments they want to import the jobs to using the identifier of the job:[[envs_filter:identifier]]
.
What's Changed
Full Changelog: v1.5.0...v1.6.0
v1.5.0
v1.4.0
v1.3.2
v1.3.1
v1.3.0
What's Changed
- Add mkdocs site
- Add
--managed-only
flag to theimport
command to only import managed jobs - Add
--environment-id
and--project-id
flags tolink
,unlink
anddeactivate-jobs
command
Full Changelog: v1.2.0...v1.3.0