Hi, is it possible to integrate datahub with dbt w...
# ingestion
q
Hi, is it possible to integrate datahub with dbt without the installation of dbt
g
Could you elaborate a bit more about what you’d like to do?
q
when i am integrating, i am not finding any dbt cloud or dbt cli, so can i still integrate with dbt
g
We don’t yet have support for dbt cloud. With the dbt cli, running
dbt docs generate
or
dbt run
will create the catalog/manifest/run_result files, which datahub can then consume
w
Só to ingest dbt we have to manualçy upload the files with the datahub cli from local machine? there is some workaround to automatize this?