The connector query mode is inferred during its creation, and later it must be overridden by an action, anyway.
@@ -69,7 +69,6 @@ connector_resource_opts_test() ->
%% These are used by `emqx_resource_manager' itself to manage the resource lifecycle.
MinimumROFields = [
health_check_interval,
- query_mode,
start_after_created,
start_timeout
],
@@ -533,7 +533,6 @@ resource_opts_ref(Module, RefName) ->
common_resource_opts_subfields() ->
[
].