You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Luka Draksler (JIRA)" <ji...@apache.org> on 2018/12/03 13:48:00 UTC

[jira] [Created] (AIRFLOW-3438) BigQueryOperator should default udf_config to None instead of false.

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)