[X] I have searched the existing issues, and I could not find an existing issue for this feature
[X] I am requesting a straightforward change to existing dbt-semantic-interfaces functionality, rather than a Big Idea better suited to a discussion
Describe the feature
Declarative Cache
The Declarative Cache stores saved queries that a user specifies (declares) in the data warehouse. The basic flow for populating and reading from this cache is:
- Saved Query → Orchestration → Build table → Same Query → Select * from table
The declarative cache will be specified in the config object under a saved query. This gives us the benefit of defaulting to all saved queries being cached or not and for that flag to be flipped the other way in any given saved query.
Is this your first time submitting a feature request?
Describe the feature
Declarative Cache The Declarative Cache stores saved queries that a user specifies (declares) in the data warehouse. The basic flow for populating and reading from this cache is:
The declarative cache will be specified in the config object under a saved query. This gives us the benefit of defaulting to all saved queries being cached or not and for that flag to be flipped the other way in any given saved query.
This allows us to keep a clean distinction for an export which is not under our management vs. a cache that is purely under our management.
Describe alternatives you've considered
No response
Who will this benefit?
No response
Are you interested in contributing this feature?
No response
Anything else?
No response