Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dbt-core requirement from ~=1.3.0 to ~=1.8.3 in /release_creation/bundle/requirements #170

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dbt-core~=1.3.0 --no-binary dbt-postgres
dbt-core~=1.8.3 --no-binary dbt-postgres
dbt-snowflake~=1.3.0
dbt-bigquery~=1.3.0
dbt-redshift~=1.3.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
setuptools
dbt-core~=1.4.0 --no-binary dbt-postgres
dbt-core~=1.8.3 --no-binary dbt-postgres
dbt-snowflake~=1.4.0
dbt-bigquery~=1.4.0
dbt-redshift~=1.4.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dbt-core~=1.5.0 --no-binary dbt-postgres
dbt-core~=1.8.3 --no-binary dbt-postgres
dbt-snowflake~=1.5.0
dbt-bigquery~=1.5.0
dbt-redshift~=1.5.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dbt-core~=1.6.0 --no-binary dbt-postgres
dbt-core~=1.8.3 --no-binary dbt-postgres
dbt-snowflake~=1.6.0
dbt-bigquery~=1.6.0
dbt-redshift~=1.6.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dbt-core~=1.6.0 --no-binary dbt-postgres
dbt-core~=1.8.3 --no-binary dbt-postgres
dbt-snowflake~=1.6.0
dbt-bigquery~=1.6.0
dbt-redshift~=1.6.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dbt-core~=1.7.0,>=1.7.3 --no-binary dbt-postgres
dbt-core~=1.8.3 --no-binary dbt-postgres
dbt-snowflake~=1.7.0
dbt-bigquery~=1.7.0
dbt-redshift~=1.7.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dbt-core~=1.7.0rc1 --no-binary dbt-postgres
dbt-core~=1.8.3 --no-binary dbt-postgres
dbt-snowflake~=1.7.0rc1
dbt-bigquery~=1.7.0rc1
dbt-redshift~=1.7.0rc1
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dbt-adapters>=1.1.0
dbt-common~=1.0.0
dbt-core~=1.8.0
dbt-core~=1.8.3
dbt-snowflake~=1.8.0
dbt-bigquery~=1.8.0
dbt-redshift~=1.8.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dbt-adapters>=1.0.0b1
dbt-common~=1.0.0b1
dbt-core~=1.8.0b1
dbt-core~=1.8.3
dbt-snowflake~=1.8.0b1
dbt-bigquery~=1.8.0b1
dbt-redshift~=1.8.0b1
Expand Down
Loading