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
New UI can not present columns to us after ingesting dbt file to datahub. dbt files attached as follows.
Each Node name in Lineage attached database name.
dbt model file content is as follows:
{{ config(materialized='table'
) }}
select urn, aspect, version, metadata, systemmetadata, createdon, createdby, createdfor
from {{ source('dwd','metadata_aspect_v2') }}
source.yml content is as follows:
version: 2
sources:
name: dwd #模型中引用的名称
schema: public #实际数据库名
tables:
- name: metadata_aspect_v2
To Reproduce
Steps to reproduce the behavior:
Go to '...'
Click on '....'
Scroll down to '....'
See error
Expected behavior
Every node in Lineage page could present columns in new UI.
Screenshots and/or Screen Recordings
System details (please complete the following information):
DataHub Version Tag [e.g. v1.0-rc1]
OS: [e.g. iOS]
Browser [e.g. chrome, safari]
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
I've been using CLI version 0.15.0.5 with DBT, and it has worked well. However, after upgrading to version 1.0.0.2, I’ve noticed a few significant issues:
Missing Raw and Formatted SQL: Previously, I was able to view both the raw and formatted SQL. After the upgrade, I only see the view definition. I've attached a screenshot for reference.
Column Lineage Not Working: This is the most critical issue—column lineage is no longer displaying correctly. The lineage information appears to be missing or inaccurately presented.
I've been using CLI version 0.15.0.5 with DBT, and it has worked well. However, after upgrading to version 1.0.0.2, I’ve noticed a few significant issues: Missing Raw and Formatted SQL: Previously, I was able to view both the raw and formatted SQL. After the upgrade, I only see the view definition. I've attached a screenshot for reference. Column Lineage Not Working: This is the most critical issue—column lineage is no longer displaying correctly. The lineage information appears to be missing or inaccurately presented.
is it related to this?
Yes,the issue is related. I was wondering upgrade the datahub version.
Describe the bug
dbt model file content is as follows:
{{ config(materialized='table'
) }}
select urn, aspect, version, metadata, systemmetadata, createdon, createdby, createdfor
from {{ source('dwd','metadata_aspect_v2') }}
source.yml content is as follows:
version: 2
sources:
schema: public #实际数据库名
tables:
- name: metadata_aspect_v2
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Every node in Lineage page could present columns in new UI.
Screenshots and/or Screen Recordings
System details (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: