Forum Discussion
Deployment Pipelines and Dataflows
If you have your dataflows setup in a pipeline (dev->test->prod) and your reports in a separate pipeline, when you deploy your reports, the pipelines should autobind to the dataflow in the corresponding stage of their pipeline.
Hello blopez11,
I tried to do as you suggested, but it wasnt working. Maybe I explained my case wrong.
We have the following situation:
Dataflows
"Sales Data Dataflow - Test" (Located in Workspace "Sales Data Test Dataflows")
"Sales Data Dataflow - Prod" (Located in Workpsace "Sales Data Prod Dataflows")
Reports
"Sales Data Report - Test" (Located in Workspace "Sales Data Test Reports") --> Connected to dataflow "Sales Data Dataflow - Test"
"Sales Data Report - Prod" (Located in Workspace "Sales Data Prod Reports") --> Connected to dataflow "Sales Data Dataflow - Prod".
Now I have setup one deployment pipeline for the dataflows and another pipeline for the reports (both pipelines have stages Test and Prod).
I started the deploy of dataflows in the dataflow pipeline from Test to Prod. When I move the report in the report pipeline from Test to Prod, the dataflow that its connected to, does not change automatically to the dataflow Prod in the report.
Thank you