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.