A question regarding the Connections API: As far a...
# airbyte-api
r
A question regarding the Connections API: As far as I see in the API documentation, there's no way to select a time zone for the connection replication frequency (Cron) as I can in the UI. Is there a plan to support this as part of the API/Python SDK? Or is this available but undocumented?
b
For now we assume all cron strings are in utc.
r
Thanks for the quick response! I'll plan accordingly.