Skip to content

[ MSCOSDU-1955] remove git sha from dag name

saketh somaraju requested to merge az/sa-remove-git-sha into master

Current behavior

  • CSV parser dag name is appended with Git sha of commit which lead to lot of duplicate dags in GLAB env.

Expected behavior

  • This MR removes appended git sha from dag name, dag file name and in the docker image.
  • This would help in standardizing dags workflows

Changes are tested with https://community.opengroup.org/osdu/platform/data-flow/ingestion/csv-parser/csv-parser/-/jobs/2485855#L293

Merge request reports