Open emily-flambe opened 1 year ago
This avoids passing in an empty env to subprocess.Popen(, which results in dbt command not found errors when running this code in Composer Airflow
env
subprocess.Popen(
dbt command not found
This avoids passing in an empty
env
tosubprocess.Popen(
, which results indbt command not found
errors when running this code in Composer Airflow