Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Permalink

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
Choose a base ref
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
Choose a head ref
Loading
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 8 files changed
  • 2 contributors

Commits on Jan 13, 2023

  1. 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.
    powersj committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    52bbaf8 View commit details
    Browse the repository at this point in the history
  2. Major refactor post-review

    * 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 committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    600c3ed View commit details
    Browse the repository at this point in the history
  3. fix pydoc linter

    powersj committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    3db88ee View commit details
    Browse the repository at this point in the history
  4. fix twine/rst linter

    powersj committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    99d55f2 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2023

  1. Configuration menu
    Copy the full SHA
    0f69180 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2023

  1. Configuration menu
    Copy the full SHA
    3915a47 View commit details
    Browse the repository at this point in the history
Loading
Morty Proxy This is a proxified and sanitized view of the page, visit original site.