Please enable JavaScript.
Coggle requires JavaScript to display documents.
Trigger a new Dag Run
dag.py, preprocessing_files
preprocessed_dir
…
-
preprocessing_files
preprocessed_dir
we're expanding execution of this
to the whole list of maps
we have in new_files
Preprocessing command=f"{PP_PATH!s} $file {PREPROCESSING_STATIC_ARGS}"
to the list of maps it will add output_dir
where all folders from
/projects..../sliced has been copied
OUTPUT_DIR=$FLIGHT_DIR"/preprocessing/"
find_pre_taxi_files
takes input
processed_dir, "matout_gnd_pre"
Creates list of maps
each map object is as the one created
in get_new_files task however on top it will add corresponding file path where it has matout_gnd_pre in it's path
-
-
-