Max
06/28/2024, 11:55 AMdiscover
command, which the newest Meltano seems not to have anymore.Reuben (Matatika)
06/28/2024, 12:08 PMdiscover
used to do exactly that, but IIRC it got removed because no-one was really using it (or only using it to check Hub status, which is still possible via hub ping
). What is your use-case?
FWIW, there is this related GitHub issue: https://github.com/meltano/meltano/issues/7657Max
06/28/2024, 12:20 PMmelanto discover extrators|grep -i jira
would have be the expected flow of work for me.Max
06/28/2024, 12:23 PMMax
06/28/2024, 12:24 PMdiscover
command was moved into an other commands (as option)Reuben (Matatika)
06/28/2024, 12:26 PMReuben (Matatika)
06/28/2024, 12:28 PMmeltano hub get [extractors|loaders|...]
would be a nice API, if it were to be added back.Max
06/28/2024, 12:28 PMReuben (Matatika)
06/28/2024, 12:28 PMMax
06/28/2024, 12:30 PMget
is misleading; I would rather suggest meltano hub search [--extrators|--loaders]
could be a kind of fuzz search.Edgar Ramírez (Arch.dev)
06/28/2024, 12:40 PMReuben (Matatika)
06/28/2024, 1:11 PMmeltano hub list [--extractors|--loaders|...]
, which you could then pipe to grep
as in your above example?