Hi all, I’m new here. can we use CRON syntax to tr...
# ask-community-for-troubleshooting
x
Hi all, I’m new here. can we use CRON syntax to trigger sync?
1
m
Hi, Not possible (yet). Here's the issue in GitHub: https://github.com/airbytehq/airbyte/issues/2170
j
@xiaxp you can use a cron somewhere else to trigger the sync via API
IE just on the instance you have airbyte running, and not within the UI itself... The sync will be set to "manual" in the UI, but still kicked off by cron+API. I have several connections running this way