daniel__luke__pond
01/12/2023, 9:22 PMdouwe_maan
01/16/2023, 8:37 PMexecutable
property instead of pip_url
) and run it using meltano run
after your EL steps: meltano run tap-jdbc - target-s3-parquet my-r-transformation
. That will run them serially. If you’d like more control, you can set up Airflow, and define a DAG with one step that runs meltano run tap target
and another that invokes the scriptdaniel__luke__pond
01/17/2023, 8:38 PM