Max
03/29/2021, 5:33 PMRubén Lopez Lozoya
03/29/2021, 5:37 PMEduardo Santizo
03/29/2021, 6:10 PM@schedule(
cron_schedule="0 */5 * * *",
pipeline_name="Pipeline",
description="Schedule to execute the scraping pipeline periodically.",
execution_timezone="EST",
mode="basic",
)
This executes the pipeline "Pipeline" every 5 hours. Select the execution time zone based on the options that dagster provides in the bottom left corner of the Dagit UI. You can experiment with the CRON schedule string in the website: https://crontab.guru/