I’m doing something wrong here, but not sure what ...
# troubleshooting
m
I’m doing something wrong here, but not sure what 😕
hmm, maybe I just can’t set this interactively? I found https://github.com/meltano/squared/blob/d569603312913c4d5fb5e3889c1f0b251ad22566/data/extract/extractors.meltano.yml#L98-L100 and if I edit the YAML manually it seems to work
made me think of the yaml-first discussion so added a comment here
a
I did some testing on my side. It looks like double quoted arrays in square brackets should work - such as
["foo", "bar"]
. I logged an issue to improve UX here: