Forum Discussion
Metadata driven pipeline
- 10 months ago
Hi DiKi-I,
Can you be more specific about what you need?
I have a pipeline that runs a notebook, and the behaviour changes based on parameters sent to the notebook, and values in a metadata configuration lakehouse.
I use this as my job orchestrator for Fabric - the notebook accepts a layer parameter, and then starts all the jobs on that layer ensuring that dependencies are met.
My pipeline then runs this notebook 3 times, once for bronze, once for silver, and once for gold.
If you found this helpful, consider giving some Kudos. If I answered your question or solved your problem, mark this post as the solution. - 10 months ago
Hi DiKi-I ,
There are multiple vlogs and youtube tutorial to build meta data driven architecture. Here you need to build a generic pipeline and notebook and a metadata table which you can either build in fabric warehouse or sql db to store all the source and target connection details, the source and target layers, watermark columns.
Thanks,
Pallavi
- 10 months ago
Hi DiKi-I ,
We’d like to follow up regarding the recent concern. Kindly confirm whether the issue has been resolved, or if further assistance is still required. We are available to support you and are committed to helping you reach a resolution.
Best Regards,
Chaithra E.
Hi DiKi-I ,
Thank you for reaching out to Microsoft Community.
Please refer to this blog: Metadata Driven Pipelines for Dynamic Full and Incremental Processing in Azure SQL | Microsoft Community Hub
- DiKi-I10 months agoPost Partisan
Thanks but I need an example for Fabric
- v-echaithra10 months agoCommunity Support
Hi DiKi-I ,
Please refer to this document which has example too.
Metadata-Driven Pipelines in Microsoft Fabric: Automating Data Ingestion at Scale | by Yogitamatole | Medium - tayloramy10 months agoSuper User
Hi DiKi-I,
Can you be more specific about what you need?
I have a pipeline that runs a notebook, and the behaviour changes based on parameters sent to the notebook, and values in a metadata configuration lakehouse.
I use this as my job orchestrator for Fabric - the notebook accepts a layer parameter, and then starts all the jobs on that layer ensuring that dependencies are met.
My pipeline then runs this notebook 3 times, once for bronze, once for silver, and once for gold.
If you found this helpful, consider giving some Kudos. If I answered your question or solved your problem, mark this post as the solution. - KevinChant10 months agoSuper User
Here's one practical example for you that is available in GitHub, so you can download and test it for yourself:
GitHub - bennyaustin/fabric-accelerator: Accelerator to build a Microsoft Fabric modern data platform using pre-built reusable Fabric items and an orchestration ELT Framework