christoph
09/29/2022, 3:24 AMchristoph
09/29/2022, 6:42 AMvisch
09/29/2022, 1:30 PMvisch
09/29/2022, 1:31 PMchristoph
10/06/2022, 7:09 AMpath
property. It's no longer doing that after introducing the _sync_children()
override.
I was using that functionality (i.e path = '/api/{parent_id}/subcomponent'
with the parent_id
coming automatically from the self.get_child_context() -> dict
But now the child stream is just making a request to /api/{parent_id}/subcomponent
literally.visch
10/06/2022, 1:42 PMpartition_id
for some reason. Maybe add a breakpoint at the setter for path
might be easier to do it at get_records
🤷 I'd at least that's where I'd look https://gitlab.com/meltano/sdk/-/blob/main/singer_sdk/streams/rest.py#L275 is the magic 🙂christoph
10/06/2022, 9:27 PMpath
interpolation. That was just me not paying attention to the subtleties of the partitions = []
vs partitions = None
semantics 😉
Now on to figuring out why the merging of the context is seemingly not happening ...visch
10/06/2022, 9:42 PMchristoph
10/11/2022, 7:41 AMvisch
10/19/2022, 1:30 AMchristoph
10/19/2022, 1:48 AMvisch
10/19/2022, 1:13 PMvisch
10/19/2022, 1:14 PM