Hi there! I just recently set up airbyte and I’m t...
# replication-troubleshooting
w
Hi there! I just recently set up airbyte and I’m trying to set my connector (GA4 -> Snowflake) to replicate every day at 12pm UTC via the cron option in the UI (
0 0 12 * * ?
), and every time I hit
Save Changes
, it reverts back to manual. When I select another option in the dropdown and save, it’ll apply properly. Does anyone else know why that’s happening?
✍️ 1
a
Crontab for 12 PM would be
0 12 * * *
, maybe try this cron value instead?
u
@[DEPRECATED] Marcos Marx turned this thread into Zendesk ticket 2746 to ensure timely resolution!
m
Airbyte uses quartz cron, which accepts seconds, the best site I found to check for cron expressions for it was: https://www.freeformatter.com/cron-expression-generator-quartz.html
For me your expression seems correct, I really don't know why it is changing back, can you provide server logs or try to use the API to change the schedule?
s
@Wilter Yee, what version of airbyte are you using? Consider upgrading to the latest and see if that fixes the issue.
w
I was running 0.40.8, and updating to 0.40.14 seemed to have addressed it! Thanks! 🙌🏻