Skip to content

Adding pipeline for deploying Azure Dags

harshit aggarwal requested to merge haaggarw/Azure_Dag into master

The MR is adding custom stages for DAG pipelines

Create Dag - It executes a docker to generate the necessary artifacts (dependent docker images) required for creating the Dags and outputs a folder with Dags

CopyDag - Copies the output Dags to fileshare

RegisterDag - Register DAG with workflow service

TestDag - Run the existing tests

Edited by harshit aggarwal

Merge request reports