Skip to content

Commit 27ebda3

Browse files
committed
restore dbt-adapters changes
1 parent 03c4476 commit 27ebda3

File tree

4 files changed

+3
-9
lines changed

4 files changed

+3
-9
lines changed

dbt-adapters/.changes/unreleased/Features-20251201-111319.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

dbt-adapters/src/dbt/adapters/base/impl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
AdapterTrackingRelationInfo,
7575
)
7676
from dbt.adapters.cache import RelationsCache, _make_ref_key_dict
77-
from dbt.adapters.capability import Capability, CapabilityDict, Support
77+
from dbt.adapters.capability import Capability, CapabilityDict
7878
from dbt.adapters.catalogs import (
7979
CatalogIntegration,
8080
CatalogIntegrationClient,

dbt-bigquery/.changes/unreleased/Features-20251201-111602.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
kind: Features
2-
body: Support batched source freshness in bigquery using TABLE_STORAGE, with 'FullWithCost' support
2+
body: Support batched source freshness in bigquery using TABLE_STORAGE, behind behavior change flag.
33
time: 2025-12-01T11:16:02.767522-05:00
44
custom:
55
Author: michelleark

dbt-bigquery/src/dbt/adapters/bigquery/impl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ class BigQueryAdapter(BaseAdapter):
153153
Capability.TableLastModifiedMetadata: CapabilitySupport(support=Support.Full),
154154
Capability.SchemaMetadataByRelations: CapabilitySupport(support=Support.Full),
155155
Capability.TableLastModifiedMetadataBatch: CapabilitySupport(
156-
support=Support.FullWithCost
156+
support=Support.Full
157157
),
158158
}
159159
)

0 commit comments

Comments
 (0)