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

Update SimpleHttpOperator to take auth type object #15605

Merged
merged 1 commit into from
May 10, 2021

Commits on May 9, 2021

  1. Update SimpleHttpOperator to take auth object

    A `requests.auth.AuthBase` object is not passed through from the
    `SimpleHttpOperator` to the underlying `HttpHook`, thus if you want to
    use the `SimpleHttpOperator` but have a custom auth_type, you must
    inherit from it and override the execute method.  Update the operator
    to take this parameter.
    fredthomsen committed May 9, 2021
    Configuration menu
    Copy the full SHA
    f622dcb View commit details
    Browse the repository at this point in the history