latestOpenAPI 3.0.02026-08-137192110.1 KB
75294f591cc2
ELT Streams
Set ELT Stream Sync Interval
Sets a custom cron schedule for this stream, pulling it out of its ELT Sync's orchestration (or shared schedule) so it runs independently.
post/elt_streams/{id}/set_sync_interval
Path parameters
idstring required
Example:vBjnEbMi9i3P4K
The ID of the ELT Stream to set the sync interval for.
Request body
Example request
{
"sync_interval": "0 0 * * *"
}Response
Example response
{
"id": "SCTVdLAcyDTgNx",
"elt_sync_id": "3LIw2FdxoByya9",
"name": "users",
"incremental_primary_key_name": [
"id"
],
"incremental_pointer_id": "updated_at",
"created_at": "2020-01-01T00:00:00.000Z",
"updated_at": "2020-01-01T00:00:00.000Z",
"excluded_substreams": [
"substream1",
"substream2"
],
"sync_interval": "0 0 * * *"
}