You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2018/12/18 15:28:35 UTC

[GitHub] sprzedwojski commented on a change in pull request #4314: [AIRFLOW-3398] Google Cloud Spanner instance database query operator

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:
users@infra.apache.org


With regards,
Apache Git Services