Forum Discussion

dgeebs's avatar
dgeebs
Regular Visitor
1 year ago
Solved

Dataflow Gen2 Fails to refresh - '_WriteToDataDestination' - 'Data source credentials are missing..

I have a Dataflow Gen 2 (CICD) item that unexpectedly stopped refreshing successfully. The dataflow collects data from several web sources, transforms it, and loads the data into Fabric Lakehouse Ta...
  • Anonymous's avatar
    Anonymous
    1 year ago

    Hi dgeebs ,

    Disabling “Enable staging” was a good tip, but in my case, the real issue came down to broken permissions and metadata bindings after deployment pipeline promotion.

    1. Reapplied Lakehouse permissions manually in the Prod workspace
      → Gave my user Build + Read/Write access again
    2. Rebound the destination table in the Prod-stage Dataflow
      → Removed and re-added the Lakehouse output
    3. Published and refreshed the dataflow  worked successfully

    After using pipelines, always verify Lakehouse permissions and rebind Dataflow destinations, even if everything looks fine.

    Regards,
    Akhil.