Is there any way to code pipelines in other languages than python? Like go or scala?
✅ 1
r
ripe-musician-59933
02/02/2021, 6:22 PM
@stale-crayon-83563 Not currently: plugins have to be pip packages, which limits them to Python. We have an issue outstanding to support arbitrary Docker containers but it's not prioritized or implemented yet: https://gitlab.com/meltano/meltano/-/issues/2205
If this is important to you, please weigh in there with your use case!
s
stale-crayon-83563
02/02/2021, 6:24 PM
@ripe-musician-59933 since you're connected to airflow, would I just code some other language ETL external to this framework and just hook it into the same airflow? Or would it have to be a different airflow?
r
ripe-musician-59933
02/02/2021, 6:42 PM
Yeah, you can use the embedded Airflow however you please, with as many custom DAGs in