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?
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 tableAm I mistaken, is this expected behaviour? Or is this something that's configurable and that I've missed in the documentation?