Luka Draksler created AIRFLOW-3438:
--------------------------------------
Summary: BigQueryOperator should default udf_config to None
instead of false.
Key: AIRFLOW-3438
URL: https://issues.apache.org/jira/browse/AIRFLOW-3438
Project: Apache Airflow
Issue Type: Bug
Components: operators
Reporter: Luka Draksler
BigQueryOperator currently sets default value of udf_config to False. This no
longer works due to [https://github.com/apache/incubator-airflow/pull/3733]
validating the type of that parameter as either None or list. Default value
needs to be changed to None.
Note, other users of the hook may potentially encounter the same issue.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)