diff --git a/dbt-athena/hatch.toml b/dbt-athena/hatch.toml index 8f0e1263b..e97b8a0ba 100644 --- a/dbt-athena/hatch.toml +++ b/dbt-athena/hatch.toml @@ -11,7 +11,7 @@ sources = ["src"] [envs.default] dependencies = [ - "dbt-adapters @ git+https://github.com/dbt-labs/dbt-adapters.git", + "dbt-adapters @ git+https://github.com/dbt-labs/dbt-adapters.git@add_null_equality_condition_to_equals_macro", "dbt-common @ git+https://github.com/dbt-labs/dbt-common.git", "dbt-tests-adapter @ git+https://github.com/dbt-labs/dbt-adapters.git#subdirectory=dbt-tests-adapter", "dbt-core @ git+https://github.com/dbt-labs/dbt-core.git#subdirectory=core", @@ -55,3 +55,6 @@ check-sdist = [ "find ./dist/dbt_athena-*.gz -maxdepth 1 -type f | xargs python -m pip install --force-reinstall --find-links=dist/", "pip freeze | grep dbt-athena", ] + +[metadata] +allow-direct-references = true diff --git a/dbt-bigquery/hatch.toml b/dbt-bigquery/hatch.toml index eb972b66a..83e6389a2 100644 --- a/dbt-bigquery/hatch.toml +++ b/dbt-bigquery/hatch.toml @@ -12,7 +12,7 @@ sources = ["src"] [envs.default] python = "3.9" dependencies = [ - "dbt-adapters @ git+https://github.com/dbt-labs/dbt-adapters.git", + "dbt-adapters @ git+https://github.com/dbt-labs/dbt-adapters.git@add_null_equality_condition_to_equals_macro", "dbt-common @ git+https://github.com/dbt-labs/dbt-common.git", "dbt-tests-adapter @ git+https://github.com/dbt-labs/dbt-adapters.git#subdirectory=dbt-tests-adapter", "dbt-core @ git+https://github.com/dbt-labs/dbt-core.git#subdirectory=core", @@ -62,3 +62,6 @@ check-sdist = [ "pip freeze | grep dbt-bigquery", ] docker-prod = "docker build -f docker/Dockerfile -t dbt-bigquery ." + +[metadata] +allow-ambiguous-features = true diff --git a/dbt-postgres/hatch.toml b/dbt-postgres/hatch.toml index 2e76633c9..352aa209c 100644 --- a/dbt-postgres/hatch.toml +++ b/dbt-postgres/hatch.toml @@ -11,7 +11,7 @@ sources = ["src"] [envs.default] dependencies = [ - "dbt-adapters @ git+https://github.com/dbt-labs/dbt-adapters.git", + "dbt-adapters @ git+https://github.com/dbt-labs/dbt-adapters.git@add_null_equality_condition_to_equals_macro", "dbt-common @ git+https://github.com/dbt-labs/dbt-common.git", "dbt-tests-adapter @ git+https://github.com/dbt-labs/dbt-adapters.git#subdirectory=dbt-tests-adapter", "dbt-core @ git+https://github.com/dbt-labs/dbt-core.git#subdirectory=core", @@ -61,3 +61,6 @@ check-sdist = [ "find ./dist/dbt_postgres-*.gz -maxdepth 1 -type f | xargs python -m pip install --force-reinstall --find-links=dist/", "pip freeze | grep dbt-postgres", ] + +[metadata] +allow-direct-references = true diff --git a/dbt-redshift/hatch.toml b/dbt-redshift/hatch.toml index 0d78b8a1d..fc7691c57 100644 --- a/dbt-redshift/hatch.toml +++ b/dbt-redshift/hatch.toml @@ -11,7 +11,7 @@ sources = ["src"] [envs.default] dependencies = [ - "dbt-adapters @ git+https://github.com/dbt-labs/dbt-adapters.git", + "dbt-adapters @ git+https://github.com/dbt-labs/dbt-adapters.git@add_null_equality_condition_to_equals_macro", "dbt-common @ git+https://github.com/dbt-labs/dbt-common.git", "dbt-core @ git+https://github.com/dbt-labs/dbt-core.git#subdirectory=core", "dbt-tests-adapter @ git+https://github.com/dbt-labs/dbt-adapters.git#subdirectory=dbt-tests-adapter", @@ -62,3 +62,6 @@ check-sdist = [ "pip freeze | grep dbt-redshift", ] docker-prod = "docker build -f docker/Dockerfile -t dbt-redshift ." + +[metadata] +allow-direct-references = true diff --git a/dbt-snowflake/hatch.toml b/dbt-snowflake/hatch.toml index 7a2f1e272..c83caa066 100644 --- a/dbt-snowflake/hatch.toml +++ b/dbt-snowflake/hatch.toml @@ -11,7 +11,7 @@ sources = ["src"] [envs.default] dependencies = [ - "dbt-adapters @ git+https://github.com/dbt-labs/dbt-adapters.git", + "dbt-adapters @ git+https://github.com/dbt-labs/dbt-adapters.git@add_null_equality_condition_to_equals_macro", "dbt-common @ git+https://github.com/dbt-labs/dbt-common.git", "dbt-tests-adapter @ git+https://github.com/dbt-labs/dbt-adapters.git#subdirectory=dbt-tests-adapter", "dbt-core @ git+https://github.com/dbt-labs/dbt-core.git#subdirectory=core", @@ -60,3 +60,6 @@ check-sdist = [ "pip freeze | grep dbt-snowflake", ] docker-prod = "docker build -f docker/Dockerfile -t dbt-snowflake ." + +[metadata] +allow-direct-references = true diff --git a/dbt-spark/hatch.toml b/dbt-spark/hatch.toml index 638bba83c..010bafb58 100644 --- a/dbt-spark/hatch.toml +++ b/dbt-spark/hatch.toml @@ -11,7 +11,7 @@ sources = ["src"] [envs.default] dependencies = [ - "dbt-adapters @ git+https://github.com/dbt-labs/dbt-adapters.git", + "dbt-adapters @ git+https://github.com/dbt-labs/dbt-adapters.git@add_null_equality_condition_to_equals_macro", "dbt-common @ git+https://github.com/dbt-labs/dbt-common.git", "dbt-tests-adapter @ git+https://github.com/dbt-labs/dbt-adapters.git#subdirectory=dbt-tests-adapter", "dbt-core @ git+https://github.com/dbt-labs/dbt-core.git#subdirectory=core", @@ -59,3 +59,6 @@ check-sdist = [ "pip freeze | grep dbt-spark", ] docker-prod = "docker build -f docker/Dockerfile -t dbt-spark ." + +[metadata] +allow-direct-references = true