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/06/08 06:12:28 UTC

[GitHub] [airflow] dungdm93 commented on pull request #24311: Update Oracle library to latest version

dungdm93 commented on PR #24311:
URL: https://github.com/apache/airflow/pull/24311#issuecomment-1149503950

   Could u also correct `get_conn` type-hint. It's the wrong one now
   ```diff
   -     def get_conn(self) -> 'OracleHook':
   +     def get_conn(self) -> oracledb.Connection:
   ```


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