You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It should be possible to provide the Adapter object a list of sources (BaseRelation), and receive a mapping of BaseRelation to FreshnessResponses, if there is a performant (faster than calling existing metadata support sequentially) means for the adapter to do so (indicated by TableLastModifiedMetadataBatch). If there is no performant implementation possible, the adapter should be able to indicate this via TableLastModifiedMetadataBatch -- not supported.
Hello! So glad to see this issue progressing as part of the overall FR. I just wanted to check whether it is likely that this (and the downstream BQ implementation) will be backported to v1.8 in time for June?
I'm currently planning a hands-on week for my cross-europe team to meet in person and carry out a number of upgrades. It sure would be awesome if we could add this to the list. Our hourly source freshness now taking circa 15 mins - I think this feature will bring it closer to 15 seconds!
Housekeeping
dbt-adapters
Short description
It should be possible to provide the Adapter object a list of sources (
BaseRelation
), and receive a mapping of BaseRelation to FreshnessResponses, if there is a performant (faster than calling existing metadata support sequentially) means for the adapter to do so (indicated by TableLastModifiedMetadataBatch). If there is no performant implementation possible, the adapter should be able to indicate this viaTableLastModifiedMetadataBatch
-- not supported.Context
Core Epic: dbt-labs/dbt-core#9425
Core Issue: dbt-labs/dbt-core#8705
Acceptance criteria
Tasks
Testing
Tasks
Security
N/A
Docs
N/A
Consequences
Core Issue: dbt-labs/dbt-core#8705
The text was updated successfully, but these errors were encountered: