Michael Hoss
06/24/2020, 8:43 AMAn Hoang
06/24/2020, 11:42 AMLuigi uses a highly-stateful notion of “targets” to determine whether a task finished successfully. These targets conflate data outputs and state outputs, meaning you can’t adjust the state of a task without modifying the data it produced. Conversely, Airflow only supports state outputs. Prefect supports both state and data outputs independently.
Dan Ball
06/24/2020, 11:51 AMMichael Hoss
06/24/2020, 2:39 PMSkip Breidbach
06/24/2020, 5:29 PM