Lifecycle
hotglue job lifecycle explained
hotglue job goes through several stages during the run. If you have a configured webhook to receive job updates, you will receive a POST at each of these stages:
Lifecycle Step | Description |
---|---|
| The job has been created and queued to run. |
| Data has begun to sync from the tap. |
| There was a fatal error while syncing data from the tap. |
| Data was successfully synced from the tap. |
| Transformation script will run on synced data. |
| There was a fatal error while the transformation script was running. |
| Transformation script completed successfully. |
| Export to the defined targets for the flow has begun. |
| There was a fatal error while exporting the data to one of the defined targets. |
| Job has completed successfully, and executor is shutting down. |
Updated 7 months ago