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

IndexError: list index out of range #252

Closed
alexisflipo opened this issue Apr 17, 2024 · 1 comment
Closed

IndexError: list index out of range #252

alexisflipo opened this issue Apr 17, 2024 · 1 comment

Comments

@alexisflipo
Copy link
Contributor

alexisflipo commented Apr 17, 2024

Hello,

Since a few days we observed this error on Airflow:

File "/home/airflow/.venv/lib/python3.9/site-packages/dbtmetabase/parsers/dbt_manifest.py", line 207, in _read_model
    is_incoming_relationship_test = depends_on_nodes[1] != unique_id
IndexError: list index out of range

We can't find from which dbt model it comes from. We have a lot of PR that are merged daily with modifications on models and its descriptions. Do you know how I can find the root cause or have an info in the the logs please ?

@gouline
Copy link
Owner

gouline commented Apr 17, 2024

You are running an old version, this issue was fixed in 1.0.0 (#210) and even backported to 0.10.3 (#211).

@gouline gouline closed this as completed Apr 17, 2024
@gouline gouline reopened this Apr 17, 2024
@gouline gouline closed this as not planned Won't fix, can't repro, duplicate, stale Apr 17, 2024
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

No branches or pull requests

2 participants