Using `_api_resource_configs_duplication_check` would raise an error if it
finds duplicate value:
```
raise ValueError("Values of {param_name} param are duplicated. "
"`api_resource_configs` contained {param_name} param "
"in `query` config and {param_name} was also provided "
"with arg to run_query() method. Please remove
duplicates."
```
However, we don't have `api_resource_configs` parameter here, hence the info
provided to the user is incorrect.
[ Full content available at:
https://github.com/apache/incubator-airflow/pull/3876 ]
This message was relayed via gitbox.apache.org for [email protected]