-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update 1.7.pre to pull from github branch instead of PyPI * create 1.7.latest requirements off of stable releases * add 1.7.0 to the test versions * update scheduled releases to include 1.7.0 * remove dbt-rpc from requirements * add dbt-rpc back in * add trino and databricks to the 1.7.pre bundle * 1.7.latest is ahead of rc1, which causes a conflict with rc1
- Loading branch information
1 parent
fb0afb0
commit 2469d8a
Showing
4 changed files
with
25 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 14 additions & 0 deletions
14
release_creation/bundle/requirements/v1.7.latest.requirements.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
dbt-core~=1.7.0 --no-binary dbt-postgres | ||
dbt-snowflake~=1.7.0 | ||
dbt-bigquery~=1.7.0 | ||
dbt-redshift~=1.7.0 | ||
dbt-postgres~=1.7.0 | ||
dbt-spark[PyHive,ODBC]~=1.7.0 | ||
# dbt-databricks~=1.7.0 | ||
# dbt-trino~=1.7.0 | ||
dbt-rpc~=0.4.1 | ||
grpcio-status~=1.47.0 | ||
pyasn1-modules~=0.2.1 | ||
pyarrow~=12.0.0,!=12.0.1 | ||
pyodbc==4.0.39 --no-binary pyodbc | ||
snowflake-connector-python~=3.0,!=3.0.4 |
16 changes: 8 additions & 8 deletions
16
release_creation/bundle/requirements/v1.7.pre.requirements.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters