Forum Discussion
Deployment Pipeline
- 3 years ago
Hi. No you can't. Deployment pipelines will publish the complete dataset from one environment to the other. I don't think there is an alternative because that kind of breaks the methodology or principles of using environment. Using environments helps you test the code at different levels before a final version. When everything is ok at DEV send it to Prod. You can't pick single tables that are ok a items. The whole thing is a dataset.
I hope that make sense
Hi. No you can't. Deployment pipelines will publish the complete dataset from one environment to the other. I don't think there is an alternative because that kind of breaks the methodology or principles of using environment. Using environments helps you test the code at different levels before a final version. When everything is ok at DEV send it to Prod. You can't pick single tables that are ok a items. The whole thing is a dataset.
I hope that make sense