The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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
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
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