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

[Data Sources] Implement Apache Drill #3188

Merged
merged 5 commits into from
Jan 10, 2019
Merged

[Data Sources] Implement Apache Drill #3188

merged 5 commits into from
Jan 10, 2019

Commits on Dec 13, 2018

  1. Configuration menu
    Copy the full SHA
    a62d54f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8606ff7 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2018

  1. Improvements in Drill query runner and minor refactoring

    1. Drill query runner now inherits from `BaseHTTPQueryRunner`, because they both have a lot of common code.
    2. `BaseHTTPQueryRunner.get_response` method now accepts `http_method` argument (original implementation was only capable of sending `GET` HTTP requests).
    3. Added `order` to `BaseHTTPRequestRunner` configuration schema to fix order of UI elements based on the schema.
    4. Eliminated duplicate method `_guess_type` in `GoogleSpreadsheet`, `Results` and `Drill` query runners, moved `guess_type` to `redash.query_runner`.
    5. Removed tests for `_guess_type` in `GoogleSpreadsheet`, `Results` and `Drill` query runners, merged them into single test case and moved to `tests.query_runner.test_utils`.
    6. Various minor changes (code style, imports, etc).
    break-pointer committed Dec 14, 2018
    Configuration menu
    Copy the full SHA
    040fc79 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a3e2b38 View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2018

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