Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
vivien57
Advocate V
Advocate V

Making do without a container (and without excessive duplication)

Hello everyone,

How do you develop your data pipelines without containers (as available on SSIS for example) and without duplicating things ?

vivien57_0-1753079937527.png


For example, here I have a flow that calls two child pipelines and I want it to report an error if one of them is in error (so that the others can continue to load or run).

Here I have two child pipelines, so two failed components. But if I have to do this for 20 tables, I'll have to make 20 failed components...

Whereas with a container, you put the 20 components inside and if one is in error, the error will be reported but the other tables will continue to load anyway.

Thank in advance for your return,

Have a nice day,

Vivien

1 ACCEPTED SOLUTION
NandanHegde
Super User
Super User

plz refer the below blog :

https://datasharkx.wordpress.com/2021/08/19/error-logging-and-the-art-of-avoiding-redundant-activiti...

 

wherein you can create a generic pipeline framework to capture the logs via 1 activity only rather than having it duplicated across every activity




----------------------------------------------------------------------------------------------
Nandan Hegde (MSFT Data MVP)
LinkedIn Profile : www.linkedin.com/in/nandan-hegde-4a195a66
GitHUB Profile : https://github.com/NandanHegde15
Twitter Profile : @nandan_hegde15
MSFT MVP Profile : https://mvp.microsoft.com/en-US/MVP/profile/8977819f-95fb-ed11-8f6d-000d3a560942
Topmate : https://topmate.io/nandan_hegde
Blog :https://datasharkx.wordpress.com

View solution in original post

4 REPLIES 4
NandanHegde
Super User
Super User

plz refer the below blog :

https://datasharkx.wordpress.com/2021/08/19/error-logging-and-the-art-of-avoiding-redundant-activiti...

 

wherein you can create a generic pipeline framework to capture the logs via 1 activity only rather than having it duplicated across every activity




----------------------------------------------------------------------------------------------
Nandan Hegde (MSFT Data MVP)
LinkedIn Profile : www.linkedin.com/in/nandan-hegde-4a195a66
GitHUB Profile : https://github.com/NandanHegde15
Twitter Profile : @nandan_hegde15
MSFT MVP Profile : https://mvp.microsoft.com/en-US/MVP/profile/8977819f-95fb-ed11-8f6d-000d3a560942
Topmate : https://topmate.io/nandan_hegde
Blog :https://datasharkx.wordpress.com

Thanks for your feedback.

It does work, but I don't think it's very clean.

Is a container planned in the roadmap?

ADF has been in picture since last couple of years and Fabric data pipelines is hosted on top of it.
So I do not foresee the above request on any immediate basis , but you can still create a feedback for the product team to work on if need be.




----------------------------------------------------------------------------------------------
Nandan Hegde (MSFT Data MVP)
LinkedIn Profile : www.linkedin.com/in/nandan-hegde-4a195a66
GitHUB Profile : https://github.com/NandanHegde15
Twitter Profile : @nandan_hegde15
MSFT MVP Profile : https://mvp.microsoft.com/en-US/MVP/profile/8977819f-95fb-ed11-8f6d-000d3a560942
Topmate : https://topmate.io/nandan_hegde
Blog :https://datasharkx.wordpress.com

I've just found an idea that's already been submitted and has a planned status. Feel free to vote to make it a higher priority 🙂

https://community.fabric.microsoft.com/t5/Fabric-Ideas/Adding-a-Container-for-Logical-Grouping-of-Ac...

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

Find out what's new and trending in the Fabric community.

Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June FBC25 Carousel

Fabric Monthly Update - June 2025

Check out the June 2025 Fabric update to learn about new features.

Top Solution Authors