sprzedwojski commented on a change in pull request #4314: [AIRFLOW-3398] Google Cloud Spanner instance database query operator URL: https://github.com/apache/incubator-airflow/pull/4314#discussion_r242582331
########## File path: airflow/contrib/example_dags/example_gcp_spanner.sql ########## @@ -0,0 +1,6 @@ +INSERT my_table2 (id, name) VALUES (7, 'Seven'); +INSERT +my_table2 (id, +name) +VALUES (8, +'Eight'); Review comment: This is to show that we support multiline queries. This file is used in the example DAG (which can also be run as an integration test). I changed it to 2 lines, as it looked a bit "weird" split up this way to be fair. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services