Skip to content
This repository has been archived by the owner on Apr 22, 2024. It is now read-only.

Allow skipping DataFrameClient import #850

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Sep 14, 2020

  1. Allow skipping DataFrameClient import

    Importing the DataFrameClient can take quite a while,
    especially when the source files aren't yet loaded into
    the page cache.
    
    This patch adds an environment variable, INFLUXDB_NO_DATAFRAME_CLIENT,
    to allow users of this package to skip this import in cases where
    they don't need it.
    doyle-arista committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    ecbabcc View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2020

  1. Allow skipping DataFrameClient import

    Importing the DataFrameClient can take quite a while,
    especially when the source files aren't yet loaded into
    the page cache.
    
    This patch adds an environment variable, INFLUXDB_NO_DATAFRAME_CLIENT,
    to allow users of this package to skip this import in cases where
    they don't need it.
    doyle-arista committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    f0237d2 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2020

  1. Allow skipping DataFrameClient import

    Importing the DataFrameClient can take quite a while,
    especially when the source files aren't yet loaded into
    the page cache.
    
    This patch adds an environment variable, INFLUXDB_NO_DATAFRAME_CLIENT,
    to allow users of this package to skip this import in cases where
    they don't need it.
    doyle-arista committed Sep 28, 2020
    Configuration menu
    Copy the full SHA
    a683fff View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2020

  1. Fix flake regressions

    doyle-arista committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    e48663c View commit details
    Browse the repository at this point in the history
  2. Fix mismatched indent

    doyle-arista committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    a4ae5bd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    59a1d60 View commit details
    Browse the repository at this point in the history