From b27c6d62129d00c436df0bd353da110be20b1c4b Mon Sep 17 00:00:00 2001 From: mattromano Date: Mon, 29 Dec 2025 13:20:56 -0800 Subject: [PATCH] 1.11 update --- dbt_project.yml | 8 +------- requirements.txt | 4 ++-- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/dbt_project.yml b/dbt_project.yml index 695e6360..1f630ee6 100644 --- a/dbt_project.yml +++ b/dbt_project.yml @@ -37,11 +37,5 @@ models: +enabled: true github_actions: +enabled: true - - +meta: - disallow-spaces-in-resource-names: true - source-freshness-run-project-hooks: true vars: - "dbt_date:time_zone": GMT -flags: - require_generic_test_arguments_property: true \ No newline at end of file + "dbt_date:time_zone": GMT \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 677c108f..cc19e41f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -dbt-core>=1.10.5,<1.11.0 -dbt-snowflake>=1.10.3,<1.11.0 +dbt-core>=1.11.0,<1.12.0 +dbt-snowflake>=1.11.0,<1.12.0 protobuf>=6.0,<7.0 \ No newline at end of file