Forum Discussion
Deploying Report & Dataset that only has Dataflows as Datasources
- 5 years ago
now tha dataflows are supported in pipelines, the pipeline automatically connects the items in the target stage as they are connected in the source stage. for example, if you deploy a dataflow and a dataset connected to each other in Dev, we will automatically connect them the same way in Test.
The caveat here is that if you only deploy the dataset, and the upstream dataflow isn't already in Test, it will not work. you need to make sure that you either deploy the upstream dataflow, or that it already exists in the target stage.HTH,
now tha dataflows are supported in pipelines, the pipeline automatically connects the items in the target stage as they are connected in the source stage. for example, if you deploy a dataflow and a dataset connected to each other in Dev, we will automatically connect them the same way in Test.
The caveat here is that if you only deploy the dataset, and the upstream dataflow isn't already in Test, it will not work. you need to make sure that you either deploy the upstream dataflow, or that it already exists in the target stage.
HTH,
Nimrod_Shalit thank you very much for this info.