Closed project-defiant closed 3 weeks ago
The VepAnnotateOperator used to list the buckets to infer the paths for the google batch job mounting points during each Airflow refresh. To prevent that I moved the logic of listing the files into the execute method.
VepAnnotateOperator
execute
Context
The
VepAnnotateOperator
used to list the buckets to infer the paths for the google batch job mounting points during each Airflow refresh. To prevent that I moved the logic of listing the files into theexecute
method.