Skip to content

Commit

Permalink
TEMPORARY Move refs of branches.
Browse files Browse the repository at this point in the history
  • Loading branch information
VersusFacit committed Jan 27, 2025
1 parent 27602a3 commit e77f0a2
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 6 deletions.
5 changes: 4 additions & 1 deletion dbt-athena/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ classifiers = [
"Programming Language :: Python :: 3.12",
]
dependencies=[
"dbt-adapters>=1.0.0,<2.0",
"dbt-adapters @ git+https://github.com/dbt-labs/dbt-adapters.git@add_null_equality_condition_to_equals_macro",
"dbt-common>=1.0.0,<2.0",
# add dbt-core to ensure backwards compatibility of installation, this is not a functional dependency
"dbt-core>=1.8.0",
Expand All @@ -53,3 +53,6 @@ filterwarnings = [
"ignore:.*'soft_unicode' has been renamed to 'soft_str'*:DeprecationWarning",
"ignore:unclosed file .*:ResourceWarning",
]

[tool.hatch.metadata]
allow-direct-references = true
5 changes: 4 additions & 1 deletion dbt-bigquery/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ classifiers = [
]
dependencies = [
"dbt-common>=1.10,<2.0",
"dbt-adapters>=1.7,<2.0",
"dbt-adapters @ git+https://github.com/dbt-labs/dbt-adapters.git@add_null_equality_condition_to_equals_macro",
# 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 Expand Up @@ -55,3 +55,6 @@ filterwarnings = [
"ignore:.*'soft_unicode' has been renamed to 'soft_str'*:DeprecationWarning",
"ignore:unclosed file .*:ResourceWarning",
]

[tool.hatch.metadata]
allow-direct-references = true
5 changes: 4 additions & 1 deletion dbt-postgres/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ classifiers = [
]
dependencies = [
"psycopg2-binary>=2.9,<3.0",
"dbt-adapters>=1.7.0,<2.0",
"dbt-adapters @ git+https://github.com/dbt-labs/dbt-adapters.git@add_null_equality_condition_to_equals_macro",
# add dbt-core to ensure backwards compatibility of installation, this is not a functional dependency
"dbt-core>=1.8.0",
# installed via dbt-adapters but used directly
Expand All @@ -47,3 +47,6 @@ testpaths = [
"tests/functional",
"tests/unit",
]

[tool.hatch.metadata]
allow-direct-references = true
5 changes: 4 additions & 1 deletion dbt-redshift/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ classifiers = [
]
dependencies = [
"dbt-common>=1.10,<2.0",
"dbt-adapters>=1.11,<2.0",
"dbt-adapters @ git+https://github.com/dbt-labs/dbt-adapters.git@add_null_equality_condition_to_equals_macro",
"dbt-postgres>=1.8,<1.10",
# dbt-redshift depends deeply on this package. it does not follow SemVer, therefore there have been breaking changes in previous patch releases
# Pin to the patch or minor version, and bump in each new minor version of dbt-redshift.
Expand Down Expand Up @@ -55,3 +55,6 @@ filterwarnings = [
"ignore:.*'soft_unicode' has been renamed to 'soft_str'*:DeprecationWarning",
"ignore:unclosed file .*:ResourceWarning",
]

[tool.hatch.metadata]
allow-direct-references = true
5 changes: 4 additions & 1 deletion dbt-snowflake/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ classifiers = [
]
dependencies = [
"dbt-common>=1.10,<2.0",
"dbt-adapters>=1.10.4,<2.0",
"dbt-adapters @ git+https://github.com/dbt-labs/dbt-adapters.git@add_null_equality_condition_to_equals_macro",
"snowflake-connector-python[secure-local-storage]>=3.0.0,<3.12.4",
# add dbt-core to ensure backwards compatibility of installation, this is not a functional dependency
"dbt-core>=1.8.0",
Expand All @@ -46,3 +46,6 @@ addopts = "-v --color=yes -n auto"
filterwarnings = [
"ignore:datetime.datetime.utcnow:DeprecationWarning",
]

[tool.hatch.metadata]
allow-direct-references = true
5 changes: 4 additions & 1 deletion dbt-spark/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ classifiers = [
]
dependencies = [
"dbt-common>=1.10,<2.0",
"dbt-adapters>=1.7,<2.0",
"dbt-adapters @ git+https://github.com/dbt-labs/dbt-adapters.git@add_null_equality_condition_to_equals_macro",
# add dbt-core to ensure backwards compatibility of installation, this is not a functional dependency
"dbt-core>=1.8.0",
"sqlparams>=3.0.0",
Expand Down Expand Up @@ -58,3 +58,6 @@ filterwarnings = [
"ignore:.*'soft_unicode' has been renamed to 'soft_str'*:DeprecationWarning",
"ignore:unclosed file .*:ResourceWarning",
]

[tool.hatch.metadata]
allow-direct-references = true

0 comments on commit e77f0a2

Please sign in to comment.