SalAlba commented on a change in pull request #9943:
URL: https://github.com/apache/airflow/pull/9943#discussion_r486331235
##########
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:
@kenjihiraoka please can you tell me 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]