Skip to content

Remove unnecessary steps in analytics dags

Joal requested to merge remove_unnecessary_success_files into main

Some dags were still writing _SUCCESS flags to HDFS while no oozie job was waiting for them. This patch removes the unnecessary steps, and adds comment lines to all _SUCCESS file writing still existing in Airflow informaing when we can remove them.

Merge request reports