Hey all, is there a simple way to update a custom plugin (loader) while keeping all configurations setup?
d
douwe_maan
03/15/2021, 3:51 PM
@gunnar What kind of "update" are you thinking of? Reinstalling a (newer version of a) plugin using
meltano install <type> <name>
shouldn't affect the configuration
g
gunnar
03/15/2021, 4:13 PM
Awesome!
Yes, I just wanted to double check before I ran the command.
I just wanted to pull the latest version of a plugin to be used in Meltano. (I already have it installed and configured).
Thanks!