Skip to content

aws.athena.get_work_group

Example SQL Queries

SELECT * FROM
aws.athena.get_work_group
WHERE
"work_group" = 'VALUE';

Description

Returns information about the workgroup with the specified name.

Table Definition

Column NameColumn Data Type
_aws_profile Input Column

The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role.

STRUCT(
"type" VARCHAR,
"name" VARCHAR,
"account_id" VARCHAR,
"via_profile_name" VARCHAR,
"assumed_role_arn" VARCHAR,
"organization" STRUCT(
"account_name" VARCHAR,
"id" VARCHAR,
"tags" STRUCT(
"key" VARCHAR,
"value" VARCHAR
)[],
"master_account" STRUCT(
"id" VARCHAR,
"email" VARCHAR
),
"parents" STRUCT(
"type" VARCHAR,
"id" VARCHAR,
"name" VARCHAR,
"tags" STRUCT(
"key" VARCHAR,
"value" VARCHAR
)[]
)[]
)
)
Show child fields
_aws_profile.account_id

The AWS account id

_aws_profile.assumed_role_arn

The ARN of the assumed role

_aws_profile.name

The unique name of the profile.

_aws_profile.organization

Information about this profile's membership in the AWS organization.

Show child fields
_aws_profile.organization.account_name

The name of account speciifed by the organization

_aws_profile.organization.id

The organization id

_aws_profile.organization.master_account
Show child fields
_aws_profile.organization.master_account.email

The organization master account email address

_aws_profile.organization.master_account.id

The organization master account id

_aws_profile.organization.parents[]
Show child fields
_aws_profile.organization.parents[].id

The id of the parent

_aws_profile.organization.parents[].name

The name of the parent

_aws_profile.organization.parents[].tags[]
Show child fields
_aws_profile.organization.parents[].tags[].key
_aws_profile.organization.parents[].tags[].value
_aws_profile.organization.parents[].type

The type of parent can be an organization unit or a root

_aws_profile.organization.tags[]
Show child fields
_aws_profile.organization.tags[].key
_aws_profile.organization.tags[].value
_aws_profile.type

The type of profile, either 'credentials' or 'assumed_role'

_aws_profile.via_profile_name

This IAM role for this profile is assumed by first utilizing another profile with this name to obtain credentials.

_aws_region Input Column

The AWS region to use.

VARCHAR
_input_work_group Input Column
VARCHAR
work_group

Information about the workgroup.

STRUCT(
"name" VARCHAR,
"state" VARCHAR,
"configuration" STRUCT(
"result_configuration" STRUCT(
"output_location" VARCHAR,
"encryption_configuration" STRUCT(
"encryption_option" VARCHAR,
"kms_key" VARCHAR
),
"expected_bucket_owner" VARCHAR,
"acl_configuration" STRUCT(
"s3_acl_option" VARCHAR
)
),
"enforce_work_group_configuration" BOOLEAN,
"publish_cloud_watch_metrics_enabled" BOOLEAN,
"bytes_scanned_cutoff_per_query" BIGINT,
"requester_pays_enabled" BOOLEAN,
"engine_version" STRUCT(
"selected_engine_version" VARCHAR,
"effective_engine_version" VARCHAR
),
"additional_configuration" VARCHAR,
"execution_role" VARCHAR,
"customer_content_encryption_configuration" STRUCT(
"kms_key" VARCHAR
),
"enable_minimum_encryption_configuration" BOOLEAN,
"identity_center_configuration" STRUCT(
"enable_identity_center" BOOLEAN,
"identity_center_instance_arn" VARCHAR
),
"query_results_s3_access_grants_configuration" STRUCT(
"enable_s3_access_grants" BOOLEAN,
"create_user_level_prefix" BOOLEAN,
"authentication_type" VARCHAR
)
),
"description" VARCHAR,
"creation_time" TIMESTAMP_S,
"identity_center_application_arn" VARCHAR
)
Show child fields
work_group.configuration

The configuration of the workgroup, which includes the location in Amazon S3 where query and calculation results are stored, the encryption configuration, if any, used for query and calculation results; whether the Amazon CloudWatch Metrics are enabled for the workgroup; whether workgroup settings override client-side settings; and the data usage limits for the amount of data scanned per query or per workgroup. The workgroup settings override is specified in EnforceWorkGroupConfiguration (true/false) in the WorkGroupConfiguration. See WorkGroupConfiguration$EnforceWorkGroupConfiguration.

Show child fields
work_group.configuration.additional_configuration

Specifies a user defined JSON string that is passed to the notebook engine.

work_group.configuration.bytes_scanned_cutoff_per_query

The upper data usage limit (cutoff) for the amount of bytes a single query in a workgroup is allowed to scan.

work_group.configuration.customer_content_encryption_configuration

Specifies the KMS key that is used to encrypt the user's data stores in Athena. This setting does not apply to Athena SQL workgroups.

Show child fields
work_group.configuration.customer_content_encryption_configuration.kms_key

The customer managed KMS key that is used to encrypt the user's data stores in Athena.

work_group.configuration.enable_minimum_encryption_configuration

Enforces a minimal level of encryption for the workgroup for query and calculation results that are written to Amazon S3. When enabled, workgroup users can set encryption only to the minimum level set by the administrator or higher when they submit queries.

The EnforceWorkGroupConfiguration setting takes precedence over the EnableMinimumEncryptionConfiguration flag. This means that if EnforceWorkGroupConfiguration is true, the EnableMinimumEncryptionConfiguration flag is ignored, and the workgroup configuration for encryption is used.

work_group.configuration.enforce_work_group_configuration

If set to "true", the settings for the workgroup override client-side settings. If set to "false", client-side settings are used. For more information, see Workgroup Settings Override Client-Side Settings.

work_group.configuration.engine_version

The engine version that all queries running on the workgroup use. Queries on the AmazonAthenaPreviewFunctionality workgroup run on the preview engine regardless of this setting.

Show child fields
work_group.configuration.engine_version.effective_engine_version

Read only. The engine version on which the query runs. If the user requests a valid engine version other than Auto, the effective engine version is the same as the engine version that the user requested. If the user requests Auto, the effective engine version is chosen by Athena. When a request to update the engine version is made by a CreateWorkGroup or UpdateWorkGroup operation, the EffectiveEngineVersion field is ignored.

work_group.configuration.engine_version.selected_engine_version

The engine version requested by the user. Possible values are determined by the output of ListEngineVersions, including AUTO. The default is AUTO.

work_group.configuration.execution_role

The ARN of the execution role used to access user resources for Spark sessions and IAM Identity Center enabled workgroups. This property applies only to Spark enabled workgroups and IAM Identity Center enabled workgroups. The property is required for IAM Identity Center enabled workgroups.

work_group.configuration.identity_center_configuration

Specifies whether the workgroup is IAM Identity Center supported.

Show child fields
work_group.configuration.identity_center_configuration.enable_identity_center

Specifies whether the workgroup is IAM Identity Center supported.

work_group.configuration.identity_center_configuration.identity_center_instance_arn

The IAM Identity Center instance ARN that the workgroup associates to.

work_group.configuration.publish_cloud_watch_metrics_enabled

Indicates that the Amazon CloudWatch metrics are enabled for the workgroup.

work_group.configuration.query_results_s3_access_grants_configuration

Specifies whether Amazon S3 access grants are enabled for query results.

Show child fields
work_group.configuration.query_results_s3_access_grants_configuration.authentication_type

The authentication type used for Amazon S3 access grants. Currently, only DIRECTORY_IDENTITY is supported.

work_group.configuration.query_results_s3_access_grants_configuration.create_user_level_prefix

When enabled, appends the user ID as an Amazon S3 path prefix to the query result output location.

work_group.configuration.query_results_s3_access_grants_configuration.enable_s3_access_grants

Specifies whether Amazon S3 access grants are enabled for query results.

work_group.configuration.requester_pays_enabled

If set to true, allows members assigned to a workgroup to reference Amazon S3 Requester Pays buckets in queries. If set to false, workgroup members cannot query data from Requester Pays buckets, and queries that retrieve data from Requester Pays buckets cause an error. The default is false. For more information about Requester Pays buckets, see Requester Pays Buckets in the Amazon Simple Storage Service Developer Guide.

work_group.configuration.result_configuration

The configuration for the workgroup, which includes the location in Amazon S3 where query and calculation results are stored and the encryption option, if any, used for query and calculation results. To run the query, you must specify the query results location using one of the ways: either in the workgroup using this setting, or for individual queries (client-side), using ResultConfiguration$OutputLocation. If none of them is set, Athena issues an error that no output location is provided.

Show child fields
work_group.configuration.result_configuration.acl_configuration

Indicates that an Amazon S3 canned ACL should be set to control ownership of stored query results. Currently the only supported canned ACL is BUCKET_OWNER_FULL_CONTROL. This is a client-side setting. If workgroup settings override client-side settings, then the query uses the ACL configuration that is specified for the workgroup, and also uses the location for storing query results specified in the workgroup. For more information, see WorkGroupConfiguration$EnforceWorkGroupConfiguration and Workgroup Settings Override Client-Side Settings.

Show child fields
work_group.configuration.result_configuration.acl_configuration.s3_acl_option

The Amazon S3 canned ACL that Athena should specify when storing query results. Currently the only supported canned ACL is BUCKET_OWNER_FULL_CONTROL. If a query runs in a workgroup and the workgroup overrides client-side settings, then the Amazon S3 canned ACL specified in the workgroup's settings is used for all queries that run in the workgroup. For more information about Amazon S3 canned ACLs, see Canned ACL in the Amazon S3 User Guide.

work_group.configuration.result_configuration.encryption_configuration

If query and calculation results are encrypted in Amazon S3, indicates the encryption option used (for example, SSE_KMS or CSE_KMS) and key information. This is a client-side setting. If workgroup settings override client-side settings, then the query uses the encryption configuration that is specified for the workgroup, and also uses the location for storing query results specified in the workgroup. See WorkGroupConfiguration$EnforceWorkGroupConfiguration and Workgroup Settings Override Client-Side Settings.

Show child fields
work_group.configuration.result_configuration.encryption_configuration.encryption_option

Indicates whether Amazon S3 server-side encryption with Amazon S3-managed keys (SSE_S3), server-side encryption with KMS-managed keys (SSE_KMS), or client-side encryption with KMS-managed keys (CSE_KMS) is used.

If a query runs in a workgroup and the workgroup overrides client-side settings, then the workgroup's setting for encryption is used. It specifies whether query results must be encrypted, for all queries that run in this workgroup.

work_group.configuration.result_configuration.encryption_configuration.kms_key

For SSE_KMS and CSE_KMS, this is the KMS key ARN or ID.

work_group.configuration.result_configuration.expected_bucket_owner

The Amazon Web Services account ID that you expect to be the owner of the Amazon S3 bucket specified by ResultConfiguration$OutputLocation. If set, Athena uses the value for ExpectedBucketOwner when it makes Amazon S3 calls to your specified output location. If the ExpectedBucketOwner Amazon Web Services account ID does not match the actual owner of the Amazon S3 bucket, the call fails with a permissions error.

This is a client-side setting. If workgroup settings override client-side settings, then the query uses the ExpectedBucketOwner setting that is specified for the workgroup, and also uses the location for storing query results specified in the workgroup. See WorkGroupConfiguration$EnforceWorkGroupConfiguration and Workgroup Settings Override Client-Side Settings.

work_group.configuration.result_configuration.output_location

The location in Amazon S3 where your query and calculation results are stored, such as s3://path/to/query/bucket/. To run the query, you must specify the query results location using one of the ways: either for individual queries using either this setting (client-side), or in the workgroup, using WorkGroupConfiguration. If none of them is set, Athena issues an error that no output location is provided. If workgroup settings override client-side settings, then the query uses the settings specified for the workgroup. See WorkGroupConfiguration$EnforceWorkGroupConfiguration.

work_group.creation_time

The date and time the workgroup was created.

work_group.description

The workgroup description.

work_group.identity_center_application_arn

The ARN of the IAM Identity Center enabled application associated with the workgroup.

work_group.name

The workgroup name.

work_group.state

The state of the workgroup: ENABLED or DISABLED.