potiuk commented on pull request #17329: URL: https://github.com/apache/airflow/pull/17329#issuecomment-892032420
My thoughts exactly @uranusjr. I was a bit on a side of backwards compatibility and our SemVer approach (which would make such change wait for 3.* Release). But we might argue if someone put more statements there, not executing all of them was actually a bug that this PR fixes so I am also for split_statement =true by default, or even better REMOVING it altogether. It should be equally easy for a user to fix any problem resulting from that change by changing the parameter to false as cleaning up the statement and removing extra sql statements. There are some edge cases where this would not be easy I imagine, but i think it is really, really edge case . -- 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]
