From 455facd7656799da7466eea4d274f33c1dd5e3cb Mon Sep 17 00:00:00 2001 From: Mila Page Date: Thu, 27 Jun 2024 16:16:18 -0700 Subject: [PATCH] Put metadata back. --- pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index c41a44c2..f4c9bda1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,6 +23,10 @@ classifiers = [ "Programming Language :: Python :: 3.11", ] +[tool.hatch.metadata] +allow-direct-references = true + + dependencies = [ "psycopg2-binary>=2.9,<3.0", "dbt-adapters @ git+https://github.com/dbt-labs/dbt-adapters.git@ADAP-207/get_show_sql_has_no_wrapping",