Forum Discussion

TheFifthJoin's avatar
TheFifthJoin
Icon for Advocate I rankAdvocate I
1 year ago
Solved

Changing a copy job destination

How do I change the destination of a copy job? It seems like such a simple request I feel like I'm missing something obvious..   Long story short, I forgot to tick the collation button in my worksp...
  • anilgavhane's avatar
    1 year ago

    TheFifthJoin  Unfortunately, you cannot directly change the destination of an existing copy job once it's created. The UI only allows you to modify the source tables, not the target lakehouse or destination.

    Recommended Workaround

    Here’s what you can do:

    1. Delete the Existing Copy Job
      • Go to your Data Factory workspace in Fabric
      • Locate the copy job under the “Data pipeline” or “Copy data” section
      • Delete the job that points to the old lakehouse
    2. Create a New Copy Job
      • Use the same source tables
      • Point the destination to your newly created lakehouse (with correct collation)
      • Reapply any transformations or mappings you had in the original job
    3. Optional: Use Pipelines for Flexibility
    • If you want more control, consider using a Data Pipeline instead of a basic copy job
    • Pipelines allow you to define dynamic parameters, making it easier to switch destinations in future