Does anyone know how I use Airflow to run the firs...
# troubleshooting
v
Does anyone know how I use Airflow to run the first two jobs together, and then do the third one, if the first two run correctly? - name: tap-csv-to-target-csv tasks: - tap-csv-tipo1 target-csv-tipo1 - name: tap-postgres-to-target-csv tasks: - tap-postgres-tipo1 target-csv-tipo2 - name: tap-csv-to-target-postgres tasks: - tap-csv-tipo2 target-postgres-tipo1