eladkal commented on PR #41916: URL: https://github.com/apache/airflow/pull/41916#issuecomment-2462792409
We still have errors in backcompat tests with Airflow 2.8 ``` ========================== short test summary info ============================ FAILED providers/tests/amazon/aws/operators/test_athena.py::TestAthenaOperator::test_operator_openlineage_data - TypeError: split() got an unexpected keyword argument 'strip_semicolon' FAILED providers/tests/amazon/aws/operators/test_redshift_sql.py::TestRedshiftSQLOpenLineage::test_execute_openlineage_events[None-connection_extra0-cluster_identifier_from_extra.eu-north-1-True-database.public] - TypeError: split() got an unexpected keyword argument 'strip_semicolon' FAILED providers/tests/amazon/aws/operators/test_redshift_sql.py::TestRedshiftSQLOpenLineage::test_execute_openlineage_events[cluster_identifier_from_host.id.my_region.redshift.amazonaws.com-connection_extra1-cluster_identifier_from_host.my_region-True-database.public] - TypeError: split() got an unexpected keyword argument 'strip_semicolon' FAILED providers/tests/amazon/aws/operators/test_redshift_sql.py::TestRedshiftSQLOpenLineage::test_execute_openlineage_events[cluster_identifier_from_host.x.y-connection_extra2-cluster_identifier_from_extra.eu-north-1-True-database.public] - TypeError: split() got an unexpected keyword argument 'strip_semicolon' FAILED providers/tests/amazon/aws/operators/test_redshift_sql.py::TestRedshiftSQLOpenLineage::test_execute_openlineage_events[1.2.3.4-connection_extra3-1.2.3.4-True-database.public] - TypeError: split() got an unexpected keyword argument 'strip_semicolon' FAILED providers/tests/amazon/aws/operators/test_redshift_sql.py::TestRedshiftSQLOpenLineage::test_execute_openlineage_events[cluster_identifier_from_host.id.my_region.redshift.amazonaws.com-connection_extra4-cluster_identifier_from_host.my_region-False-public] - TypeError: split() got an unexpected keyword argument 'strip_semicolon' ====== 6 failed, 3087 passed, 52 skipped, 1 warning in 373.63s (0:06:13) ======= ``` -- 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]
