[
https://issues.apache.org/jira/browse/AIRFLOW-5049?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16923968#comment-16923968
]
ASF subversion and git services commented on AIRFLOW-5049:
----------------------------------------------------------
Commit dd36d90cadde765c6860a4a6bdeb6492a294a685 in airflow's branch
refs/heads/master from Diederik Greveling
[ https://gitbox.apache.org/repos/asf?p=airflow.git;h=dd36d90 ]
[AIRFLOW-5049] Add validation for src_fmt_configs in bigquery hook (#5671)
* AIRFLOW-5049 Add validation for src_fmt_configs in bigquery hook
Adds validation for the src_fmt_configs arguments in the bigquery hook.
Otherwise wrong src_fmt_configs would be silently ignored which is
non-desireable.
* [AIRFLOW-5049] Update - Add validation for src_fmt_configs in bigquery hook
Adds a common method for validating the src_ftm_configs
> Wrong src_fmt_configs in bigquery hook are silently ignored instead of an
> error being thrown
> --------------------------------------------------------------------------------------------
>
> Key: AIRFLOW-5049
> URL: https://issues.apache.org/jira/browse/AIRFLOW-5049
> Project: Apache Airflow
> Issue Type: Improvement
> Components: hooks
> Affects Versions: 1.10.3
> Reporter: Diederik Greveling
> Assignee: Diederik Greveling
> Priority: Minor
>
> For the bigquery hook if a wrong config parameter is given forĀ
> src_fmt_configs it is silently ignored. Instead it would be better if an
> error is thrown.
--
This message was sent by Atlassian Jira
(v8.3.2#803003)