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

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

Reply
dhorrall
Frequent Visitor

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
Helper I
Helper 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
Frequent Visitor

Using explicit query did work.

ce87
Helper I
Helper 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
April AMA free

Microsoft Fabric AMA Livestream

Join us Tuesday, April 09, 9:00 – 10:00 AM PST for a live, expert-led Q&A session on all things Microsoft Fabric!

Fabric Community Conference

Microsoft Fabric Community Conference

Join us at our first-ever Microsoft Fabric Community Conference, March 26-28, 2024 in Las Vegas with 100+ sessions by community experts and Microsoft engineering.

Top Solution Authors