Open KulykDmytro opened 2 years ago
This issue is stale because it has been open for 30 days with no activity. If you believe this is still an issue on the latest DataHub release please leave a comment with the version that you tested it with. If this is a question/discussion please head to https://slack.datahubproject.io. For feature requests please use https://feature-requests.datahubproject.io
This issue is stale because it has been open for 30 days with no activity. If you believe this is still an issue on the latest DataHub release please leave a comment with the version that you tested it with. If this is a question/discussion please head to https://slack.datahubproject.io. For feature requests please use https://feature-requests.datahubproject.io
Hey @KulykDmytro I apologize for the delay in getting back to you. For all entities, we essentially show the full name of the entity (as represented in the urn) when that "show full title" button is toggled on. It's not clear to me how we would resolve it differently for each type of data platform (S3, Snowflake, etc), and this seems like a reasonable fallback. Given this, I think we're going to keep this part of the UI as is. I'm going to close out this issue.
Either way, I appreciate you taking the time to bring this to our attention. Thank you!
@aditya-radhakrishnan looks like glue table
have very determined full name: {database}.{table}
why not to use it in fullname build for this type of dataset (like it done in any other relational datasets)
is it possible to make it work like this or provide such ability in config?
occasionally i've found another one example of same (Athena table) but with catalog added in the name
dbt
,
and this shown in lineage (with full titles) as awsdatacatalog.core.adpool_browser_history
my original ones looks like:glue
,
and shown in lineage (with full titles) as arn:aws:glue:eu-central-1:429593101123:table/core/adpool_browser_history
i beleive this is not right
I think it is a valid issue, as we should be consistent in how we ingest Athena urns. Either we should have the catalog name in the urns which comes from DBT and Athena, or not have it, but it should be consistent.
Any updates on this?
Describe the bug Glue ingested tables in lineage view shows fullname with
arn
instead of{database_name}.{table_name}
whenShow Full Titles
enabledTo Reproduce Steps to reproduce the behavior:
Show Full Titles
Expected behavior Full name og Glue table should be like
{database_name}.{table_name}
Screenshots