AllenInstitute / ophys_etl_pipelines

Pipelines and modules for processing optical physiology data
Other
9 stars 5 forks source link

PSB-210 Block ophys_processing dag from completing until other dags complete #614

Closed aamster closed 11 months ago

aamster commented 11 months ago

The ophys_processing dag runs the nway_cell_matching and cell_classifier_inference dags , but currently does not track whether those completed successfully. This PR adds a task call to check whether they've completed.

Testing

Added new tests that test wait_for_dag_to_finish. Also added a test that tests that all dags can load successfully.

Other