aws.glue.get_job_bookmark
Example SQL Queries
SELECT * FROMaws.glue.get_job_bookmarkWHERE"job_name" = 'VALUE';Description
Returns information on a job bookmark entry.
For more information about enabling and using job bookmarks, see:
Table Definition
| Column Name | Column Data Type |
|---|---|
| job_name Required Input Column The name of the job in question. | VARCHAR |
| run_id Input Column The unique run identifier associated with this job 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 |
| job_bookmark_entry A structure that defines a point that a job can resume processing. | STRUCT( |
Show child fields
| |