vandonr-amz opened a new pull request, #32274: URL: https://github.com/apache/airflow/pull/32274
There has been a lot of triggers added recently, and they all reuse more or less the same code, with some variations. This leads to many (small) inconsistencies in trigger code, and also in a lot of duplicated code. We can package all this in a single base class and reuse it as much as possible, which is what I'm doing here. Adapting all triggers to this base class is also a good way to resolve some of the inconsistencies. This is still a work in progress, but I'm putting it out there as a marker of "I am working on this" 😄 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
