From cb85618aa31a4c4dd35551d245db7a6afa00f241 Mon Sep 17 00:00:00 2001 From: Colin Date: Tue, 7 Jan 2025 13:00:51 -0800 Subject: [PATCH] update dependent branches in hatch.toml --- hatch.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hatch.toml b/hatch.toml index db50e0618..b22b571f0 100644 --- a/hatch.toml +++ b/hatch.toml @@ -13,8 +13,8 @@ sources = ["src"] dependencies = [ "dbt-adapters @ git+https://github.com/dbt-labs/dbt-adapters.git@feature/externalCatalogConfig", "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@feature/externalCatalogConfig", - "dbt-core @ git+https://github.com/dbt-labs/dbt-core.git#subdirectory=core@catalogs-parsing", + "dbt-tests-adapter @ git+https://github.com/dbt-labs/dbt-adapters.git@feature/externalCatalogConfig#subdirectory=dbt-tests-adapter", + "dbt-core @ git+https://github.com/dbt-labs/dbt-core.git@catalogs-parsing#subdirectory=core", "ddtrace==2.3.0", "ipdb~=0.13.13", "pre-commit~=3.7.0",