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
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 ?
The text was updated successfully, but these errors were encountered:
Hello,
Since a few days we observed this error on Airflow:
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 ?
The text was updated successfully, but these errors were encountered: