ptarmiganlabs / butler-spyglass

Utility for extracting data lineage and load scripts for all applications in a Qlik Sense Enterprise environment
https://ptarmiganlabs.com
MIT License
13 stars 2 forks source link

Make scheduling of extract runs optional #11

Closed mountaindude closed 5 years ago

mountaindude commented 5 years ago

Add a config option to enable/disable the automatic scheduling of extract runs. Would be useful in cases where the host OS scheduler would be used to start Docker Spyglass only during weekends (e.g. to minimise impact on daily operations).

Make sure whatever solution that is selected also works when running the tool in a Docker container (i.e. not only when run using "node index.js" from command line).