Re: [PR] Added output_processor parameter to SQLQueryOperator and fixed bug with return_single_query_results handler when None is passed as split_statements [airflow]
potiuk merged PR #44781: URL: https://github.com/apache/airflow/pull/44781 -- 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]
Re: [PR] Added output_processor parameter to SQLQueryOperator and fixed bug with return_single_query_results handler when None is passed as split_statements [airflow]
dabla commented on PR #44781: URL: https://github.com/apache/airflow/pull/44781#issuecomment-2527629149 > Nice. But tests have to pass :) Yeah, that's when I discovered the bug in the return_single_query_results handler method. Don't know if the fix will be approaved, we could do it the way around and force the split_statements parameter not to be None in the SQLQueryOperator. So that's up to you guys ;-) -- 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]
