_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 )[] )[] ) ) |
data_ingestion_job_summaries
Specifies information about the specific data ingestion job, including dataset name and status. | STRUCT( "job_id" VARCHAR, "dataset_name" VARCHAR, "dataset_arn" VARCHAR, "ingestion_input_configuration" STRUCT( "s3_input_configuration" STRUCT( "bucket" VARCHAR, "prefix" VARCHAR, "key_pattern" VARCHAR ) ), "status" VARCHAR )[] |
Show child fields- data_ingestion_job_summaries[]
Show child fields- data_ingestion_job_summaries[].dataset_arn
The Amazon Resource Name (ARN) of the dataset used in the data ingestion job.
- data_ingestion_job_summaries[].dataset_name
The name of the dataset used for the data ingestion job.
- data_ingestion_job_summaries[].ingestion_input_configuration
Specifies information for the input data for the data inference job, including data Amazon S3 location parameters. Show child fields- data_ingestion_job_summaries[].ingestion_input_configuration.s3_input_configuration
The location information for the S3 bucket used for input data for the data ingestion. Show child fields- data_ingestion_job_summaries[].ingestion_input_configuration.s3_input_configuration.bucket
The name of the S3 bucket used for the input data for the data ingestion.
- data_ingestion_job_summaries[].ingestion_input_configuration.s3_input_configuration.key_pattern
The pattern for matching the Amazon S3 files that will be used for ingestion. If the schema was created previously without any KeyPattern, then the default KeyPattern {prefix}/{component_name}/* is used to download files from Amazon S3 according to the schema. This field is required when ingestion is being done for the first time. Valid Values: {prefix}/{component_name}_* | {prefix}/{component_name}/* | {prefix}/{component_name}[DELIMITER]* (Allowed delimiters : space, dot, underscore, hyphen)
- data_ingestion_job_summaries[].ingestion_input_configuration.s3_input_configuration.prefix
The prefix for the S3 location being used for the input data for the data ingestion.
- data_ingestion_job_summaries[].job_id
Indicates the job ID of the data ingestion job.
- data_ingestion_job_summaries[].status
Indicates the status of the data ingestion job.
|