Add EMR Serverless interactive session support to Amazon provider#69207
Open
vgkowski wants to merge 1 commit into
Open
Add EMR Serverless interactive session support to Amazon provider#69207vgkowski wants to merge 1 commit into
vgkowski wants to merge 1 commit into
Conversation
f2bf4d2 to
0da374b
Compare
Add operators, sensor and triggers to manage the lifecycle of EMR Serverless interactive (Spark Connect) sessions: start, wait, fetch the Spark Connect endpoint, and terminate. Start/Stop operators and the sensor support deferrable mode. The GetSessionEndpoint operator masks the short-lived auth token. Includes waiters, docs, a system-test example DAG, and unit tests. Requires botocore 1.43.0+ (declared separately). Document botocore/aiobotocore requirements for EMR Serverless sessions Interactive sessions need botocore 1.43.0+ (and aiobotocore 3.6.0+ for deferrable mode) plus EMR 7.13+. Note this in the docs instead of raising the provider's dependency floor, so users who do not use interactive sessions are not forced onto newer AWS SDK versions.
0da374b to
f5b43ec
Compare
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.
Add operators, a sensor, and triggers to manage the lifecycle of EMR Serverless
interactive (Spark Connect) sessions: start a session, wait until it is ready,
fetch the Spark Connect endpoint, and terminate it. The start/stop operators and
the sensor support deferrable mode. GetSessionEndpoint registers the short-lived
auth token with the secrets masker. Includes waiters, docs, a system-test example
DAG, and unit tests.
Requires botocore 1.42.94+.
Was generative AI tooling used to co-author this PR?
Generated-by: Kiro, following the Gen-AI guidelines in contributing-docs/05_pull_requests.rst