Make amazon athena, batch, lambda, and eks operators more consistent#24246
Closed
Taragolis wants to merge 2 commits intoapache:mainfrom
Closed
Make amazon athena, batch, lambda, and eks operators more consistent#24246Taragolis wants to merge 2 commits intoapache:mainfrom
Taragolis wants to merge 2 commits intoapache:mainfrom
Conversation
Contributor
Author
|
looks on failed tests 👀 |
8e203ef to
60b8227
Compare
Contributor
|
@o-nikolas should have eyes on this one. It implements a couple of things we've discussed. |
ferruzzi
reviewed
Jun 7, 2022
ferruzzi
reviewed
Jun 7, 2022
uranusjr
reviewed
Jun 7, 2022
uranusjr
reviewed
Jun 7, 2022
Contributor
You just need to add the base operator module to |
866740c to
fc38663
Compare
Taragolis
commented
Jun 8, 2022
Comment on lines
22
to
25
Contributor
Author
There was a problem hiding this comment.
BTW, since new provider versions expected min Airflow 2.2 could we replace this by
from airflow.compat.functools import cached_property29ea2bd to
e430ab7
Compare
Contributor
Author
|
Recent changes:
|
ferruzzi
reviewed
Jun 8, 2022
|
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed in 5 days if no further activity occurs. Thank you for your contributions. |
Contributor
Author
|
Close for now, plan back to this PR after changes in Hook(s) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
related: #24198
Try to make amazon-provider operators (and later sensors) more consistent.
At that moment I try to use Generic
and additional MixIn classfor passing parameters to hooks and simplify operators itselfAffected different types of operators