Closed ewang-loyalty closed 3 months ago
@ewang-loyalty, it is possible, please check below details:
Please take a look at this Unit Test.
You can run onboarding for additional silver customer_clean table by having onboarding file and silver transformation with filter condition for fan out.
Run onboarding for slilver layer in append mode so it will append to existing silver tables. When you launch DLT pipeline it will read silver onboarding and run DLT for bronze source and silver as target
Thanks for creating the unit test example! Was able to clarify that this needs to be a separate onboarding.json during the call. Closing the issue as resolved.
Hi, is it possible to have more than one silver tables after a bronze table? For example, after
customers_cdc
, can I havecustomers
silver table reading fromcustomers_cdc
and anothercustomers_clean
silver table reading fromcustomers
? If so, how do I define these in onboarding.json?