import subprocess subprocess.run( "dbt run --models bi_rollup --target prod --profiles-dir ./profiles/sf_pswd_auth", shell=True, )