Forum Discussion
Anonymous
3 years agoNot applicable
Why use Dataflows in Deployment Pipelines?
Good afternoon, I have a set of workspaces that I created for the purpose of housing my Dataflows; one for dev, test, and prod. Is there any reason why I would want to set up the dataflows into a...
- 3 years ago
In a deployment pipeline, you can set rules for the data source and parameters for each dataset. So when you deploy from test to pre-prod to prod, you can change the connection string for the database connection.
PistonBroke
3 years agoFrequent Visitor
In a deployment pipeline, you can set rules for the data source and parameters for each dataset. So when you deploy from test to pre-prod to prod, you can change the connection string for the database connection.
Anonymous
3 years agoNot applicable
Thank you, I'm going through that process and I do see those options. Looks like its asking me to modify the settings from the artifact settings. Will go through this process and see how it works. thanks!