Parent/Child relationship question, `time=2021-08-...
# singer-tap-development
v
Parent/Child relationship question,
time=2021-08-31 15:54:32 name=tap-clickup level=WARNING message=Property 'team_id' was present in the 'space' stream but not found in catalog schema. Ignoring.
it looks like the team_id gets added into my space stream because Team is a parent of Space in this case. Is the idea that the tap developed should add team_id to the schema for the data coming from the space object? Seems a bit odd as
team_id
isn't in the data that comes from the space api query. Maybe I'm missing something, thought I'd ask first before throwing in an issue