diff --git a/ci_requirements.txt b/ci_requirements.txt index 1a28a3e..9a110a2 100644 --- a/ci_requirements.txt +++ b/ci_requirements.txt @@ -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 \ No newline at end of file diff --git a/copier.yml b/copier.yml index a6e6e47..6564ca2 100644 --- a/copier.yml +++ b/copier.yml @@ -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}}"