pankajkoti commented on code in PR #33128: URL: https://github.com/apache/airflow/pull/33128#discussion_r1284820992
########## airflow/providers/apache/sqoop/CHANGELOG.rst: ########## @@ -40,6 +40,19 @@ are no longer accepted as arguments for those methods. These should instead be p as ``extra_options`` while initializing the Hook or via ``extra_options`` parameter to the operator which instantiates the hook with those given ``extra_options`` dictionary. +* ``Validate SqoopHook connection string and disable extra options from public hook methods (#33039)`` + +Bug Fixes +~~~~~~~~~ + +* ``Validate connection host field for Sqoop connection (#32968)`` Review Comment: I think we can remove this part as this was changed later in above PR #33039 ########## airflow/providers/apache/hive/CHANGELOG.rst: ########## @@ -27,6 +27,14 @@ Changelog --------- +6.1.4 +..... + +Misc +~~~~ + +* ``Bring back mysql-connector-python as required depednency (#32989)`` Review Comment: ```suggestion * ``Bring back mysql-connector-python as required dependency (#32989)`` ``` -- 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]
