Prefect
Easiest way to automate your data: prefect.io. Followed tutorial
As a test, I am going to string together synapsemonitor and prefect to create a very small ETL pipeline.
- Install packages
conda create -n prefect python=3.7 pip install -r requirements.txt - Synapse monitor
synapsemonitor view syn24187217 --days 40 - Stringing together
synapsemonitorwithprefectpython demo.py - Showing dashboard
prefect backend server prefect server start # visit http://localhost:8080/default prefect agent local start