Skip to content
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

Closed
bossenti opened this issue Feb 11, 2023 · 0 comments · Fixed by #1349
Closed
Assignees
Labels
enhancement New feature or request python Pull requests that update Python code
Milestone

Comments

@bossenti
Copy link
Contributor

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.

@bossenti bossenti added enhancement New feature or request python Pull requests that update Python code labels Feb 11, 2023
@bossenti bossenti added this to the 1.0.0 milestone Feb 11, 2023
@bossenti bossenti self-assigned this Feb 11, 2023
bossenti added a commit that referenced this issue Feb 24, 2023
bossenti added a commit that referenced this issue Feb 24, 2023
bossenti added a commit that referenced this issue Feb 27, 2023
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 bossenti modified the milestones: 1.0.0, 0.91.0 Feb 27, 2023
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
enhancement New feature or request python Pull requests that update Python code
Projects
None yet
1 participant