ryan_andrei_perez
10/26/2023, 5:54 AMschedules:
- name: schedule_1
interval: '@hourly'
job: job
jobs:
- name: job
tasks:
- task_1
- task_2
while they don’t start at the same time, once either of the task is started, dagster or meltano tries to start the other. what I want to do is to run task_1 first and then task_2 next after task_1 is done