From e77f0a2e9a0216931face5383611dbae37c5b233 Mon Sep 17 00:00:00 2001 From: VersusFacit <67295367+VersusFacit@users.noreply.github.com> Date: Mon, 27 Jan 2025 02:10:32 -0800 Subject: [PATCH] TEMPORARY Move refs of branches. --- dbt-athena/pyproject.toml | 5 ++++- dbt-bigquery/pyproject.toml | 5 ++++- dbt-postgres/pyproject.toml | 5 ++++- dbt-redshift/pyproject.toml | 5 ++++- dbt-snowflake/pyproject.toml | 5 ++++- dbt-spark/pyproject.toml | 5 ++++- 6 files changed, 24 insertions(+), 6 deletions(-) diff --git a/dbt-athena/pyproject.toml b/dbt-athena/pyproject.toml index 69ec0018b..5ed2d6bca 100644 --- a/dbt-athena/pyproject.toml +++ b/dbt-athena/pyproject.toml @@ -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", @@ -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 diff --git a/dbt-bigquery/pyproject.toml b/dbt-bigquery/pyproject.toml index b2d55b25f..b41a6b5a4 100644 --- a/dbt-bigquery/pyproject.toml +++ b/dbt-bigquery/pyproject.toml @@ -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", @@ -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 diff --git a/dbt-postgres/pyproject.toml b/dbt-postgres/pyproject.toml index 6f4b4604a..392fccc60 100644 --- a/dbt-postgres/pyproject.toml +++ b/dbt-postgres/pyproject.toml @@ -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 @@ -47,3 +47,6 @@ testpaths = [ "tests/functional", "tests/unit", ] + +[tool.hatch.metadata] +allow-direct-references = true diff --git a/dbt-redshift/pyproject.toml b/dbt-redshift/pyproject.toml index 77f86fd33..4fc4b841d 100644 --- a/dbt-redshift/pyproject.toml +++ b/dbt-redshift/pyproject.toml @@ -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. @@ -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 diff --git a/dbt-snowflake/pyproject.toml b/dbt-snowflake/pyproject.toml index 568aa3533..a7c209c56 100644 --- a/dbt-snowflake/pyproject.toml +++ b/dbt-snowflake/pyproject.toml @@ -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", @@ -46,3 +46,6 @@ addopts = "-v --color=yes -n auto" filterwarnings = [ "ignore:datetime.datetime.utcnow:DeprecationWarning", ] + +[tool.hatch.metadata] +allow-direct-references = true diff --git a/dbt-spark/pyproject.toml b/dbt-spark/pyproject.toml index de27f9cb2..9a38ddf15 100644 --- a/dbt-spark/pyproject.toml +++ b/dbt-spark/pyproject.toml @@ -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", @@ -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