Adding pipeline for deploying Azure Dags
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