Forum Discussion
st_0999
Helper II
3 years agoAnother Bug. DataPipelines still show deleted Dataflows
I had a Dataflow, but because it had too many queries and wouldn't publish, I deleted it, and started afresh, giving it a new name. But when I now load that into a Data Pipeline, that shows two ...
DennesTorres
Power Participant
3 years agoHi,
The explanation is a bit confuse.
A pipeline doesn't show a dataflow, it shows an activity configured to call a dataflow.
If you deleted the dataflow, the activity would still be there, but with errors, because the dataflow doesn't exist.
You mentioned "But When I load that into a data pipeline" <-- what you are really doing is not much clear.
However, I could guess that you deleted the dataflow, renamed to the same name as the deleted one and drag-dropped to the data pipeline, duplicating the activity to call the dataflow, but both activities point to the same dataflow (or were pointint, until you started to play with the dataflow names).
Just delete an activity.
Kind Regards,
Dennes