-
Notifications
You must be signed in to change notification settings - Fork 186
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn 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
base: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: influxdata/influxdb-client-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: iox-sql
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 6 commits
- 8 files changed
- 2 contributors
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 queries along with InfluxDB that has SQL enabled. Without further testing and usage it should be expected that this could break easily. The current model will take the user's URL so they do not need to provide two different URLs and create two different clients and will parse out the hostname. This is for use with the gRPC client. There are no tests as this largely wraps the FlightSQLClient library.
Configuration menu - View commit details
-
Copy full SHA for 52bbaf8 - Browse repository at this point
Copy the full SHA 52bbaf8View commit details -
* 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
Configuration menu - View commit details
-
Copy full SHA for 600c3ed - Browse repository at this point
Copy the full SHA 600c3edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3db88ee - Browse repository at this point
Copy the full SHA 3db88eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 99d55f2 - Browse repository at this point
Copy the full SHA 99d55f2View commit details
Commits on Jan 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0f69180 - Browse repository at this point
Copy the full SHA 0f69180View commit details
Commits on Mar 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3915a47 - Browse repository at this point
Copy the full SHA 3915a47View commit details
There are no files selected for viewing