Skip to content

Commit

Permalink
Bump dbt-fabric in /release_creation/bundle/requirements
Browse files Browse the repository at this point in the history
Bumps [dbt-fabric](https://github.com/microsoft/dbt-fabric) from 1.6.0 to 1.8.9.
- [Release notes](https://github.com/microsoft/dbt-fabric/releases)
- [Changelog](https://github.com/microsoft/dbt-fabric/blob/main/CHANGELOG.md)
- [Commits](microsoft/dbt-fabric@v1.6.0...v1.8.9)

---
updated-dependencies:
- dependency-name: dbt-fabric
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 24, 2024
1 parent 2699494 commit e599118
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dbt-postgres~=1.6.0
dbt-spark[PyHive,ODBC]~=1.6.2
dbt-databricks~=1.6.0
dbt-trino~=1.6.0
dbt-fabric==1.6.0
dbt-fabric==1.8.9
dbt-rpc~=0.4.1
google-api-core<2.16.0 # see https://github.com/dbt-labs/dbt-bigquery/issues/1081
pandas<2.2.0,>=2.0.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dbt-postgres~=1.6.0
dbt-spark[PyHive,ODBC]~=1.6.0
dbt-databricks~=1.6.0
dbt-trino~=1.6.0
dbt-fabric~=1.6.0
dbt-fabric~=1.8.9
dbt-rpc~=0.4.1
pyasn1-modules~=0.3.0
pyarrow~=14.0.1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dbt-postgres~=1.7.0
dbt-spark[PyHive,ODBC]~=1.7.1
dbt-databricks~=1.7.2
dbt-trino~=1.7.0
dbt-fabric~=1.7.0
dbt-fabric~=1.8.9
dbt-synapse~=1.7.0, !=1.7.4
dbt-athena-community~=1.7.0
dbt-rpc~=0.4.1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dbt-postgres~=1.7.0rc1
dbt-spark[PyHive,ODBC]~=1.7.0rc1
dbt-databricks~=1.7.0rc1
dbt-trino~=1.7.0rc1
dbt-fabric~=1.7.0
dbt-fabric~=1.8.9
dbt-synapse~=1.7.0rc1
dbt-rpc~=0.4.1
pyasn1-modules~=0.2.1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dbt-spark[PyHive,ODBC]~=1.8.0
# dbt-databricks~=1.8.0 # no final release (pre-release is currently 1.8.0b2
# dbt-trino~=1.8.0 # no final release (pre-release is 1.8.0b3)
# `dbt-fabric==1.8.3` breaks `dbt-synapse`
dbt-fabric>=1.8.0,<1.8.3
dbt-fabric>=1.8.0,<1.8.10
dbt-athena-community~=1.8.1
# dbt-synapse~=1.8.0 # no 1.8 final on 1.8.0rc3
pyasn1-modules~=0.2.1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dbt-databricks~=1.8.0b2 # `dbt-databricks==1.8.0b1` is pinned to `dbt-spark~=1.
dbt-trino~=1.8.0b1
# `dbt-fabric<1.8.0rc3` has dependency conflicts on `dbt-common`
# `dbt-fabric==1.8.3` breaks `dbt-synapse`
dbt-fabric>=1.8.0rc3,<1.8.3
dbt-fabric>=1.8.0rc3,<1.8.10
dbt-synapse~=1.8.0rc1
dbt-athena-community~=1.8.0b1
pyasn1-modules~=0.2.1
Expand Down

0 comments on commit e599118

Please sign in to comment.