aws.datazone.get_metadata_generation_run
Example SQL Queries
SELECT * FROMaws.datazone.get_metadata_generation_runWHERE"domain_identifier" = 'VALUE'AND "identifier" = 'VALUE';Description
Gets a metadata generation run in Amazon DataZone.
Table Definition
| Column Name | Column Data Type |
|---|---|
| domain_identifier Required Input Column The ID of the Amazon DataZone domain the metadata generation run of which you want to get. | VARCHAR |
| identifier Required Input Column The identifier of the metadata generation run. | VARCHAR |
| _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( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| created_at The timestamp of when the metadata generation run was start. | TIMESTAMP_S |
| created_by The Amazon DataZone user who started the metadata generation run. | VARCHAR |
| domain_id The ID of the Amazon DataZone domain the metadata generation run of which you want to get. | VARCHAR |
| id The ID of the metadata generation run. | VARCHAR |
| owning_project_id The ID of the project that owns the assets for which you're running metadata generation. | VARCHAR |
| status The status of the metadata generation run. | VARCHAR |
| target The asset for which you're generating metadata. | STRUCT( |
Show child fields
| |
| type The type of metadata generation run. | VARCHAR |