Skip to content

Azure - CSV Parser Stateless

harshit aggarwal requested to merge haaggarw/csv-stateless into master

Currently the docker image for the csv parser need to be hardcoded in the DAG file itself, instead we should be able to set the docker image using an environment variable. This will help to deploy the same DAG file to different environments without the need to makes changes in the actual DAG file

Please refer to this Issue for details

#55

Edited by harshit aggarwal

Merge request reports