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 2022/08/28 19:02:56 UTC

[GitHub] [airflow] Taragolis opened a new pull request, #26025: Fix display aws connection info

Taragolis opened a new pull request, #26025:
URL: https://github.com/apache/airflow/pull/26025

   Fix access to cached `AwsConnectionWrapper.conn_repr` before assign `conn_type` and `conn_id`.
   
   Otherwise if connection contains `session_kwargs` then will show in all log message _AWS Connection(conn_id=NOTSET, conn_type=None)_ even if it actually set.
   
   related: #25628
   


-- 
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: commits-unsubscribe@airflow.apache.org

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


[GitHub] [airflow] potiuk merged pull request #26025: Fix display aws connection info

Posted by GitBox <gi...@apache.org>.
potiuk merged PR #26025:
URL: https://github.com/apache/airflow/pull/26025


-- 
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: commits-unsubscribe@airflow.apache.org

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