Feature scope
CLI (options, error messages, logging, etc.)
Description
This feature request resulted from the following conversation on Slack: https://meltano.slack.com/archives/C069CQNHDNF/p1763755053907459
Users of Taps I develop often want to know what streams are available in the Tap and what attributes are available for a given stream. You can list all available attributes (with the stream name a part of attribute name) using meltano select tap-hubspot --list --all. The two primary issues with this solution are:
- This command is for setting the SELECT config. Thus it is not obvious as a Meltano user to read the documentation for this command when trying to figure out how to list streams/attributes for a Tap.
- If the tap has an exceedingly large amount of attributes available (100+) across one or more streams, you receive a flood of information that can be difficult to interpret.
It would be nice to have a CLI command for taps that allows the user to:
- List all streams available for the Tap
- List all attributes for a stream (user supplies the stream name to filter on)
- List all streams and attributes (current output of
meltano select tap-hubspot --list --all)
Feature scope
CLI (options, error messages, logging, etc.)
Description
This feature request resulted from the following conversation on Slack: https://meltano.slack.com/archives/C069CQNHDNF/p1763755053907459
Users of Taps I develop often want to know what streams are available in the Tap and what attributes are available for a given stream. You can list all available attributes (with the stream name a part of attribute name) using
meltano select tap-hubspot --list --all. The two primary issues with this solution are:It would be nice to have a CLI command for taps that allows the user to:
meltano select tap-hubspot --list --all)