nathadfield commented on issue #17032: URL: https://github.com/apache/airflow/issues/17032#issuecomment-883188983
@kaxil Thanks for that but, if I am being very nit-picky, it is a lot harder to copy a long query out of the UI if its spread over one line as it requires scrolling to the right without really knowing where it ends. It is a lot easier to capture the query if it has been rendered as SQL with the intended formatting. The impact of this is that pasting it into a BigQuery browser results in a single line query. <img width="1200" alt="Screenshot 2021-07-20 at 09 00 40" src="https://user-images.githubusercontent.com/967119/126284116-eb0fefc4-6c20-4861-897c-3d9db2b960e8.png"> In this example its not a big deal but if its a complicated query that needs troubleshooting then I either need to reformat it, or get the untemplated query and insert the correct variables to replicate the query that run. Both of these scenarios result in wasted time that we didn't have to worry about prior to 2.x BigQuery operators. -- 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]
