Hello Im trying to learn how to ingest DBT into ou...
# ingestion
r
Hello Im trying to learn how to ingest DBT into our datahub. I saw the documentation for the DBT source but I dont understand it. Im looking at the quick start recipe, and it says I should give it the paths to certain json files, but this doesn’t really help. I found the manifest_file in the tests folder, but the other .json files dont exist. Also how do I connect the git to datahub?
g
Hey @rhythmic-flag-69887! For now, you should expect to see those files appear after you run
dbt run
they may appear in
/target
?
To ingest dbt, you need to use our cli tool: https://datahubproject.io/docs/metadata-ingestion/
Rather than managed ingestion
r
ohh alright thank you
This is all I see though, there arent any other files, maybe dbt renamed them? Everything else is a model