I have a copy activity that copy on premise sql data to parquet format in data lake gen2. But I need to copy sql data to delta format in the same data lake. I tried using the data flow to copy from parquet to delta but we have performance issues in this approach. Is there any other way we can achieve this?
Asked
Active
Viewed 1,063 times
0
-
Can you explain more about the performance issue. When you use Delta as sink the data factory spins-up a compute which usually takes 3 minutes or more. Did you check if it is taking the time to spin up the compute or actual transform process? If it is taking time to spin up then create and use a custom Azure hosted Integration runtime instead of AutiResolve IR. https://blogs.dhrutara.com/blogs/data_factory_ir_minimize_compute_spinup_times talks more about using Custom integration runtimes to minimize compute spin up ties. – Ramesh Kanjinghat Apr 12 '22 at 23:30
1 Answers
-1
We have different tools to accomplish the required task.
- The Copy Data tool
- The Azure portal
- The .NET SDK
- The Python SDK
- Azure PowerShell
- The REST API
- The Azure Resource Manager template
The major requirement is to make perfect configuration regarding access tokens and authentication.
Check the above link for the procedure.

Sairam Tadepalli
- 1,563
- 1
- 3
- 11