Hi!
First off, I'm really glad that I found this tool off a reddit post....It has actually made ETL and my data projects much more easier.....Kudos to the makers of the tool!
Coming to the query, I have a workflow that extracts API data updated hourly regarding Air Quality and pollutants measured across different stations.
(https://api.data.gov.in/resource/3b01bcb8-0b14-4abf-b6f2-c1bfd384ba69?api-key=579b464db66ec23bdd000001bec1d51df0954f295c4c7e83527fee40&format=json)
I don't have EM's server feature enabled and wanted to know what are some ways to schedule the workflow to run every 1 hour. Simply put, the workflow extracts data, processes it and updates a locally stored db and a Google sheet(for visualizations with Looker studio since integration is easier)
This is part of a project I'm doing by myself so any free way to do this? I've tried task scheduler but its just a piece of hot garbage to work with!
Thanks!