Open ibzx opened 3 months ago
Thanks for opening your first issue here! Be sure to follow the issue template! If you are willing to raise PR to address this issue please do so, no need to wait for approval.
hello @eladkal , I am using WSL2 set up can I work on this issue here OS is Mac ? .If yes , I would like to work on this issue as my first contribution.
May I work on this issue with a little bit of your guidance?
cc @vincbeck I think you fixed similar problem for emr serverless?
Correct. It seems many operators have the same issue. This is a very good first issue so please feel free to work on it and tag me to review it :) Here are some examples: #41191, #41103, #41059
@laksh-krishna-sharma Please look at the example I provided, that should help you to fix this issue
Thank you, @vincbeck . I will start working on it immediately. I will reach out if I have any questions.
Apache Airflow version
2.9.3
If "Other Airflow 2 version" selected, which one?
No response
What happened?
When setting global
The operator should adds a deferral trigger to wait for Jobflow create completion status.
What you think should happen instead?
Since we did not ask to wait for completion, the deferrable argument should do nothing. The deferrable argument should only start a trigger when
wait_for_completion=true
How to reproduce
See deferrable code here: https://github.com/apache/airflow/blob/460d2095cda6674dda4860d605573b8f1cec7de5/airflow/providers/amazon/aws/operators/emr.py#L827-L849
Sample code
Operating System
Mac OS 14.5 (23F79)
Versions of Apache Airflow Providers
No response
Deployment
Astronomer
Deployment details
No response
Anything else?
No response
Are you willing to submit PR?
Code of Conduct