Hi If there is a variable need to read from contex...
# meltano-plugin-development
h
Hi If there is a variable need to read from context then how can we use it in the code example "context":{"acc_id" :"678827388"} Need to read this id as id= acc_id. I have tried overriding path @property def path(self): path="api_url/{acc_id}" return path But it doesn't seem to work...what could be the reason?
r
Does that stream have a parent stream set?
h
Yes
r
What does its
get_child_context
look like?
1