-
Notifications
You must be signed in to change notification settings - Fork 16.3k
backport for add_xcom_sidecar #11478
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
backport for add_xcom_sidecar #11478
Conversation
|
cc: @michalmisiewicz |
|
@michalslowikowski00 Can you look at it? |
0056683 to
757e48a
Compare
|
Is it a fix for 11298? |
|
@michalslowikowski00 Yes. Can you test it? |
|
@michalslowikowski00 if you have a chance to test it I'd appreciate it, can merge once I hear back :) |
|
Yes, I will test it. |
|
Hey @dimberman. |
|
Changing |
|
@mik-laj Any idea why bowler isn't making the change? |
|
Maybe I need to remove the filter? |
|
|
||
| ( | ||
| self.qry. | ||
| select_class("airflow.kubernetes.pod_generator.PodGenerator"). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe select_class works only on name not whole class including package/module. See some examples below. If you want to perform an operation on specific class in specific module, you can provide filename filters I think.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
BTW. you can easily test Bowler and debug it. You just need to run this as python code and add --debug, see below comment in main (but it is a lot slower and it's better to comment out all other filters only leaving the one you are working on.
|
@potiuk @mik-laj I got it working |
|
🎉 Thanks for this PR. It's just a few lines of code, but very valuable. Many users wait until they can use this operator. |
|
🎉 ! |
|
Great! 🚀 |
^ Add meaningful description above
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.