Skip to content

When using dbt and datalake (clickhouse) ingestion sources, tables/models aren't siblings? #17125

@gfaugere-chut

Description

@gfaugere-chut

I've tested datahub and ingested both dbt as a source and the related datalake (clickhouse).
The ingestion seemed OK, and lineage is properly generated between entities

However, I was expecting the dbt model (urn:li:dataset:(urn:li:dataPlatform:dbt,my_schema.my_table,PROD)) and clickhouse table (urn:li:dataset:(urn:li:dataPlatform:clickhouse,my_schema.my_table,PROD)) to be siblings, and my dbt documentation and columns descriptions to be "pushed" to the table

Am I mistaken, is this expected behaviour? Or is this something that's configurable and that I've missed in the documentation?

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions