-
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
[#1254]: extend data lake measure endpoints get method to process query parameters #1349
Merged
bossenti
merged 10 commits into
dev
from
feature/1254-adapt-data-lake-measure-endpoints-get-method-to-process-query-parameter-in-python
Feb 27, 2023
Merged
[#1254]: extend data lake measure endpoints get method to process query parameters #1349
bossenti
merged 10 commits into
dev
from
feature/1254-adapt-data-lake-measure-endpoints-get-method-to-process-query-parameter-in-python
Feb 27, 2023
+607
−35
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
github-actions
bot
added
python
Pull requests that update Python code
testing
Relates to any kind of test (unit test, integration, or E2E test).
labels
Feb 24, 2023
Signed-off-by: bossenti <[email protected]>
Signed-off-by: bossenti <[email protected]>
Signed-off-by: bossenti <[email protected]>
Signed-off-by: bossenti <[email protected]>
Signed-off-by: bossenti <[email protected]>
bossenti
force-pushed
the
feature/1254-adapt-data-lake-measure-endpoints-get-method-to-process-query-parameter-in-python
branch
from
February 24, 2023 17:16
7291cdc
to
62bae9e
Compare
Signed-off-by: bossenti <[email protected]>
tenthe
approved these changes
Feb 27, 2023
SvenO3
approved these changes
Feb 27, 2023
Signed-off-by: bossenti <[email protected]>
Signed-off-by: bossenti <[email protected]>
Signed-off-by: bossenti <[email protected]>
Signed-off-by: bossenti <[email protected]>
bossenti
deleted the
feature/1254-adapt-data-lake-measure-endpoints-get-method-to-process-query-parameter-in-python
branch
February 27, 2023 17:47
bossenti
added a commit
that referenced
this pull request
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
documentation
Everything related to documentation
enhancement
New feature or request
python
Pull requests that update Python code
testing
Relates to any kind of test (unit test, integration, or E2E test).
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Purpose
Add support of several query parameters that are available for the data lake measurement endpoint to the corresponding
get()
method of the Python client. This allows one now to only query for a whole data lake measurement but to refine the query with the following parameters:Remarks
PR introduces (a) breaking change(s): no
PR introduces (a) deprecation(s): no