This is an automated email from the ASF dual-hosted git repository. bossenti pushed a commit to branch 1259-verify-authentication-on-startup-of-python-client in repository https://gitbox.apache.org/repos/asf/streampipes.git
commit 7cf4c93f6aaa4902e23308161c52e1b2db77a7a2 Author: bossenti <[email protected]> AuthorDate: Mon Feb 27 22:12:49 2023 +0100 fix: typos Signed-off-by: bossenti <[email protected]> --- .../streampipes/endpoint/api/data_lake_measure.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/streampipes-client-python/streampipes/endpoint/api/data_lake_measure.py b/streampipes-client-python/streampipes/endpoint/api/data_lake_measure.py index a5975b277..ad21bb7d8 100644 --- a/streampipes-client-python/streampipes/endpoint/api/data_lake_measure.py +++ b/streampipes-client-python/streampipes/endpoint/api/data_lake_measure.py @@ -157,9 +157,9 @@ class MeasurementGetQueryConfig(BaseModel): class DataLakeMeasureEndpoint(APIEndpoint): """Implementation of the DataLakeMeasure endpoint. - This endpoint provides an interfact to all data stored in the StreamPipes data lake. + This endpoint provides an interface to all data stored in the StreamPipes data lake. - Consequently, it allows uerying metadata about available data sets (see `all()` method). + Consequently, it allows querying metadata about available data sets (see `all()` method). The metadata is returned as an instance of `model.container.DataLakeMeasures`. In addition, the endpoint provides direct access to the data stored in the data laka by querying a
