From a40cfeccf71e44acbc9a82e721a293a0b10f71f9 Mon Sep 17 00:00:00 2001 From: Gerda Shank Date: Tue, 3 Sep 2024 16:04:50 -0400 Subject: [PATCH] Changie and update branches in pyproject.toml --- .changes/unreleased/Features-20240903-160221.yaml | 6 ++++++ pyproject.toml | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 .changes/unreleased/Features-20240903-160221.yaml diff --git a/.changes/unreleased/Features-20240903-160221.yaml b/.changes/unreleased/Features-20240903-160221.yaml new file mode 100644 index 0000000..8409e24 --- /dev/null +++ b/.changes/unreleased/Features-20240903-160221.yaml @@ -0,0 +1,6 @@ +kind: Features +body: Allow configuring snapshot column names +time: 2024-09-03T16:02:21.069085-04:00 +custom: + Author: gshank + Issue: "144" diff --git a/pyproject.toml b/pyproject.toml index e6848a4..0246950 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,10 +54,10 @@ path = "dbt/adapters/postgres/__version__.py" [tool.hatch.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@snapshot_column_names", "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", + "dbt-core @ git+https://github.com/dbt-labs/dbt-core.git@snapshot_column_names#subdirectory=core", 'pre-commit==3.7.0;python_version>="3.9"', 'pre-commit==3.5.0;python_version=="3.8"', "freezegun",