Hello, What's the difference between `meltano run`...
# troubleshooting
c
Hello, What's the difference between
meltano run
and
maltano elt
? And which one should be used in production?
v
Both are good for production. Run is newer but I'd start with that. Elt has a couple functions that run still can't do but if and when you need something that that is super easy to swap around
c
Okay, Thanks!
u
I'd add that elt doesnt have some of the newer functionality like mapper plugins. I personally havent used elt in well over a year and I havent run into any limitations
m
we’ve only ever used
run
¯\_(ツ)_/¯
c
Thank you!