aws.b2bi.get_transformer_job
Example SQL Queries
SELECT * FROMaws.b2bi.get_transformer_jobWHERE"transformer_job_id" = 'VALUE'AND "transformer_id" = 'VALUE';Description
Returns the details of the transformer run, based on the Transformer job ID.
Table Definition
| Column Name | Column Data Type |
|---|---|
| transformer_id Required Input Column Specifies the system-assigned unique identifier for the transformer. | VARCHAR |
| transformer_job_id Required Input Column Specifies the unique, system-generated identifier for a transformer 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
| |
| message Returns an optional error message, which gets populated when the job is not run successfully. | VARCHAR |
| output_files Returns the location for the output files. If the caller specified a directory for the output, then this contains the full path to the output file, including the file name generated by the service. | STRUCT( |
Show child fields
| |
| status Returns the current state of the transformer job, either running, succeeded, or failed. | VARCHAR |