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
arpost
Post Prodigy
Post Prodigy

How do we use the Metadata feature for Copy activity feature?

Greetings, community. I recently noticed the Metadata option on a Copy activity's Destination tab.

 

arpost_2-1738962393711.png

I found some Microsoft documentation for this feature (scroll down in this MS doc section), but I cannot figure out how to actually view or pull the metadata applied to a file.

 

arpost_1-1738962295739.png

 

I set this up to write to a Fabric lakehouse. This doesn't seem to show up in any Fabric UIs, and I haven't seemed to be able to tap into this with either a Get metadata activity. Anyone have ideas?

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @arpost ,

Here are my personal thoughts on your three questions:

 

1. Yes, Lakehouse does support custom metadata. However, the support for custom metadata might depend on the specific implementation and tools you are using.

For example, Lakehouse schemas allow you to group tables and manage metadata more effectively.

Here is the document you can read: Lakehouse schemas (Preview) - Microsoft Fabric | Microsoft Learn

 

2. All custom metadata for an object is not currently returned in Fabric Data Factory.

 

3. To access custom metadata, you might need to use a different approach or tool. For instance, using the Lakehouse management API could help you retrieve and manage custom metadata more effectively.

 

 

Best Regards

Yilong Zhou

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

3 REPLIES 3
Anonymous
Not applicable

Hi @arpost ,

Here are some of my personal thoughts:

1. You can use the Get Metadata activity in a Fabric pipeline to retrieve metadata from your data source. This activity allows you to look up various metadata fields such as column count, structure, and more.


2. To add a Get Metadata activity, create a new pipeline, search for Get Metadata in the Activities pane, and add it to the canvas. Configure the settings by selecting an existing connection or creating a new one, and specify the table or file path.

vyilongmsft_0-1739150414521.png

 

3. You can read this two documents below:

Solved: data factory get metadata activity - Microsoft Fabric Community

Get Metadata activity - Microsoft Fabric | Microsoft Learn

 

 

Best Regards

Yilong Zhou

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

@Anonymous, thank you for the reply. I am familiar with the Get metadata activity; the issue is the custom metadata I add doesn't get returned by the Get metadata activity.

 

Here you can see I added multiple metadata fields to a file I was inserting to Lakehouse.

 

arpost_2-1739197908095.png

 

When I use Get metadata activity, none of that custom metadata appears.

arpost_0-1739197826376.png

 

I even tried did another Get metadata inside a ForEach to get the metadata for the indiviual files and add the custom metadata fields:

 

arpost_3-1739198693397.png

 

arpost_4-1739200482573.png

 

Still not seeing custom metadata.

 

That leads to some questions:

  1. Does this mean lakehouse doesn't support this feature in which case why does it show up as an option for use?
  2. Does data factory not yet return all custom metadata from an object?
  3. Is there any way to access that custom metadata?
Anonymous
Not applicable

Hi @arpost ,

Here are my personal thoughts on your three questions:

 

1. Yes, Lakehouse does support custom metadata. However, the support for custom metadata might depend on the specific implementation and tools you are using.

For example, Lakehouse schemas allow you to group tables and manage metadata more effectively.

Here is the document you can read: Lakehouse schemas (Preview) - Microsoft Fabric | Microsoft Learn

 

2. All custom metadata for an object is not currently returned in Fabric Data Factory.

 

3. To access custom metadata, you might need to use a different approach or tool. For instance, using the Lakehouse management API could help you retrieve and manage custom metadata more effectively.

 

 

Best Regards

Yilong Zhou

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
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