[
https://issues.apache.org/jira/browse/AIRFLOW-3210?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16719224#comment-16719224
]
jack commented on AIRFLOW-3210:
-------------------------------
I think it was solved by https://github.com/apache/incubator-airflow/pull/4274
> Changing defaults types in BigQuery Hook break BigQuery operator
> ----------------------------------------------------------------
>
> Key: AIRFLOW-3210
> URL: https://issues.apache.org/jira/browse/AIRFLOW-3210
> Project: Apache Airflow
> Issue Type: Bug
> Components: contrib, gcp
> Reporter: Sergei Guschin
> Priority: Major
>
> Changes in BigQuery Hook break BigQuery operator run_query() and all DAGs
> which accommodate current type (Boolean or value):
> [BigQuery operator
> set|https://github.com/apache/incubator-airflow/blob/master/airflow/contrib/operators/bigquery_operator.py#L115-L121]:
> destination_dataset_table=False,
> udf_config=False,
> [New BigQuery hook
> expects|https://github.com/apache/incubator-airflow/blob/master/airflow/contrib/hooks/bigquery_hook.py#L645-L650]:
> (udf_config, 'userDefinedFunctionResources', None, list),
> (destination_dataset_table, 'destinationTable', None, dict),
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)