From 3803bb63e7b380bceec2dc6b871b6bc9772618a5 Mon Sep 17 00:00:00 2001 From: Doug Beatty <44704949+dbeatty10@users.noreply.github.com> Date: Fri, 12 Apr 2024 05:44:20 -0600 Subject: [PATCH] Specify the dev branch in `hatch_build.py` --- hatch_build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hatch_build.py b/hatch_build.py index a44d06c7..9cbf39fb 100644 --- a/hatch_build.py +++ b/hatch_build.py @@ -7,7 +7,7 @@ BASE_DEPS = [ # psycopg2 dependency installed in custom hatch_build.py - "dbt-adapters>=0.1.0a1,<2.0", + "dbt-adapters @ git+https://github.com/dbt-labs/dbt-adapters.git@dbeatty/unknown-data-type-code-8912", # add dbt-core to ensure backwards compatibility of installation, this is not a functional dependency "dbt-core>=1.8.0a1", # installed via dbt-adapters but used directly