Skip to content

Commit

Permalink
update dbt-common dependency to 1.10 and dbt-adapters to 1.7 (#1356)
Browse files Browse the repository at this point in the history
* use dynamic schema in test_grant_access_to.py

* use dynamic schema in test_grant_access_to.py

* revert setup

* update dbt-common dependency to 1.10 and dbt-adapters to 1.7

* run integration.yml on change to any *.py file
  • Loading branch information
colin-rogers-dbt authored Sep 27, 2024
1 parent 4932b96 commit ae0f91c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ jobs:
- 'tests/**'
- 'dev-requirements.txt'
- '.github/**'
- '*.py'
- name: Generate integration test matrix
id: generate-matrix
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ def _dbt_bigquery_version() -> str:
packages=find_namespace_packages(include=["dbt", "dbt.*"]),
include_package_data=True,
install_requires=[
"dbt-common>=1.0.4,<2.0",
"dbt-adapters>=1.1.1,<2.0",
"dbt-common>=1.10,<2.0",
"dbt-adapters>=1.7,<2.0",
# 3.20 introduced pyarrow>=3.0 under the `pandas` extra
"google-cloud-bigquery[pandas]>=3.0,<4.0",
"google-cloud-storage~=2.4",
Expand Down

0 comments on commit ae0f91c

Please sign in to comment.