LineaLabs / lineapy

Move fast from data science prototype to pipeline. Capture, analyze, and transform messy notebooks into data pipelines with just two lines of code.
https://lineapy.org
Apache License 2.0
662 stars 58 forks source link

Fix test_pipeline_run_airflow test #832

Closed andycui97 closed 1 year ago

andycui97 commented 1 year ago

Description

Original test only ran airflow dag run which does not check the dag runs successfully, now add check for airflow dag state to be success after a while.

Type of change

Please delete options that are not relevant.

How Has This Been Tested?

Run test with failing DAG, ensure test fails.