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

V10 release updates #5611

Merged
merged 5 commits into from
Oct 1, 2021
Merged

V10 release updates #5611

merged 5 commits into from
Oct 1, 2021

Commits on Oct 1, 2021

  1. Excel & CSV query runner (#2478)

    * Excel query runner
    
    * Param handling for read_excel
    
    * CSV query runner
    
    * Fix wrong module name
    
    * Use yaml as query language
    
    * Use yaml as query language for CSV
    
    * Added icon and required modules
    
    * Local address filtering
    
    * Fix syntax error
    deecay authored and susodapop committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    fa4808b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b19de45 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    272d89c View commit details
    Browse the repository at this point in the history
  4. Fix: Specify the protobuf version (#5608)

    protobuf package with a dependency of google-api-python-client released a new version (3.18.0) on September 16, 2021. Since then, the Docker build is failing, and it is presumed that there is a conflict with other DataSource packages that use protobuf. (phoenixdb, pydgraph)
    zoomdot authored and susodapop committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    fada563 View commit details
    Browse the repository at this point in the history
  5. Replace reference to yarn with NPM

    This happened because we cherry-picked #5570 but did not also incorporate
    #5541 into V10.
    susodapop committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    31b418f View commit details
    Browse the repository at this point in the history