Huzaifa Patel
08/30/2024, 2:31 PMEdgar Ramírez (Arch.dev)
08/30/2024, 2:34 PMclass MyStream(MyClient):
@property
def path(self):
return f"reporting/get-data/{self.config['report_id']}"
and make report_id
required in tap.py
.Huzaifa Patel
08/30/2024, 2:41 PM