Hi, I’m trying to use partitions to pass a list of...
# singer-tap-development
j
Hi, I’m trying to use partitions to pass a list of arguments to a request. After creating the partitions property I’m trying to get the partition parameters in the 
get_url_params
  method, is it right? or how should I use the partitions?
a
For each pass, exactly one partition value will be passed in
context
to that method.
You can use that context value to determine how to pull for the specific partition.
Does that help?
j
I tried it but in my debug the context is returning just the value of the parent stream
and
self.partitions
is defined, I can get its values
oh, i found it here, removing the parent stream it works, is there a way to make both work?
e
@josue_sehnem
is there a way to make both work?
Not yet simple smile. There's https://gitlab.com/meltano/sdk/-/issues/273. We are accepting contributions on that request if you'd be willing 😄
j
Thanks! I will take a look at it