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

Implement Raw Query Support #31

Closed
aprimadi opened this issue Mar 26, 2023 · 0 comments · Fixed by #32
Closed

Implement Raw Query Support #31

aprimadi opened this issue Mar 26, 2023 · 0 comments · Fixed by #32

Comments

@aprimadi
Copy link
Owner

While automatically turning query result into a struct is a powerful abstraction, sometimes users need to process query result manually. For example, the explore schema query cannot fit into the current struct-query abstraction: https://docs.influxdata.com/influxdb/v2.6/query-data/flux/explore-schema/#list-measurements. Thus, we need to be able to do raw query.

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 a pull request may close this issue.

1 participant