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

Join us at FabCon Vienna from September 15-18, 2025, for the ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM. Get registered

Reply
KimBeck
Regular Visitor

Best practice for using meta/config "table" for controlling loads?

For years I have been using a e.g. meta.LoadConfig table for controlling incremental/fullload and other options for controlling data load from sources to the classic Staging->DWH architecture. This has worked very well.

 

Is there a "wetted" best-practice process for similar control in Fabric Data Factory? -anyone using a meta/config file for controlling this?

 

- I want to try accomplish this without having to provision e.g. an Azure SQL Database for controlling this. 🙂

 

1 ACCEPTED SOLUTION

I found a way to work with a meta table in my Warehouse in my warehouse Workspace from a Bronze Workspace.

 

I managed to do a lookup to the table by  using "Workspace" (not "External"), selecting Warehouse and then specifying the WarehouseID from the URL of my Workspace containing my Warehouse. Then I had to add the SQL Endpoint parameter also. Then I could access the config.meta table accross Workspaces.

 

 

View solution in original post

4 REPLIES 4
KimBeck
Regular Visitor

Thanks for the input.

 

yes, I am looking for a way to port my existing dataflow control knowledge to Fabric conditions.

 

Right now, I want to build a Bronze LH -> Silver LH -> Gold WH architecture.

 

I think that currently, the best solution would be to have a "config" schema in the Gold WH, then I can update the meta/config/control tables in SSMS like I am used to.

 

The connect from Data Factory to this table and retrive the metadata.

 

The proposed solutions are interesting, they do however suggest provisioning a Azure SQL Database for the meta data.

 

Hi @KimBeck 

 

Following up on your query to see if you've reached a resolution. And was just checking back to see if you have a resolution yet. In case if you have any resolution please do share that same with the community as it can be helpful to others.
Otherwise, will respond back with the more details and we will try to help.


Thanks

I found a way to work with a meta table in my Warehouse in my warehouse Workspace from a Bronze Workspace.

 

I managed to do a lookup to the table by  using "Workspace" (not "External"), selecting Warehouse and then specifying the WarehouseID from the URL of my Workspace containing my Warehouse. Then I had to add the SQL Endpoint parameter also. Then I could access the config.meta table accross Workspaces.

 

 

v-cboorla-msft
Microsoft Employee
Microsoft Employee

Hi @KimBeck 

 

Thanks for using Microsoft Fabric Community.

As I understand that you've been successfully using a meta.LoadConfig table to manage data load control in your classic Staging->DWH architecture. That's a great approach!

For similar control in Microsoft Fabric, I found these relevant resources that discuss 'Metadata Driven Pipelines' which might help you.

Link1 : Metadata Driven Pipelines for Microsoft Fabric and

Link2 : Metadata Driven Pipelines for Microsoft Fabric – Part 2, Data Warehouse Style.

These articles focus on using metadata for data pipelines within Fabric, which aligns well with your existing approach.

 

I hope this information helps. Please do let us know if you have any further questions.

 

Thanks.

Helpful resources

Announcements
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.

May FBC25 Carousel

Fabric Monthly Update - May 2025

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

June 2025 community update carousel

Fabric Community Update - June 2025

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

Top Solution Authors