I'm trying to pass an array via env variable to th...
# getting-started
a
I'm trying to pass an array via env variable to the meltano scheduled job. What is the correct string format?
d
Is it a custom plugin or a discoverable one? If it’s discoverable or you’ve set
kind: array
on the setting definition, you can use JSON format
a
it is a custom one
d
OK, in the
settings
array, make sure the setting in question has
kind: array
set