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

[AIRFLOW-5730] Enable get_pandas_df on PinotDbApiHook #6399

Merged
merged 2 commits into from
Nov 15, 2019

Commits on Oct 24, 2019

  1. [AIRFLOW-5730] Enable get_pandas_df on PinotDbApiHook

    Currently, PinotDbApiHook is disabling its get_pandas_df
    method by raising NotImplementedError. But it actually
    works as inherited from DbApiHook. This PR enables it.
    sekikn committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    8710c53 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2019

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