If Parent Stream added automatically Schema is empty
Not sure which version of the SDK started this, but the last released SDK version on pypi I just hit this while doing some testing. (We need to add some tests for this one, as it's a nasty regression I think?)
- Setup meltano.yml to select only a child stream (that has a parent stream)
- You'll notice the schema is
{"type": "SCHEMA", "stream": "team", "schema": {"properties": {}, "type": "object"}, "key_properties": ["id"]}for the parent stream. In this example I chose a child stream ofteam.*fromtap-clickup
Hope this is enough to get a repro
Edited by Derek Visch