Hello, I'm new to Airbyte and ELT in general
I'm currently experimenting with Airbyte for loading data from Shopify and eventually some other sources into destination BigQuery tables, just using standard normalization
If I then wanted to kick off a job to take that raw BigQuery data and transform it into a single customer view via dbt transforms, is that a pretty typical workflow?
Is there a mechanism for kicking off a DBT job once others have completed, or is that a place where you leverage tools like Airflow?