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

feat: support BI Engine statistics in query job #1144

Merged
merged 4 commits into from
Feb 18, 2022

Commits on Feb 18, 2022

  1. chore: Add support for accessing BI Engine statistics

    The REST API returns BiEngineStatistics for a query which denotes if the
    query was accelerated by BI Engine or not. This commit adds the
    necessary function to access this information for executed queries.
    anmolsahoo25 committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    a7699aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5264e92 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7b3e18f View commit details
    Browse the repository at this point in the history
  4. Attempt at mypy fix

    tswast authored Feb 18, 2022
    Configuration menu
    Copy the full SHA
    f122e08 View commit details
    Browse the repository at this point in the history