bulky-evening-37162
08/28/2023, 11:03 AM404
. This happens when datahub tries to access some dashboard tiles using the admin tiles
endpoint. I think this is a bug on PowerBI's side since these dashboards do exist, and other endpoints seem to work fine for them, but I think datahub shouldnt crash in such a case.
2 - overall the ingestion is painfully slow (more than a day) and some of the really large workspaces which have many input sources, never complete ingestion. I tried to debug this a little and it seems that the code is stuck on the m_query
parsing in the lark
library.
Did anyone else try to use the Powerbi ingestion for large projects?bulky-evening-37162
08/28/2023, 11:42 AMlark
library is running forever on a specific `m_query`:gentle-hamburger-31302
08/29/2023, 5:23 AMbulky-evening-37162
08/29/2023, 7:47 AMflaky-librarian-65126
09/13/2023, 12:12 PMbulky-evening-37162
09/13/2023, 1:13 PMgentle-hamburger-31302
09/14/2023, 12:34 PMgentle-hamburger-31302
09/14/2023, 12:34 PM../gradlew :metadata-ingestion:lintFix
from metadata-ingestion
directory and fix the lint errorgentle-hamburger-31302
09/14/2023, 12:35 PMdamp-autumn-40411
12/01/2023, 10:00 AMbulky-evening-37162
12/03/2023, 8:20 AM404
PR and I didnt have the time to fix it so I closed the PR 😞
you can reopen it and make the tests pass if you want