Hello! I am trying to create a lineage for charts ...
# troubleshoot
h
Hello! I am trying to create a lineage for charts and dashboards, and getting some strange behavior: Dashboard is shown in the 'Dashboards' tab of the chart and chart is displayed in the 'Charts' tab of the dashboard, but switching to graph view of lineage shows empty screen. Any ideas what's wrong?
Copy code
react-dom.production.min.js:216 TypeError: Cannot read properties of undefined (reading 'map')
    at _j (main.622d37b0.chunk.js:1)
    at e.getLineageVizConfig (main.622d37b0.chunk.js:1)
    at e.value (main.622d37b0.chunk.js:1)
    at qi (main.622d37b0.chunk.js:1)
    at main.622d37b0.chunk.js:1
    at Object.useMemo (2.ac4bd045.chunk.js:2)
    at t.useMemo (2.ac4bd045.chunk.js:2)
    at Qi (main.622d37b0.chunk.js:1)
    at ro (2.ac4bd045.chunk.js:2)
    at Vs (2.ac4bd045.chunk.js:2)
ss @ react-dom.production.min.js:216
DashboardEntity.tsx:24 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'map')
    at _j (main.622d37b0.chunk.js:1)
    at e.getLineageVizConfig (main.622d37b0.chunk.js:1)
    at e.value (main.622d37b0.chunk.js:1)
    at qi (main.622d37b0.chunk.js:1)
    at main.622d37b0.chunk.js:1
    at Object.useMemo (2.ac4bd045.chunk.js:2)
    at t.useMemo (2.ac4bd045.chunk.js:2)
    at Qi (main.622d37b0.chunk.js:1)
    at ro (2.ac4bd045.chunk.js:2)
    at Vs (2.ac4bd045.chunk.js:2)
Found errors in the console
b
Yuh oh. @green-football-43791 lets take a look. Could be some type of regression here
Thanks for raising this Sergey
g
taking a look 🙂
pulling latest should resolve your issue @handsome-belgium-11927!
🙌 1