- Notifications
You must be signed in to change notification settings - Fork186
PermalinkChoose a base ref {{ refName }}default Choose a head ref {{ refName }}default Checking mergeability… Don’t worry, you can still create the pull request.
Comparing changes
Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also orlearn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also.Learn more about diff comparisons here.
base repository:influxdata/influxdb-client-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
Uh oh!
There was an error while loading.Please reload this page.
base:master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}defaultLoading
...
head repository:influxdata/influxdb-client-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
Uh oh!
There was an error while loading.Please reload this page.
compare:iox-sql
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}defaultLoading
Uh oh!
There was an error while loading.Please reload this page.
- 6commits
- 8files changed
- 2contributors
Commits on Jan 13, 2023
feat: adds the ability to query with SQL
This creates a new SQL Query API that allows for the use of SQL queriesalong with InfluxDB that has SQL enabled. Without further testing andusage it should be expected that this could break easily.The current model will take the user's URL so they do not need toprovide two different URLs and create two different clients and willparse out the hostname. This is for use with the gRPC client.There are no tests as this largely wraps the FlightSQLClient library.
powersj committedJan 13, 2023 * Rename to "sql_client" remove API from class/examples* Constructor now sets up gRPC client for re-use* Constructor now takes a bucket, one client per bucket* Add close function* Add schemas fucntion* Add tables function
powersj committedJan 13, 2023 - powersj committed
Jan 13, 2023 - powersj committed
Jan 13, 2023
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:git diff master...iox-sql
Uh oh!
There was an error while loading.Please reload this page.