For the Fivetran connectors in 2.0, what does `sch...
# prefect-community
m
For the Fivetran connectors in 2.0, what does
schedule_type
signify? Do you only use this if you want the sync to be scheduled outside of a scheduled flow?
n
hey @Madison Schott fivetran is actually managing this collection, but it appears that
schedule_type
is actually sort of a boolean flag where you select auto or manual
Copy code
schedule_type: Connector syncs periodically on Fivetran's schedule (auto),
                or whenever called by the API (manual).
m
thanks!!
👍 1