cancel
Showing results for 
Search instead for 
Did you mean: 
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
Fabric August Update Carousel

Fabric August 2023 Update

Check out the August 2023 Fabric update to learn about new features.

Data Factory Founders Badge

Data Factory Community Founders Badge

Become a founding member of the Data Factory Community.

Learn Live

Learn Live: Event Series

Join Microsoft Reactor and learn from developers.

Top Solution Authors