Hi All, how can we dbt with airbyte, dbt is transf...
# ask-community-for-troubleshooting
r
Hi All, how can we dbt with airbyte, dbt is transformation but with airbyte we are just extracting and loading the data. what is the benefit and for what purpose dbt is used with airbyte
1
j
You can set up airbyte to kick off a dbt job after a sync is completed. You can do this to denormalize data, ie your sync brings in nested json and you need it in 3-4 tables. You could accomplish the same thing by using an orchestrator to first run an airbyte sync and then run a dbt run.
r
Is there any documentation or tutorials which I can follow and understand better