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

Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers. Get Fabric certified for FREE! Learn more

Reply
dhorrall
Helper I
Helper I

Legacy Synapse 'Serverless' Views not showing up as source tables in 'Copy Activity?

I am trying to do a simple test of moving data currently in a 'serverless' Synapse View to a LakeHouse.  No source views show up to choose from.  Is this a bug?

dhorrall_0-1685191032900.png

 

1 ACCEPTED SOLUTION
ce87
Advocate I
Advocate I

I believe the copy activity only supports tables, which I believe is the case currently in synapse as well (although happy to be proved wrong on that, been a while since I've used the copy tool).

 

You could choose "Use Query" instead and do a SELECT * FROM view_name.

View solution in original post

2 REPLIES 2
dhorrall
Helper I
Helper I

Using explicit query did work.

ce87
Advocate I
Advocate I

I believe the copy activity only supports tables, which I believe is the case currently in synapse as well (although happy to be proved wrong on that, been a while since I've used the copy tool).

 

You could choose "Use Query" instead and do a SELECT * FROM view_name.

Helpful resources

Announcements
Notebook Gallery Carousel1

NEW! Community Notebooks Gallery

Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.

April2025 Carousel

Fabric Community Update - April 2025

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

Top Solution Authors