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
Reuben (Matatika)
04/18/2024, 8:33 AM
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
visch
04/18/2024, 12:03 PM
I think most of us anytime it's something like a list or an object we don't use the cli
👍 1
👀 1
e
Edgar Ramírez (Arch.dev)
04/18/2024, 11:09 PM
We should probably note in the Hub that one should add quotes for more complex values, or any values really
🙌 1
➕ 1
f
Fayaz Ahmed
04/19/2024, 6:18 AM
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!