Questions about seting up ODBC connection

Hello,
I have a question about flight mode. I add to config
flight: {
enabled: true,
port: 32010,
# Authentication mode for the Arrow FlightServer endpoint.
# There are two modes:
# - legacy.arrow.flight.auth
# - arrow.flight.auth2
# legacy.arrow.flight.auth is backwards compatible and will be deprecated in the future.
# arrow.flight.auth2 is the new and preferred Arrow Flight authentication method.
auth.mode: “arrow.flight.auth2”
}
and have errors
java.lang.RuntimeException: Failure reading configuration file. The following properties were invalid:
services.flight.port
services.flight.auth.mode
services.flight.enabled

at com.dremio.config.DremioConfig.check(DremioConfig.java:201) ~[dremio-common-3.3.2-201908142136370993-d60145d.jar:3.3.2-201908142136370993-d60145d]
at com.dremio.config.DremioConfig.<init>(DremioConfig.java:174) ~[dremio-common-3.3.2-201908142136370993-d60145d.jar:3.3.2-201908142136370993-d60145d]
at com.dremio.config.DremioConfig.create(DremioConfig.java:307) ~[dremio-common-3.3.2-201908142136370993-d60145d.jar:3.3.2-201908142136370993-d60145d]
at com.dremio.config.DremioConfig.create(DremioConfig.java:256) ~[dremio-common-3.3.2-201908142136370993-d60145d.jar:3.3.2-201908142136370993-d60145d]
at com.dremio.config.DremioConfig.create(DremioConfig.java:252) ~[dremio-common-3.3.2-201908142136370993-d60145d.jar:3.3.2-201908142136370993-d60145d]
at com.dremio.dac.server.DACConfig.newConfig(DACConfig.java:199) ~[dremio-dac-backend-3.3.2-201908142136370993-d60145d.jar:3.3.2-201908142136370993-d60145d]
at com.dremio.dac.daemon.DremioDaemon.main(DremioDaemon.java:92) ~[dremio-dac-daemon-3.3.2-201908142136370993-d60145d.jar:3.3.2-201908142136370993-d60145d]

what’s problem? Thanks

@Utorius

I do not see your full dremio.conf as I do not see the services block, mine looks like below and Dremio starts

services: {
  coordinator.enabled: true,
  coordinator.master.enabled: true,
  executor.enabled: true,
  flight.port: 32010
}

Thanks, but I solved the problem by installing version 24
topic can be closed

Thanks for the update @Utorius