Skip to content

Refactor scripts to add CLI arguments

AKhatun requested to merge refactor-args into airflow-code

Refactored code to add CLI args. Added directory to CLI args so we can define directory when calling scripts from airflow. All scripts now use argparse. Only 2 pysaprk scripts continue to use old format since switching to argparse was causing too many changes.

Merge request reports