We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Cascading derived tables are no longer ingested properly in DataHub.
When cascading derived tables are used in lookml views (see https://docs.looker.com/data-modeling/learning-lookml/derived-tables#cascading_derived_tables), they now get ingested as datasets from the upstream platform/connection instead of views from the same platform (looker).
looker
This bug was introduced here in lookml.py: https://github.com/linkedin/datahub/pull/3255/files#diff-49de7c0eb38108e88215470de34a7d77a8d4ca25878877a2670e55864532341eL546-R683
lookml.py
To Reproduce Steps to reproduce the behavior:
Expected behavior The proper upstream platform (in this case the same platform, looker) should be shown.
Additional context DataHub version: 0.8.13 acryl-datahub version: 0.8.13.1
The text was updated successfully, but these errors were encountered:
@remisalmon: could you verify if #3262 fixes the issue for you?
Sorry, something went wrong.
It does, thank you!
Successfully merging a pull request may close this issue.
Describe the bug
Cascading derived tables are no longer ingested properly in DataHub.
When cascading derived tables are used in lookml views (see https://docs.looker.com/data-modeling/learning-lookml/derived-tables#cascading_derived_tables), they now get ingested as datasets from the upstream platform/connection instead of views from the same platform (
looker
).This bug was introduced here in
lookml.py
: https://github.com/linkedin/datahub/pull/3255/files#diff-49de7c0eb38108e88215470de34a7d77a8d4ca25878877a2670e55864532341eL546-R683To Reproduce
Steps to reproduce the behavior:
Expected behavior
The proper upstream platform (in this case the same platform, looker) should be shown.
Additional context
DataHub version: 0.8.13
acryl-datahub version: 0.8.13.1
The text was updated successfully, but these errors were encountered: