Hello, I'm new to Airbyte and ELT in general I'm ...
# advice-data-transformation
f
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?
I should add i'm working with the Open Source version of AirByte
Airbyte integrates with Airflow, dagster and Prefect. You can choose the orchestration tool you prefer.
👍 2