hello all, not sure this is the correct channel. I...
# advice-data-transformation
y
hello all, not sure this is the correct channel. I am wondering if airbyte can be integrated other solutions that can perform java / python transformers in the transform stage (i.e., after EL, as stated in https://docs.airbyte.com/operator-guides/transformation-and-normalization/transformations-with-sql)?
👋 1
a
Hi Yudian! Airbyte only supports SQL based transformations today. If you need to transform data on your destination with Python or Java, then you can plug in a data orchestration tool (Airflow, Prefect, Dagster...) to orchestrate the transformations for you. I linked three articles on how to use Airbyte with these tools for transforming data.
y
ok thank you!