blag opened a new pull request #19099: URL: https://github.com/apache/airflow/pull/19099
<!-- Thank you for contributing! Please make sure that your code changes are covered with tests. And in case of new features or big changes remember to adjust the documentation. Feel free to ping committers for the review! In case of existing issue, reference it using one of the following: closes: #ISSUE related: #ISSUE How to write a good git commit message: http://chris.beams.io/posts/git-commit/ --> This PR just fixes a few string concatenations here and there. Please pay particular attention to the regexes that I tweaked. I may have been a little overzealous with my changes, namely: * It seems like sometimes explicit string concatenation was done to differentiate a line from its surroundings. I'm not sure if we want to keep things that way, or force everything to use implicit concatenation. * I also reformatted some of the SQL statements to (IMO) make them a bit more readable. I also updated the tabulate dependency from 0.8.7 to 0.8.8 to fix an issue when attempting to run unit tests under Python 3.10. Those tests still fail for other reasons but this is one less speed bump when we add that, however, I'm not sure if including that change is appropriate in this PR. -- 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]
