You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Jon Warghed (JIRA)" <ji...@apache.org> on 2018/12/07 10:49:00 UTC

[jira] [Created] (AIRFLOW-3482) HttpHook advanced retry with tenacity is not returning the session object

Jon Warghed created AIRFLOW-3482:
------------------------------------

             Summary: HttpHook advanced retry with tenacity is not returning the session object
                 Key: AIRFLOW-3482
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-3482
             Project: Apache Airflow
          Issue Type: Bug
          Components: hooks
            Reporter: Jon Warghed


The return value from Tenacity Retrying object is never returned from  
run_with_advanced_retry. This makes it hard to access the session and any data that was returned from the http service.
 
Expected behavior:
Same behavior as run, actually returning the session object.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)