Hi there, I am currently exploring the Tableau in...
# troubleshoot
r
Hi there, I am currently exploring the Tableau ingestion using the newly supported nested project structure (datahub v0.10.2 using CLI v0.10.2.2). I think I found an issue, when trying to ingest a child project only, without its parent, see in the attached screenshot. It seems like it is not correctly displaying the parent project in the breadcrumbs. Also the link of this 'urn' leads to a 'not found' page. In my recipe, the relevant part looks like this:
Copy code
project_pattern:
            allow:
                - '^Common Analytics Domain/Production$'
I did not configure the field
extract_project_hierarchy
, so that's supposed to be
true
by default.
1
l
Hey there 👋 I'm The DataHub Community Support bot. I'm here to help make sure the community can best support you with your request. Let's double check a few things first: 1️⃣ There's a lot of good information on our docs site: www.datahubproject.io/docs, Have you searched there for a solution? Yes button ✅ It's not uncommon that someone has run into your exact problem before in the community. Have you searched Slack for similar issues? ✅ button
d
@gray-shoe-75895 might be able to speak to this!
g
@gentle-hamburger-31302 looks like a bug in our tableau implementation - can you take a look?
g
ok
Hi @rich-pager-68736 It is happening because of parent project name is not getting ingested, only ID get ingested. PR: https://github.com/datahub-project/datahub/pull/8030 Once this PR is merged, you will find name of parent project instead of URN in breadcrumbs and not found error will also get resolve cc: @gray-shoe-75895