Pipeline Activity failing when trying to Lookup and do For Each item trying to do data flow. - DF-Executor-StoreIsNotDefined

Reddy, Haripriya 6 Reputation points
2021-06-20T23:13:58.963+00:00

Pipeline Activity failing when trying to Lookup and do For Each item trying to do data flow. - DF-Executor-StoreIsNotDefined

Trying to Lookup and do For Each item trying to do data flow. - DF-Executor-StoreIsNotDefined

When the data flow is executed for single item - it works fine.

{"StatusCode":"DF-Executor-StoreIsNotDefined","Message":"Job failed due to reason: The store configuration is not defined. This error is potentially caused by invalid parameter assignement in the pipeline.","Details":""} Dataflow works with hardcoded values but not with the item.

Parameters show correct data in the dataflow Input and Output.

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

1 answer

Sort by: Most helpful
  1. Kiran-MSFT 691 Reputation points Microsoft Employee
    2021-06-22T03:35:25.077+00:00

    Create an 'inline' source and parameterize the table. This would work better than a dataset in dataflow.

    0 comments No comments