Hi I'm thinking about starting to use dagster but ...
# ask-community
d
Hi I'm thinking about starting to use dagster but I can't find any information about language support. If I want to write my logic in Typescript/javascript or Scala is that possible?
v
Dagster only supports python, but you could use something like the k8s_job_op. I never used it so I’m not intimately familiar with what you’d gain/lose from going with that pattern though.
d
Ok has anyone here tried it out and knows if it has any drawbacks worth mentionkng? This doesn't seem trivial at all if I just want to quickly test out if this kubernetes library is right for my use case
c
You can also call out using `dagster_shell`to scripts written in other languages. But dagster is primarily a python framework, and integrating with other languages is definitely not trivial.