Dataflow fails when executing pipeline and presents the following error

Eddynson Vega 152 Reputation points
2021-10-01T22:13:13.967+00:00

{"message":"Job failed due to reason: The store configuration is not defined. This error is potentially caused by invalid parameter assignment in the pipeline.. Details:","failureType":"UserError","target":"Data flow","errorCode":"DF-Executor-StoreIsNotDefined"}

137078-screenshot-8.png

When I debug the dataflow it works fine,but when I execute it though a trigger it presents the error.

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

Accepted answer
  1. ShaikMaheer-MSFT 38,546 Reputation points Microsoft Employee Moderator
    2021-10-06T04:58:40.49+00:00

    Hi @Anonymous ,

    Thank you for Posting query on Microsoft Q&A and sharing few insights on issue.

    I tried similar implementation. by having a parameter in data flow and supplying string value to that parameter from data flow activity. "

    I see error when I check Expression box inside Dataflow Parameters tab. When I Uncheck Expression box then I am not seeing any Issue.

    When you uncheck expression box that means the string parameter values will be wrapped into single quotes using the interpolation syntax

    You try to execute your data flow by checking and un-checking expression box to see how it behaves.

    Below are screenshots:
    138023-image.png

    137906-image.png

    How ever, Your error message in the question still makes little confusion as it says store not defined. That means you may be using some dataset which may be pointing to a storage which is not defined. Kindly review this point as also once. Thank you.

    Hope this will help. Please let us know how it goes and if any further queries.

    ------------------------------

    • Please don't forget to click on 130616-image.png or upvote 130671-image.png button whenever the information provided helps you. Original posters help the community find answers faster by identifying the correct answer. Here is how
    • Want a reminder to come back and check responses? Here is how to subscribe to a notification
    • If you are interested in joining the VM program and help shape the future of Q&A: Here is how you can be part of Q&A Volunteer Moderators
    2 people found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.