Hi all, I am working with dasgter and DBT. both ar...
# ask-community
z
Hi all, I am working with dasgter and DBT. both are in separate repos and AWS ECS containers. I am trying to invoke an ECS task of DBT from Dagster using an EntryPoint .sh script. However, the DBT ECS task just shuts down in less than 30 seconds and gives an Error Code 143 "Task Stopped by User". can anyone suggest what can I change ?,
t
Hmm, may I ask why you're running dbt via ECS and not importing the dbt models as assets, or triggering dbt natively with the
dbt_cli
resource?