You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A clear and concise description of what the problem is, e.g. I'm always frustrated when [...]
I want to track out the different sources that are executing '_async_query'.
What solution would you like?
A clear and concise description of what you want to happen.
Assign tags alone with the _async_query API, which has a one-to-one mapping to the queryid. These tags can be used on a variety of data source types, such as s3_glue, and provided to emr job runs.
Type: String to string map
Map Entries: Minimum number of 0 items. Maximum number of 10 items.
Key Length Constraints: Minimum length of 1. Maximum length of 128.
Key Pattern: ^[A-Za-z0-9 /_.:=+@-]+$
Value Length Constraints: Minimum length of 0. Maximum length of 256.
Value Pattern: ^[A-Za-z0-9 /_.:=+@-]*$
Required: No
Is your feature request related to a problem?
I want to track out the different sources that are executing '_async_query'.
What solution would you like?
Assign tags alone with the _async_query API, which has a one-to-one mapping to the queryid. These tags can be used on a variety of data source types, such as s3_glue, and provided to emr job runs.
API example:
Parameter Constraints
Ref: https://docs.aws.amazon.com/emr-serverless/latest/APIReference/API_StartJobRun.html#emrserverless-StartJobRun-request-tags
What alternatives have you considered?
Define tags during data source creation, which requires creating multiple identical data source with different tags.
The text was updated successfully, but these errors were encountered: