You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/05/01 11:54:52 UTC

[GitHub] [airflow] fredthomsen commented on a change in pull request #15605: Update SimpleHttpOperator to take auth type object

fredthomsen commented on a change in pull request #15605:
URL: https://github.com/apache/airflow/pull/15605#discussion_r624499404



##########
File path: airflow/providers/http/operators/http.py
##########
@@ -84,6 +88,7 @@ def __init__(
         extra_options: Optional[Dict[str, Any]] = None,
         http_conn_id: str = 'http_default',
         log_response: bool = False,
+        auth_type: Any = HTTPBasicAuth,

Review comment:
       Woops done.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org