ericpp opened a new pull request #20433:
URL: https://github.com/apache/airflow/pull/20433


   <!--
   Thank you for contributing! Please make sure that your code changes
   are covered with tests. And in case of new features or big changes
   remember to adjust the documentation.
   
   Feel free to ping committers for the review!
   
   In case of existing issue, reference it using one of the following:
   
   closes: #ISSUE
   related: #ISSUE
   
   How to write a good git commit message:
   http://chris.beams.io/posts/git-commit/
   -->
   
   This PR should resolve issue #20432 which is caused by the `wait_for_state` 
call being executed outside of the `TableauHook` context after it has logged 
out of the Tableau server. This code moves the call into the context so that it 
is executed while still logged into the Tableau server.
   


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to