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

Add optional start and stop parameters to schema query API #52

Merged
merged 1 commit into from
Jan 30, 2024

Conversation

aprimadi
Copy link
Owner

Follow up work based on this PR: #51

Use start and stop optional parameter name to resemble the original Flux API (https://docs.influxdata.com/flux/v0/stdlib/influxdata/influxdb/schema/measurements/).

@aprimadi aprimadi requested a review from Boudewijn26 January 30, 2024 12:40
String::from("")
}
}
schema.measurementTagValues({params})"#,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In the longer term it might be handy to have the parameter string handling be abstracted out. That would save some duplication, but this is not that time

@aprimadi aprimadi merged commit 5daa5bb into main Jan 30, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants