-
Notifications
You must be signed in to change notification settings - Fork 16.3k
Amazon SES Hook #10391
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Amazon SES Hook #10391
Conversation
…module (PR feedback)
|
It seems that I'm not sure what I'm missing here 🤔 |
|
I'll take a look at it. |
|
Okay. I already know what happened. Backport packages are tested with Airflow 1.10.10, so you cannot use Airflow 2.0 function in backport packages unless you also provide an alternative for Airflow 1.10. You can do this by vendoring this method/module to your package. You can do automatically using bowler when creating the package; |
|
I push a patch on your branch We will check if CI will be happy. |
|
CI looks good now, thanks for the patch @mik-laj |
|
@feluelle Can you look at it? |
|
LGTM, I am merging it. |
This PR adds a new hook for Amazon Simple Email Service (SES).
Read the Pull Request Guidelines for more information.
In case of fundamental code change, Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in UPDATING.md.