hey! I'm trying to take 1 dbt cloud job, once complete it kicks off two paths of another dbt job run and a set of hightouch jobs. I can get this to run sequentially however I would like the dbt job and hightouch job to run concurrently. When i try async it gives me errors about the credentials not being valid and I noticed it send
coroutine
instead of the credential dict. Wondering if anyone has successfully pulled off what I am attempting. I assume its not working because I am taking prebuilt flows but not sure. Thanks for the insight!