You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm experiencing an issue with my Airflow project that uses DbtTaskGroup. Specifically, I keep getting an error message that reads:
ERROR [cosmos.providers.dbt.render] Dependency abc not found for model DbtModel(name='xyz'...)
I believe the missing dependency is a data file in .csv format.
My understanding is that Cosmos should seed the data before collecting the DBT tasks. However, if this is not the case, I would appreciate any guidance on the proper way to run seeding before DbtTaskGroup collects DBT models.
Thank you for your help!
The text was updated successfully, but these errors were encountered:
Hi there,
I'm experiencing an issue with my Airflow project that uses
DbtTaskGroup
. Specifically, I keep getting an error message that reads:I believe the missing dependency is a data file in
.csv
format.My understanding is that Cosmos should seed the data before collecting the DBT tasks. However, if this is not the case, I would appreciate any guidance on the proper way to run seeding before DbtTaskGroup collects DBT models.
Thank you for your help!
The text was updated successfully, but these errors were encountered: