dabla commented on issue #55285: URL: https://github.com/apache/airflow/issues/55285#issuecomment-3257396070
I've tested following PR's in Airflow 3.0.6 which work: - [Added specialized insert_rows in PostgresHook which uses faster psycopg execute_batch method #54988](https://github.com/apache/airflow/pull/54988) - [PostgresDialect should use index instead of name in get_column_names and get_primary_keys #54832](https://github.com/apache/airflow/pull/54832) - [Fixed resolving of dialect name when host of JdbcHook is an JDBC URL #54446](https://github.com/apache/airflow/pull/54446) - [Implemented native get_column_names in PostgresDialect to become SQLAlchemy independent #54437](https://github.com/apache/airflow/pull/54437) I've tested following PR in Airflow 3.0.6 which I knew wouldn't work due to an issue in the Connection.extra_dejson, I created a new [PR](https://github.com/apache/airflow/pull/55179) to workaround that issue: - [Made get_conn method async for KiotaRequestAdapterHook to fix AsyncToSync error #54598](https://github.com/apache/airflow/pull/54598) Following PR works partially in Airflow 3.0.6, only the row_processor is broken, for which I created new [PR](https://github.com/apache/airflow/pull/55290): - [Add SQLInsertRowsOperator in common.sql provider #55031]( https://github.com/apache/airflow/pull/55031) -- 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]
