A free to use dbt package for creating and loading Data Vault 2.0 compliant Data Warehouses (powered by dbt, an open source data engineering tool, registered trademark of dbt Labs)
Describe the solution you'd like
Scalefree have the concept of a V0 and V1 satellite (V0 is insert only and materialised as table - V1 sat is built off V0 and adds effectivity related data virtually). This can be useful for the business for ad-hoc queries on specific sources of data
Describe alternatives you've considered
Building own macro, or using Scalefrees V1 macro on top of sats created by the automateDV sat macro.
Describe the solution you'd like Scalefree have the concept of a V0 and V1 satellite (V0 is insert only and materialised as table - V1 sat is built off V0 and adds effectivity related data virtually). This can be useful for the business for ad-hoc queries on specific sources of data
Describe alternatives you've considered Building own macro, or using Scalefrees V1 macro on top of sats created by the automateDV sat macro.
AB#5353