[ 
https://issues.apache.org/jira/browse/AIRFLOW-4998?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16893421#comment-16893421
 ] 

ASF subversion and git services commented on AIRFLOW-4998:
----------------------------------------------------------

Commit 309207256127c17448d329510ec12db926227e0d in airflow's branch 
refs/heads/v1-10-test from Cedrik Neumann
[ https://gitbox.apache.org/repos/asf?p=airflow.git;h=3092072 ]

[AIRFLOW-4998] Run multiple queries in BigQueryOperator (#5619)

Add support to run multiple queries provided in a list. This brings 
BigQueryOperator in line with other SQL operators and it's own documentation.
Furthermore added type annotations and raise an Exception if `sql` is neither a 
string nor an iterable.

(cherry picked from commit b0a4e97027c0f8d38d8625c04efe6964d04cb5c8)


> Run multiple queries in BigQueryOperator
> ----------------------------------------
>
>                 Key: AIRFLOW-4998
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-4998
>             Project: Apache Airflow
>          Issue Type: Improvement
>          Components: contrib, gcp, operators
>    Affects Versions: 1.10.3
>            Reporter: Cedrik Neumann
>            Priority: Minor
>
> Contrary to it's documentation BigQueryOperator doesn't support lists for the 
> {{sql}} argument.
> Add support to run multiple queries provided in a list. This brings it in 
> line with other SQL operators.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

Reply via email to