Hello! If Airbyte is for EL, does it mean that Air...
# advice-data-transformation
j
Hello! If Airbyte is for EL, does it mean that Airflow is still the suitable partner for Data Transformation and Orchestration?
👋 1
a
Hi @Joey Taleño, it depends of the complexity of your current data stack. You could consider Airbyte as an orchestrator if you only rely on Airbyte's integration. You could aslo consider as Airbyte as your transformation partner if you rely on our custom transformation with DBT. But you can of course use Airflow for more global orchestration and other transformation tools if you want to have post-load downstream pipelines. We have an Airflow operator in case you did not know.
👍 2
j
I tend to think of Airbyte as a first class data ingestion tool and a second class anything else tool. It's prime directive is to ingest data from source to destination. If you have use cases for orchestration and use cases for data transformation, look into other tools like dagster, prefect, airflow (orchestration) and dbt (transformation).
👍 3