[
https://issues.apache.org/jira/browse/AIRFLOW-3210?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ash Berlin-Taylor resolved AIRFLOW-3210.
----------------------------------------
Resolution: Fixed
Fix Version/s: 2.0.0
> 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
> Fix For: 2.0.0
>
>
> 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)