Forum Discussion
Anonymous
6 years agoNot applicable
Can you remove a dataflow datasource when it is no longer used in the dataflow?
I have created several data flows using azure blob storage and then linked them to another data flow that combines them via linked entities. I do some transformations from queries that reference the...
SEMattis
Advocate III
6 years agoHi,
I'm also facing the same problem. Please support on this topic.
datafitters_com
5 years agoNew Member
I had the same issue. You cannot remove datasources from Dataflows....thats really a missing feature / bug.
the workaround is to download the JSON, then import the JSON again (it will duplicate your dataflow, but without the obsolete data source). then you can rework your dataflows that might connect to (depend on) this dataflow, and after that remove the old dataflow.
- derrick7775 years ago
Advocate I
Yes, that seems to work. Unfortunatly, a new guid will be created and I have to alter subsequent dataflows which reference this one, and have to wait again for hours for validation.
Later in production when people use this dataflow, the workaround won't help, since they reference by guid as well.