[
https://issues.apache.org/jira/browse/AIRFLOW-4998?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16893785#comment-16893785
]
ASF subversion and git services commented on AIRFLOW-4998:
----------------------------------------------------------
Commit b0a4e97027c0f8d38d8625c04efe6964d04cb5c8 in airflow's branch
refs/heads/fd-fix-case from Cedrik Neumann
[ https://gitbox.apache.org/repos/asf?p=airflow.git;h=b0a4e97 ]
[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.
> 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
> Fix For: 1.10.4
>
>
> 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)