hey, wondering why the dbt ingestor has this extra...
# ingestion
p
hey, wondering why the dbt ingestor has this extra value in its constructor: https://github.com/linkedin/datahub/blob/b2f59e8745c8fb40ae7aa0f4d5b4d0aac8b97968/metadata-ingestion/src/datahub/ingestion/source/dbt.py#L538 where does that value come from?
m
Hey @plain-farmer-27314: the dbt connector creates two kinds of nodes: dbt nodes and nodes from the target platform (e.g. postgres, redshift, bigquery, etc)
that constructor is an internal implementation detail to allow the dbt connector to produce both kinds of nodes and connecting them through lineage
b
@mammoth-bear-12532 Is this required by default?