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

Add DBApiHook check for 2.0 migration #12730

Merged
merged 8 commits into from
Dec 11, 2020
Merged

Add DBApiHook check for 2.0 migration #12730

merged 8 commits into from
Dec 11, 2020

Commits on Dec 7, 2020

  1. Add DBApiHook check for 2.0 migration

    Adds a check that ensures that any hook that uses the
    run, get_pandas_df or get_records functions does not import from the
    base_hook
    dimberman committed Dec 7, 2020
    Configuration menu
    Copy the full SHA
    475ccaa View commit details
    Browse the repository at this point in the history
  2. exception for grpc_hook

    dimberman committed Dec 7, 2020
    Configuration menu
    Copy the full SHA
    e910507 View commit details
    Browse the repository at this point in the history
  3. fix plugin

    dimberman committed Dec 7, 2020
    Configuration menu
    Copy the full SHA
    fea5650 View commit details
    Browse the repository at this point in the history
  4. fix plugin

    dimberman committed Dec 7, 2020
    Configuration menu
    Copy the full SHA
    305b50a View commit details
    Browse the repository at this point in the history
  5. fix plugin

    dimberman committed Dec 7, 2020
    Configuration menu
    Copy the full SHA
    74ea7ce View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0b5ecbb View commit details
    Browse the repository at this point in the history
  7. black

    dimberman committed Dec 7, 2020
    Configuration menu
    Copy the full SHA
    cae3506 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2020

  1. fix

    dimberman committed Dec 8, 2020
    Configuration menu
    Copy the full SHA
    dcbd287 View commit details
    Browse the repository at this point in the history