You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to use this for some sample data and it was nearly impossible to choose a stream inside of the interactive configurator - I had to fall back to using meltano to copy paste.
meltano config tap-smoke-test set --interactive
Choose option 10 (streams)
I was trying to use this for some sample data and it was nearly impossible to choose a stream inside of the interactive configurator - I had to fall back to using meltano to copy paste.
meltano config tap-smoke-test set --interactive
Choose option 10 (streams)
[ {"stream_name": "animals"}, {"input_filename": "https://raw.githubusercontent.com/meltano/tap-smoke-test/main/demo-data/animals-data.jsonl"}]
When you
meltano invoke tap-smoke-test
it blows chunks because there's an extra dash in front of input_filename in meltano.ymlIn the end I had to scrape the config out of the getting started guide
https://docs.meltano.com/cloud/getting_started/#new-to-meltano
Given this is in the getting started guide - perhaps some love and attention to the interactive config would be nice?
The text was updated successfully, but these errors were encountered: