Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERROR [cosmos.providers.dbt.render] Dependency not found #235

Closed
DucNgn opened this issue Apr 14, 2023 · 0 comments · Fixed by #241
Closed

ERROR [cosmos.providers.dbt.render] Dependency not found #235

DucNgn opened this issue Apr 14, 2023 · 0 comments · Fixed by #241

Comments

@DucNgn
Copy link
Contributor

DucNgn commented Apr 14, 2023

Hi there,

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!

jlaneve pushed a commit that referenced this issue Apr 18, 2023
Closes #235
Clients can specify the location of the seeds folder with an argument in
`DbtTaskGroup`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant