Why in switch activity case name change to default?

Anuganti Suresh 200 Reputation points
2024-02-10T11:53:54.11+00:00

I have one nested json and wants generate 15 tables out of that to Azure SQL. Used switch activity to satisfy condition that once pipeline fails (assume that 5 tables completed and while running 6th table got failed) & while rerunning pipeline need to run from failed table.

While doing this task facing two issues:

  1. Getting below error while debug the pipeline. But if i debug untill 3rd Lookup getting success. It failing for entire pipeline.

a) debug untill 3rd Lookup (success)

User's image

b) debug for entire pipeline (Getting Below error)

User's image

  1. In switch activity added 15 cases for 15 different data flows. When you open data flow under switch activity case name disabled and set it to default. But while creating pipeline all 15 cases it showing table names.User's image

User's image

User's image

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,196 questions
{count} votes