philip_johnson
09/07/2022, 12:24 AMmeltano select --list {my_tap} shows that all streams / columns are selected but they get skipped anyway when running the tap?edgar_ramirez_mondragon
09/07/2022, 12:37 AMcatalog capability in meltano.yml :
plugins:
extractors:
- name: <my-tap>
capabilities:
- state
- catalog
- discover
https://docs.meltano.com/tutorials/custom-extractor#add-the-plugin-to-your-meltano-projectphilip_johnson
09/07/2022, 12:47 AMedgar_ramirez_mondragon
09/07/2022, 12:54 AMand also provided a path to the catalog manuallyah yeah, that may be it.
select indeed does not work together with a manual catalog filephilip_johnson
09/07/2022, 12:54 AMaaronsteers
09/07/2022, 1:32 AMselect is used while catalog capability is not declared, and a warning if manual catalog is combined with select?edgar_ramirez_mondragon
09/07/2022, 5:41 AMmeltano run /`meltano invoke` log a warning when catalog rules could not be applied because the capability is missingaaronsteers
09/07/2022, 7:45 AM