bossenti opened a new issue, #1374: URL: https://github.com/apache/streampipes/issues/1374
### Body Currently, the python client expects a comma separated string when specifying the columns to be returned ( query parameter `columns`, see [here](https://github.com/apache/streampipes/blob/dev/streampipes-client-python/streampipes/endpoint/api/data_lake_measure.py#LL42)) for a data lake measure. This is quite inconvenient and should be replaced by the option to provide a list of strings which is then converted to a comma separated string for the actual query param. This transformation should be done with a [pydantic validator](https://docs.pydantic.dev/usage/validators/). ### Mentoring As this issue is marked as good first issue: one of @SvenO3 , or @bossenti are happy to provide help for getting started, just tag (one of) them if you want to start working on this issue and need some help. This issue is ideal for people that are interested in getting started with StreamPipes and making their first steps in our Python library. ### StreamPipes Committer I acknowledge that I am a maintainer/committer of the Apache StreamPipes project. -- 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]
