Andy Carter
06/04/2025, 10:34 AMBuildings
stream and a Tenants
stream, and a ServiceRequests
stream that requires a building_id
AND`tenant_id` in the body of a post request (there is no GET/ list ServiceRequests endpoint).
So I would iterate Buildings
, then Tenants
then iterate ServiceRequests
with a full outer join of the two parents. Is that possible?
https://www.linen.dev/s/meltano/t/16381950/hi-all-i-have-built-a-custom-tap-to-extract-data-from-an-api looks like a possible approach, basically I make my Tenants
stream an artificial child of Buildings
and then make service requests
have Tenants
as parent.Edgar Ramírez (Arch.dev)
06/04/2025, 9:46 PM