Skip to content

Commit 5948c7b

Browse files
authored
Dbt upgtade (#122)
* Dbt upgrade to 1.7 * Dbt upgrade to 1.7 * Fixing dp cli
1 parent fe8e2cc commit 5948c7b

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
tox
4343
4444
- name: Report coverage
45-
uses: paambaati/codeclimate-action@v4.0.0
45+
uses: paambaati/codeclimate-action@v5.0.0
4646
env:
4747
CC_TEST_REPORTER_ID: ${{ secrets.CODE_CLIMATE }}
4848
with:

setup.py

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"fsspec==2022.11.0",
1717
"packaging==21.3",
1818
"colorama==0.4.5",
19-
"dbt-core==1.5.4",
19+
"dbt-core==1.7.3",
2020
"pydantic<2",
2121
]
2222

@@ -27,18 +27,18 @@
2727

2828
EXTRA_REQUIRE = {
2929
# DBT adapters
30-
"bigquery": ["dbt-bigquery==1.5.5"],
31-
"postgres": ["dbt-postgres==1.5.4"],
32-
"snowflake": ["dbt-snowflake==1.5.2"],
33-
"redshift": ["dbt-redshift==1.5.9"],
34-
"glue": ["dbt-glue==1.5.3", "dbt-spark[session]==1.5.2"],
30+
"bigquery": ["dbt-bigquery==1.7.2"],
31+
"postgres": ["dbt-postgres==1.7.3"],
32+
"snowflake": ["dbt-snowflake==1.7.1"],
33+
"redshift": ["dbt-redshift==1.7.1"],
34+
"glue": ["dbt-glue==1.7.0", "dbt-spark[session]==1.7.1"],
3535
"databricks": ["dbt-databricks-factory>=0.1.1"],
3636
"dbt-all": [
37-
"dbt-bigquery==1.5.5",
38-
"dbt-postgres==1.5.4",
39-
"dbt-snowflake==1.5.2",
40-
"dbt-redshift==1.5.9",
41-
"dbt-glue==1.5.3",
37+
"dbt-bigquery==1.7.2",
38+
"dbt-postgres==1.7.3",
39+
"dbt-snowflake==1.7.1",
40+
"dbt-redshift==1.7.1",
41+
"dbt-glue==1.7.0",
4242
],
4343
# ---
4444
"docker": ["docker==6.0.1"],

0 commit comments

Comments
 (0)