Ilay Gordon
04/05/2020, 12:28 PMParameter. Which construct should I use? ifelse doesn't seem fit for this, since I don't have another task for the false condition. In airflow it was solved using a DummyOperator and it always looked somewhat redundant. Is there an idiomatic way with Prefect? UPDATE: nevermind, just read about the SKIP signal đŸ™‚Chris White
SKIP signal, that’s definitely the preferred pattern here.