Skip to content
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

Support shareIdentifier in BatchOperator #30829

Merged
merged 4 commits into from
Apr 28, 2023

Conversation

phanikumv
Copy link
Contributor

@phanikumv phanikumv commented Apr 24, 2023

This PR adds support to allow specifying shareIdentifier in BatchOperator tasks , so that users can launch Batch jobs on specific queue. schedulingPriorityOverride is also expected in the boto3 API when shareIdentifier is entered, hence added that parameter as well

Closes #28680


^ Add meaningful description above

Read the Pull Request Guidelines for more information.
In case of fundamental code changes, an 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 a newsfragment file, named {pr_number}.significant.rst or {issue_number}.significant.rst, in newsfragments.

@boring-cyborg boring-cyborg bot added area:providers provider:amazon AWS/Amazon - related issues labels Apr 24, 2023
@phanikumv phanikumv force-pushed the improve-batch-op branch 3 times, most recently from b69f094 to 02e880f Compare April 26, 2023 18:04
@phanikumv phanikumv marked this pull request as ready for review April 27, 2023 16:50
@phanikumv phanikumv force-pushed the improve-batch-op branch 2 times, most recently from eabc59a to 32a5bf1 Compare April 28, 2023 13:50
@phanikumv phanikumv requested a review from o-nikolas April 28, 2023 14:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:providers provider:amazon AWS/Amazon - related issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improve AWS Batch hook and operator
2 participants