Shubham
09/21/2023, 7:35 AMAirbyteTriggerSyncOperator
to trigger sync of my airbyte jobs using airfow.
I want to trigger these tasks inside a dag conditionally.
I.e. if a condition is false then I want to skip this task which triggers a sync job and move on with the rest of the DAG
How do I do it?Marcos Marx (Airbyte)
09/21/2023, 11:50 AMShubham
09/21/2023, 11:52 AMAirflowSkipException
. Don't forget to add appropriate trigger rules for the downstream tasks