How to run Models on DBT Cloud through MWAA without using DBT Cloud Jobs

Hi Everyone,

I have a requirement to build/run dbt models in dbt cloud using MWAA. As per the dbt platform, in order to do so we need to create dbt Cloud jobs and run those Cloud jobs through MWAA. Is there any other way where I can build/run dbt models in dbt cloud using MWAA without using dbt Cloud jobs?

Airflow run on MWAA and from there you can run dbt jobs.

yes, but I’m trying to figure out if I can run models without creating dbt cloud jobs, so basically through MWAA can I directly run dbt build commands for models