This commit is contained in:
Eric Laurello 2023-11-10 17:50:09 -05:00
parent 08a3633ae4
commit ca710bfdc2

View File

@ -1,3 +1,3 @@
workflow_name,workflow_schedule
dbt_run_incremental,"20 * * * *"
dbt_run_incremental,"*/95 * * * *"
dbt_test_tasks,"25,55 * * * *"

1 workflow_name workflow_schedule
2 dbt_run_incremental 20 * * * * */95 * * * *
3 dbt_test_tasks 25,55 * * * *