Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tableau: it does not ingest tables parsed from Custom SQL queries #9844

Closed
alexs-101 opened this issue Feb 14, 2024 · 1 comment · Fixed by #9838
Closed

Tableau: it does not ingest tables parsed from Custom SQL queries #9844

alexs-101 opened this issue Feb 14, 2024 · 1 comment · Fixed by #9838
Labels
bug Bug report stale

Comments

@alexs-101
Copy link
Contributor

Imagine we have an unsupported (by Tableau) Custom SQL query like this:

id = c00a497c-2d83-4fd7-b259-35eb54f4d97d

SELECT
   t1.col1
   t1.col2
FROM
   t1

It will parse SQL query and infer that the Custom SQL id = c00a497c-2d83-4fd7-b259-35eb54f4d97d is referencing upstream table t1, and its columns col1, col2. It will save table linage and fine-grained linage information for the Custom SQL entity.

But it does not emit the parsed tables itself (doesnot matter if ingest_tables_external was enabled or not), for those who has no ability to pre-ingest the tables, the linage will not be shown in UI, it will be incomplete, because there were no upstream tables emited (parsed from SQL query).

The fix is by the link:
#9838

Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bug report stale
Projects
None yet
1 participant