How to manage transaction in AWS glue job

0

Is it possible to manage transaction operations like commit and rollback in AWS glue job.

asked 2 years ago1493 views
1 Answer
0
  1. AWS Glue uses job.init & job.commit to track already processed data using job bookmarks. To learn more about these APIs, please refer to Using Job Bookmarks with the AWS Glue Generated Script.
  2. If you are looking for information on performing transactions on governed tables, you can do so from Glue ETL jobs. To learn more about it, please refer to Reading from and Writing to the Data Lake Within Transactions.
AWS
SUPPORT ENGINEER
Manu_G
answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions