Of course I am doing it wrong, because my yml is g...
# getting-started
f
Of course I am doing it wrong, because my yml is generated as below. Pls let me know what I am doing wrong (p.s I am new to Python as well and hence ignorant of the right way to provide these array values). Appreciate the correction!
r
You just need to put the value in single quotes 🙂
Copy code
meltano config tap-smoke-test set streams '[{"stream_name": "animals", "input_filename": "<https://raw.githubusercontent.com/meltano/tap-smoke-test/main/demo-data/animals-data.jsonl>"}]'
🙌 1
v
I think most of us anytime it's something like a list or an object we don't use the cli
👍 1
👀 1
e
We should probably note in the Hub that one should add quotes for more complex values, or any values really
🙌 1
1
f
Thank you all for helping me with this...i had to get wsl working on my machine again before i could try this and hence the delay. Ive tried this and it has worked well. Appreciate it!
np 1