Forum Discussion
Create Dataflow Gen 2 without Data destination to test - unable to add Data destination later
- 3 years ago
Hey!
The data destination logic is set up as an extra (last) step to a query of your choosing. Make sure that you select the query of your choice and then you should be able to see the "output destination" button in the ribbon, the diagram view or even in the applied steps section available to you.
If you are not able to see it, could you please share a screenshot of what you see? Just make sure that you select a query first.
Hi,
where is the solution please ? I have always the same issue. When I prepare a dataflow gen2 (reading from sharepoint, load to lakehouse), everything looks great.... but then when I publish it Fabric generates a new tasks to Flow with a alert/bug.
If a delete these task. I can not to add destination (lakehouse) again anymore.
task with alert:
let
WriteToDatabaseTableFrom_TransformForOutputToDatabaseTableFrom_Query = Pipeline.ExecuteAction(ValueAction.WithTransaction([Target = #"DestinationForWriteToDatabaseTableFrom_Query (2)"], (txn) => {TableAction.DeleteRows(txn[Target]), TableAction.InsertRows(txn[Target], TransformForOutputToDatabaseTableFrom_Query), Action.DoNothing}))
in
WriteToDatabaseTableFrom_TransformForOutputToDatabaseTableFrom_Query
with error message:
Expression.Error: The import Pipeline.ExecuteAction matches no exports. Did you miss a module reference?
I am not even google this function.
Hi,
Did you create this dataflow from a template that you had where the load destination was defined?