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

feat: add qxip/iox to stdlib contribs #5432

Closed
wants to merge 29 commits into from

Conversation

lmangani
Copy link
Contributor

The qxip/iox contrib wraps iox-flightsql queries into a familiar from selector for Flux scripts.

Usage Example

import "contrib/qxip/iox"
iox.from(
     bucket: "test",
     host: "eu-central-1-1.aws.cloud2.influxdata.com:443",
     token: "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX",
     limit: "10",
     table: "logs",
     start: -100d,
 )

Complete feature documentation provided through flux docs.

Checklist

Dear Author 👋, the following checks should be completed (or explicitly dismissed) before merging.

  • ✏️ Write a PR description, regardless of triviality, to include the value of this PR

Dear Reviewer(s) 👋, you are responsible (among others) for ensuring the completeness and quality of the above before approval.

adubovikov and others added 29 commits October 23, 2022 17:56
chore: change name of community Flux module
Enable Semantic Checks for Titles only
feat: Add Native Clickhouse driver
@lmangani lmangani changed the title WIP: qxip/iox contrib Add qxip/iox contrib module Sep 16, 2023
@lmangani lmangani changed the title Add qxip/iox contrib module Feature: Add qxip/iox contrib module Sep 16, 2023
@lmangani lmangani changed the title Feature: Add qxip/iox contrib module feat: add qxip/iox to stdlib contribs Sep 16, 2023
@lmangani lmangani closed this Sep 16, 2023
@lmangani
Copy link
Contributor Author

Apologies for the false PRs! The builders still point to this repo and open PRs automatically.

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.

3 participants