From 0816675ca41020868e4a991fe311174d41c47441 Mon Sep 17 00:00:00 2001 From: Michelle Ark Date: Thu, 28 Mar 2024 14:32:27 -0700 Subject: [PATCH] TableLastModifiedMetadataBatch capability --- dbt/adapters/redshift/impl.py | 1 + dev-requirements.txt | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/dbt/adapters/redshift/impl.py b/dbt/adapters/redshift/impl.py index a77601895..18faee48c 100644 --- a/dbt/adapters/redshift/impl.py +++ b/dbt/adapters/redshift/impl.py @@ -58,6 +58,7 @@ class RedshiftAdapter(SQLAdapter): { Capability.SchemaMetadataByRelations: CapabilitySupport(support=Support.Full), Capability.TableLastModifiedMetadata: CapabilitySupport(support=Support.Full), + Capability.TableLastModifiedMetadataBatch: CapabilitySupport(support=Support.Full), } ) diff --git a/dev-requirements.txt b/dev-requirements.txt index 6d29276cf..ffa079f72 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,8 +1,8 @@ # install latest changes in dbt-core + dbt-postgres -git+https://github.com/dbt-labs/dbt-adapters.git -git+https://github.com/dbt-labs/dbt-adapters.git#subdirectory=dbt-tests-adapter +git+https://github.com/dbt-labs/dbt-adapters.git@batch-metadata-freshness +git+https://github.com/dbt-labs/dbt-adapters.git@batch-metadata-freshness#subdirectory=dbt-tests-adapter git+https://github.com/dbt-labs/dbt-common.git -git+https://github.com/dbt-labs/dbt-core.git#subdirectory=core +git+https://github.com/dbt-labs/dbt-core.git@batch-metadata-freshness#subdirectory=core git+https://github.com/dbt-labs/dbt-postgres.git # if version 1.x or greater -> pin to major version