The docs show how to set an array value, but the v...
# troubleshooting
a
The docs show how to set an array value, but the value that gets recorded in meltano.yml is a string. What should be happening?
e
Is your setting declared as an array?
Copy code
plugins:
  extractors:
  - name: my-tap
    settings:
    - name: my_array_setting
      kind: array
a
That was exactly it. Thanks @edgar_ramirez_mondragon 🤘