prratek_ramchandani
10/28/2021, 1:44 PMget_starting_replication_key_value()
stream method claims the context
param is optional but the function call to self.get_context_state()
right below seems to require that param.aaronsteers
10/28/2021, 6:15 PMget_context_state()
returns the top-level stream state if context is None
.aaronsteers
10/28/2021, 6:16 PMNone
is a valid context, just the top-level context (meaning the total stream).prratek_ramchandani
10/28/2021, 6:40 PM