Re: [LAZY CONSENSUS] AIP-82 - Create new interface `BaseEventTrigger`

2025-02-03 Thread Vincent Beck
Consensus has been reached. You can see the change here: https://github.com/apache/airflow/pull/46391 Thanks. On 2025/01/31 00:09:15 Vikram Koka wrote: > Vincent, > > Thank you for taking the feedback and the quick update. > > Vikram > > On 2025/01/29 19:12:17 "Beck, Vincent" wrote: > > Hel

Re: [LAZY CONSENSUS] AIP-82 - Create new interface `BaseEventTrigger`

2025-01-30 Thread Vikram Koka
Vincent, Thank you for taking the feedback and the quick update. Vikram On 2025/01/29 19:12:17 "Beck, Vincent" wrote: > Hello everyone, > > During my AIP-82 demo at the last Airflow 3 dev call, I highlighted potential > issues if users select an incorrect trigger when scheduling DAGs using

[LAZY CONSENSUS] AIP-82 - Create new interface `BaseEventTrigger`

2025-01-29 Thread Beck, Vincent
Hello everyone, During my AIP-82 demo at the last Airflow 3 dev call, I highlighted potential issues if users select an incorrect trigger when scheduling DAGs using event-driven scheduling. For example, using `S3KeyTrigger`, which fires whenever a specific file exists in an S3 bucket: ``` trig