-
Notifications
You must be signed in to change notification settings - Fork 189
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adapt data lake measure endpoint's get()
method to process query parameter in Python
#1254
Labels
Milestone
Comments
bossenti
added
enhancement
New feature or request
python
Pull requests that update Python code
labels
Feb 11, 2023
bossenti
added a commit
that referenced
this issue
Feb 21, 2023
Signed-off-by: bossenti <[email protected]>
bossenti
added a commit
that referenced
this issue
Feb 24, 2023
Signed-off-by: bossenti <[email protected]>
bossenti
added a commit
that referenced
this issue
Feb 24, 2023
Signed-off-by: bossenti <[email protected]>
bossenti
added a commit
that referenced
this issue
Feb 24, 2023
Signed-off-by: bossenti <[email protected]>
bossenti
added a commit
that referenced
this issue
Feb 27, 2023
Signed-off-by: bossenti <[email protected]>
bossenti
added a commit
that referenced
this issue
Feb 27, 2023
…ry parameters (#1349) * feature(#1254): add query parameters for get endpoint for measurements Signed-off-by: bossenti <[email protected]> * feature(#1254): add examples for query parameters Signed-off-by: bossenti <[email protected]> * chore: update example notebooks Signed-off-by: bossenti <[email protected]> * chore: add missing update of unit tests Signed-off-by: bossenti <[email protected]> * chore: add missing file headers Signed-off-by: bossenti <[email protected]> * chore: fix typo Signed-off-by: bossenti <[email protected]> * chore: fix typos Signed-off-by: bossenti <[email protected]> * feature(#1254): add examples to docs Signed-off-by: bossenti <[email protected]> * chore: add demo for initial setup Signed-off-by: bossenti <[email protected]> * chore: fix formatting Signed-off-by: bossenti <[email protected]> --------- Signed-off-by: bossenti <[email protected]>
bossenti
added a commit
that referenced
this issue
Feb 27, 2023
…ry parameters (#1349) * feature(#1254): add query parameters for get endpoint for measurements Signed-off-by: bossenti <[email protected]> * feature(#1254): add examples for query parameters Signed-off-by: bossenti <[email protected]> * chore: update example notebooks Signed-off-by: bossenti <[email protected]> * chore: add missing update of unit tests Signed-off-by: bossenti <[email protected]> * chore: add missing file headers Signed-off-by: bossenti <[email protected]> * chore: fix typo Signed-off-by: bossenti <[email protected]> * chore: fix typos Signed-off-by: bossenti <[email protected]> * feature(#1254): add examples to docs Signed-off-by: bossenti <[email protected]> * chore: add demo for initial setup Signed-off-by: bossenti <[email protected]> * chore: fix formatting Signed-off-by: bossenti <[email protected]> --------- Signed-off-by: bossenti <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Body
As of now, the
get()
method of the data lake measure endpoint of the Python client only allows to query the whole data lake measure without providing any query parameter.The StreamPipes API itself offers a lot of query parameters here which should be supported in the Python client as well.
StreamPipes Committer
I acknowledge that I am a maintainer/committer of the Apache StreamPipes project.
The text was updated successfully, but these errors were encountered: