aloof-angle-91616
07/03/2018, 7:52 PMself.context.products.get(<product>) to get a ProductMapping you can modify within your execute method, but the API can be cumbersome, so you can also use self.context.products.register_data(<product name>, <any python object>) to just stuff whatever you want into that product (and downstream tasks would then use require_data()