Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2026 06:29 PM
If you are already doing Declarative Pipelines you can indeed encapsulate the transformation logic a view inside the pipeline. That view would be reading from a source (lets say) silver streaming table and populating a (lets say) gold MV.
So raw files (autoloader) --> bronze (append streaming table) --> silver (SCD streaming table) --> view (some additional transformations, joins) --> gold (MV).
This is already possible.
Maybe I'm misunderstanding the request. Feel free to clarify.