Configure pipeline scheduler
Learn about the Delta Lake API endpoint to configure the scheduler job for the pipeline.
Use this endpoint to configure the scheduler job of the Databricks Delta Lake pipeline.
You need to have a role with Tenant admin and Datapipeline tenant admin to run the endpoint.
Request
POST
{{hub-url}}/api/tenants/{{tenantID}}/adapters/deltalake/actions/configure_scheduler
where {{hub-url}}
is https://{{env}}-data-pipeline-hub.reltio.com
.
Parameter | Type | Required | Description |
---|---|---|---|
Authorization | string | Yes | The bearer token URL returned by the Authentication.For information on obtaining an authorization token to run Reltio REST APIs using the Security OAuth 2.0 security method, see topic Authentication API. |
Content-type | string | Yes | The format to use to transmit data:
|
Parameter | Type | Required | Description |
---|---|---|---|
tenantId | string | Yes | The unique identification number for the Reltio tenant, for example: . |
Parameter | Type | Required | Description |
---|---|---|---|
cronExpression | struct | Yes | Cron job expression. |
Examples
| |
This example shows how to run a request |
Payload:
|
Success example:
| |
This example shows the response returned for the request example above. |
where:
|
Validation error when pipeline not enabled:
| |
Validation error when you speficy the cron job incorrectly:
| |
Validation error when pipeline is not present for the tenant
| |
Validation error when there is another active scheduler job already present:
|