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

[jira] [Commented] (AIRFLOW-3210) Changing defaults types in BigQuery Hook break BigQuery operator

    [ 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)