Forum Discussion
amaaiia
2 years agoSkilled Sharer
Copy data from lakehouse to ADLSg2
I'm trying to COPY a delta table hosted in my lakheouse into ADLSg2 container in parquet format. I'm trying with some tables, some of them I'm able to copy, but with one of them I get this error: Fa...
Pawansingh
2 years agoRegular Visitor
Hello @amaaiia
This is a nice use case and I would like to learn from you how are you able to copy data from Fabric Lakehouse to ADLS Gen 2.
I would appreciate if you may please share the link or any documentation on how to perform this operation.
Thanks,
P
- amaaiia2 years agoSkilled Sharer
Hello Pawansingh
There are a few ways to do that.
1. You can use a Data Pipeline component, with a COPY activity. You can select a lakehouse table as Source and a ADLSg2 container table as Destination.
2. You can also create a shortcut in your lakehouse to a table in yout ADLSg2 container, and you can write data through that shortcut.