AltimateAI / AltimateAI/vscode-dbt-power-user

Lineage panel blank for models with high upstream count (regression in 0.61.7)

Ouverte
#2,012 0 commentaires 0 réactions 0 personnes assignées Voir sur GitHub
Langage dominant
JavaScript
Étoiles
585
Forks
121
Merge moyen
5 j 39 min
PR mergées (30 j)
4

Description

**Description**

After upgrading to 0.61.7, the lineage panel renders blank for certain models. Downgrading to 0.61.6 fixes the issue.

**Steps to reproduce**

1. Open a model with `upstreamCount` of ~31 or higher in the lineage panel
2. Observe blank lineage panel — no graph rendered, no error message shown

**Expected behaviour**

Lineage graph renders as it did in 0.61.6.

**Actual behaviour**

Blank lineage panel. The following error appears in the webview console (Help → Toggle Developer Tools → Console):

Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'id')
at gH (main.js:306:11186)
at Ab (main.js:6412:12358)
at main.js:6412:88800

The extension log (`Lineage:getStartingNode:No event found`) fires repeatedly on every click but no rendering error is surfaced to the user.

**Environment**

- Extension version: 0.61.7 (regression from 0.61.6)
- OS: macOS (darwin-arm64)
- dbt version: 1.10.8
- Adapter: BigQuery
- `dbt.enableNewLineagePanel: true`

**Workaround**

Downgrade to 0.61.6.

Guide de contribution

Ouvrir le guide de contribution

Évaluation

Cette issue n'a pas encore été évaluée.

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.