Hi! I did some tests this morning and the main pro...
# integrate-tableau-datahub
b
Hi! I did some tests this morning and the main problem I got was the following:
datahub/ingestion/source/tableau.py", line 651, in emit_sheets_as_charts
dashboard_path = sheet.get("containedInDashboards")[0].get("path", "")
IndexError: list index out of range
This happens during ingestion and only with some dashboards/sheets. I still haven't figured out why some only have problems. Here's a more complete log
c
sheet in tableau can exist without dashboard
in workbook
i think current code doesn't support this case
e
yes, I have a similar issue, also only workbooks that are direct descendants of projects are being ingested, nested projects are not
b
And that idea of importing the workbook as a dashboard, would it work?