Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions ci_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dbt-coves==1.7.10
dbt-core==1.7.17
dbt-snowflake==1.7.5
dbt-coves==1.8.15
dbt-core==1.8.9
dbt-snowflake==1.8.4
pre-commit==3.7.1
10 changes: 10 additions & 0 deletions copier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,13 @@ dbt_adapter:
help: What dbt adapter are you using?
when: "{{not datacoves_dbt_adapter and (setup_dbt_profile or setup_ci_cd or setup_sqlfluff)}}"
default: snowflake

dbt_checkpoint_version:
type: str
help: What dbt-checkpoint version are you using?
when: "{{use_dbt_checkpoint and ask_dbt_checkpoint_version}}"

yamllint_version:
type: str
help: What yamllint version are you using?
when: "{{use_yamllint and ask_yamllint_version}}"
Loading