import subprocess subprocess.run( "dbt run --models fact_analytics_2020 --target prod --profiles-dir ./profiles/sf_pswd_auth", shell=True, ) subprocess.run( "dbt run --models daily_spikes --target prod --profiles-dir ./profiles/sf_pswd_auth", shell=True ) subprocess.run( "dbt run --models editorial_playlists --target prod --profiles-dir ./profiles/sf_pswd_auth", shell=True, ) subprocess.run( "dbt run --models release_forecasting --target prod --profiles-dir ./profiles/sf_pswd_auth", shell=True, ) # subprocess.run('dbt run --models accounting_analytics_blend_v2 --profiles-dir ./profiles/sf_pswd_auth', shell=True)