Anton-Shutik commented on code in PR #29044:
URL: https://github.com/apache/airflow/pull/29044#discussion_r1082574233


##########
airflow/providers/common/sql/hooks/sql.py:
##########
@@ -169,6 +169,33 @@ def get_uri(self) -> str:
         conn.schema = self.__schema or conn.schema
         return conn.get_uri()
 
+    def resolve_rds_cname(self, hostname):

Review Comment:
   @potiuk 
   Can it be used like this:
   ```python
    pg_hook  = PostgresHook(..., behaviors=["rds"])
   ```
   and this will enable rds specific logic in the PostgresHook ?
   



-- 
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-unsubscr...@airflow.apache.org

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

Reply via email to