Why
Schedule notebooks to run on a cron — data pipelines, daily reports, model retraining, monitoring dashboards. Write the logic once in a notebook, then let it run itself.Setup
Create your notebook
Write and test the cells you want to automate. Make sure they run top-to-bottom without manual intervention.
Managing
- Toggle automations on/off from the list
- View run history to see past executions and outputs
- Edit the schedule or cell range anytime
Use Cases
- ETL pipelines: Pull data, transform, and write to a database on schedule
- Reports: Generate and email daily/weekly summaries
- Model retraining: Re-fit models on new data nightly
- Monitoring: Run health checks and alert on anomalies
Automations run within your project’s compute. The project must be running for automations to execute. Default timeout is 300 seconds.