From 9064cb46f239ddbecca612f5114a791afef8cefc Mon Sep 17 00:00:00 2001 From: Doug Beatty Date: Wed, 1 May 2024 16:13:33 -0600 Subject: [PATCH] Temporarily allow direct references for hatch --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 9f95df8c..61ec4dfa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,6 +55,9 @@ packages = ["dbt"] [tool.hatch.version] path = "dbt/adapters/postgres/__version__.py" +[tool.hatch.metadata] +allow-direct-references = true + [tool.hatch.envs.default] dependencies = [ "dbt-adapters @ git+https://github.com/dbt-labs/dbt-adapters.git@dbeatty/date-macro",