You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Looker/Lookml ingestion does not handle inheritance correctly.
When I extract a view that is extending another the child view does not show the parent dimensions/measures.
Expected behavior
I would expect to see two views extracted. The parent, and the child. Also, the child_view should show the dimensions/measures inherited from parent
Screenshots
Additional context
Datahub version: v0.12.0
The text was updated successfully, but these errors were encountered:
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 seems like a bug in get_including_extends - for "list" fields like dimension/measure/etc, we need to merge with parent views instead of only fetching the value for the child field
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
Describe the bug
Looker/Lookml ingestion does not handle inheritance correctly.
When I extract a view that is extending another the child view does not show the parent dimensions/measures.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I would expect to see two views extracted. The parent, and the child. Also, the child_view should show the dimensions/measures inherited from parent
Screenshots
Additional context
Datahub version: v0.12.0
The text was updated successfully, but these errors were encountered: