Forum Discussion
Reverse engineer Data flow Development Pipelines PROD to DEV
Hi
Our team have developed a lot of Dataflows in the past and we want to implement a Pipeline to be able to have the whole development cycle.
I have tried exporting JSON files from Production to DEV and then letting it walk the path to PROD again, but instead of overriding the PROD version, it creates a new one.
Current Situation When copying from PROD and going through the cycle
| DEV | TEST | PROD | ||
FLOW X (original not overwritten) | ||||
| FLOW X | --- | FLOW X | --- | FLOW X |
Desired track
| DEV | TEST | PROD | ||
| FLOW X | --- | FLOW X | --- | FLOW X (Original gets overwritten at deployment) |
Is there something I can do that will "make it walk the correct path"?
Thank you
2 Replies
- SaiTejaTalasilaSuper User
Hi sdemei ,
Open prod and Dev dataflows,and you can copy your power querys in the prod to dev and save your dataflow.
Thanks,
Sai Teja
- sdemeiAdvocate I
Yes SaiTejaTalasila but, when I let it go from dev to prod again it will not overwrite the original dataflow in prod
that is the current problem we are facing