SvenO3 commented on code in PR #152:
URL: https://github.com/apache/streampipes/pull/152#discussion_r1032109187
##########
streampipes-client-python/streampipes_client/client/client.py:
##########
@@ -102,6 +102,7 @@ def __init__(
# provide all available endpoints here
# name of the endpoint needs to be consistent with the Java client
self.dataLakeMeasureApi = DataLakeMeasureEndpoint(parent_client=self)
+ self.dataStreamApi = SpDataStreamEndpoint(parent_client=self)
Review Comment:
Yes, we can change this. I just used the same names as in the StreamPipes
API and this prefix is only added to the SpDataStream and SpDataSet there
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]