opentargets / orchestration

Open Targets pipeline orchestration layer
Apache License 2.0
1 stars 0 forks source link

fix: prevent code from listing buckets at compile time #61

Closed project-defiant closed 3 weeks ago

project-defiant commented 3 weeks ago

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 the execute method.