elliot
07/01/2022, 11:01 AMnamespace
, settings
, etc.
Whereas with something like tap-postgres
, i simply have to install the plugin and then I do not have to define these things.
I have configured my config_jsonschema
in my custom taps tap.py
, but this does not seem to get picked up by meltano.pablo_seibelt
07/01/2022, 12:20 PMvisch
07/01/2022, 12:21 PMelliot
07/01/2022, 12:39 PMelliot
07/01/2022, 12:40 PMconfig_jsonschema
serve then? As I have descriptions mentioned in therevisch
07/01/2022, 12:40 PMvisch
07/01/2022, 12:41 PMelliot
07/01/2022, 12:42 PMpablo_seibelt
07/01/2022, 1:32 PMelliot
07/01/2022, 1:33 PMpablo_seibelt
07/01/2022, 1:35 PMedgar_ramirez_mondragon
07/01/2022, 1:46 PMmeltano.yml
if they're custom or submitted to MeltanoHub. So, for example the settings of tap-postgres
are defined upstream and then pulled into your project as a lockfile, and that is why you don't need to specify its settings yourself.
That said, it would be ideal if taps, or at least those built with the SDK, could communicate their settings and other metadata directly to Meltano: https://github.com/meltano/sdk/issues/377