Connector Improvement: pause connector sync
i would like to pause connector syncs so that I can instead orchestrate syncs via the API and an external scheduler. currently if I pause the connector, a sync via the API is disabled. i'd like to keep the connector active, but disable or pause the fivetran sync schedule.
currently my process forces the sync to happen twice (once by fivetran an once by my orchestrator).
-
Hi Anthony,
You can use the Modify Connector endpoint to disable auto syncing, but allow the connector to create sync jobs using API calls.
https://fivetran.com/docs/rest-api/connectors#modifyaconnector
You'll want to set schedule_type = manual.
I've also submitted a request to allow disabling of automatic sync scheduling as a feature request.
Best,
Aaron
Please sign in to leave a comment.
Comments
1 comment