sjyangkevin commented on code in PR #55008: URL: https://github.com/apache/airflow/pull/55008#discussion_r2310173626
########## providers/mysql/src/airflow/providers/mysql/hooks/mysql.py: ########## Review Comment: Yeah, maybe the intention for `bulk_load` and `bulk_dump` is for one time execution. The following code is in the parent class. I think it is how the connection is being cached. hope it help. https://github.com/apache/airflow/blob/b4266ead1cef5f11f74f365f0eff5144a17f2e20/providers/common/sql/src/airflow/providers/common/sql/hooks/sql.py#L240-L244 -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
