kenjihiraoka commented on a change in pull request #9943:
URL: https://github.com/apache/airflow/pull/9943#discussion_r459403777



##########
File path: airflow/providers/postgres/hooks/postgres.py
##########
@@ -149,7 +152,7 @@ def _serialize_cell(cell, conn):
         """
         return cell
 
-    def get_iam_token(self, conn):
+    def get_iam_token(self, conn: psycopg2.extensions.connection) -> 
Tuple[Any, Any, Union[int, Any]]:

Review comment:
       Thanks man, I found the exactly type of return of each one variables




----------------------------------------------------------------
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:
[email protected]


Reply via email to