potiuk commented on PR #23971: URL: https://github.com/apache/airflow/pull/23971#issuecomment-1221415022
I think this is a bug really @eladkal @kazanzhy - especially if it worked before. I don't think we have any limitation and whether we care if the statement we send is SQL or not in most cases. If it can be sent through DB API and server processes it, it should be fine. Why would we care if it is a select query or PL/SQL? I think the problem in this case is that we strip the `;` at the end of the statement. Am I right @hewerthomn ? Can you confirm that the same query worked before ? Can you send some output of the query run in the previous version? -- 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]
