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:51:01 UTC

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

     [ https://issues.apache.org/jira/browse/AIRFLOW-3438?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Luka Draksler updated AIRFLOW-3438:
-----------------------------------
    Description: 
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.

The line in question added in the commit referenced above
{code:java}
(udf_config, 'userDefinedFunctionResources', None, list),
{code}
 

 

Note, other users of the hook may potentially encounter the same issue.

  was:
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.


> 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
>            Priority: Major
>              Labels: easyfix
>
> 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.
> The line in question added in the commit referenced above
> {code:java}
> (udf_config, 'userDefinedFunctionResources', None, list),
> {code}
>  
>  
> Note, other users of the hook may potentially encounter the same issue.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)