Hello! Can anyone help me understand the differenc...
# singer-tap-development
a
Hello! Can anyone help me understand the difference between the
config_jsonschema
attribute for a
Tap
and the
settings
block in
meltano.yml
? At a high level, they seem to perform the same job. When I view the many extractors on Meltano hub, some have
config_jsonschema
filled to the brim but
settings
are relatively bare bones (no description, title, etc.) and then other taps are the exact opposite. I also find it odd that running
tap-example --about
doesn't print out nested properties of objects regardless of additional properties being set to true so I can't tell if they even matter. As you can see from this mess, my head is all over the place on this topic!