Scheduled Loads
Splitgraph can run data ingestion on a schedule. Only one ingestion job can be running for a repository at the same time. Similarly to Fivetran, if a job is due when another one is still in progress, Splitgraph will skip that job.
You can use a standard cron-like syntax to configure when an ingestion for a repository runs.
Setting a schedule is currently only supported when you're using
splitgraph.yml
to upload data. See the
splitgraph.yml
reference
for more information.