Set-AzDataFactoryV2DataFlow - Does not deploy flowlet correctly #21032
Unanswered
DriesVyvey
asked this question in
Q&A
Replies: 1 comment
-
Welcome to our discussions :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have written a powershell script to deploy ADF support files to a new Data Factory.
I encountered an issue when deploying my dataflows:
Alsmost all my dataflows are of type 'MappingDataFlow' and these are deployed correctly.
However I have one dataflow that is of type 'Flowlet' and this one is not deployed correctly. Checking the JSON representation of the flowlet in ADF (the flowlet is marked as erroneous), there is only a few lines of JSON code and the type is simply 'Dataflow'.
Furthermore, the error on the flowlet brings the dataflow calling the flowlet and the pipeline calling the dataflow in an error state too.
Manually copying (in ADF) the JSON code from te respective support files to (in this order) the flowlet, the dataflow calling the flowlet, and the pipeline calling the dataflow solves the problem as a workaround.
Should I use another cmdlet to deploy flowlets or is there any workaround to make my automated deployment work ?
Beta Was this translation helpful? Give feedback.
All reactions