Adam Wegscheid
11/21/2025, 7:57 PMstreams.py?visch
11/21/2025, 9:15 PMmeltano select tap-hubspot --list --all 😄Adam Wegscheid
11/21/2025, 9:16 PMAdam Wegscheid
11/21/2025, 9:16 PMvisch
11/21/2025, 9:17 PMAdam Wegscheid
11/24/2025, 7:46 PMmeltano select is really intended for setting the SELECT config and not to provide a nice user interface to list the streams and/or their attributes.
In my case, I have many streams in the tap with 300+ attributes each. The massive flood to the terminal makes this workaround stop being viable if I just want a simple compiled list of available streams.
@Edgar Ramírez (Arch.dev) Is there any other way to get a list of streams or would this be worthy of a feature request?Edgar Ramírez (Arch.dev)
11/25/2025, 4:50 PMmeltano select tap-github --all --json | jq '.streams[] | select(.selection != "excluded") | .stream' select.json | uniq
"repositories"
"stargazers"Adam Wegscheid
11/25/2025, 5:07 PMmeltano tap-github --list-streams or meltano tap-github --list-attributes if it were available. That may be out of scope for Meltano, however, I will likely create a feature request just to provide a place to discuss.Edgar Ramírez (Arch.dev)
11/25/2025, 5:07 PMI will likely create a feature request just to provide a place to discuss.Please do!
Adam Wegscheid
11/25/2025, 5:24 PM