Skip to main content
 print this page

Trigger or resume a datasource sync job

POST 

/datasources/:datasource_id/sync-jobs

Starts a sync job for a datasource. The caller must have editor access. Supported datasource types are amorphic and jdbc with IngestionType set to metadataonly. Only one RUNNING or STARTING job can exist for a datasource at a time. External Amorphic and metadata-only ingestions use the external-assets Step Functions flow; other supported syncs either resume an eligible STOPPED/FAILED Glue job or start a new catalog Glue sync. Each request creates a new JobId.

Request

Responses

Job accepted. Message is "Datasource sync job triggered successfully" for fresh/external runs, or "Datasource sync job resumed successfully" for resume. JobId is the new run UUID.

Response Headers
    Access-Control-Allow-Origin
    Access-Control-Allow-Methods
    Access-Control-Allow-Headers