kaxil 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_r242002749
 
 

 ##########
 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:
   Why is the 2nd query multiline?

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to