You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The DevOps module allows platform users to execute DevOps activities over a data product version like provision, build, and deployment. It decomposes the activity in tasks and calls an executor service exposed by the utility plane to execute them. The executor's API implementation works as an abstraction layer that decouples the DevOps service from the underlying tools used to provision infrastructure, build code and deploy artifacts.
The text was updated successfully, but these errors were encountered:
The
DevOps
module allows platform users to execute DevOps activities over a data product version like provision, build, and deployment. It decomposes the activity in tasks and calls an executor service exposed by the utility plane to execute them. The executor's API implementation works as an abstraction layer that decouples the DevOps service from the underlying tools used to provision infrastructure, build code and deploy artifacts.The text was updated successfully, but these errors were encountered: