External queries functionality not working

Hi, I’m trying the external queries functionality in different ways using an ARP connector (Dremio v15.0.0) but I always get the same error, which I will put below. Has anyone managed to use it via any ARP connector?

com.dremio.common.exceptions.UserException: Invalid External Query statement on source <t23>
	at com.dremio.common.exceptions.UserException$Builder.build(UserException.java:804)
	at com.dremio.exec.planner.sql.SqlExceptionHelper.coerceException(SqlExceptionHelper.java:114)
	at com.dremio.exec.planner.sql.handlers.query.NormalHandler.getPlan(NormalHandler.java:140)
	at com.dremio.exec.planner.sql.handlers.commands.HandlerToExec.plan(HandlerToExec.java:59)
	at com.dremio.exec.work.foreman.AttemptManager.plan(AttemptManager.java:457)
	at com.dremio.exec.work.foreman.AttemptManager.lambda$run$1(AttemptManager.java:361)
	at com.dremio.service.commandpool.CommandWrapper.run(CommandWrapper.java:62)
	at com.dremio.context.RequestContext.run(RequestContext.java:95)
	at com.dremio.common.concurrent.ContextMigratingExecutorService.lambda$decorate$3(ContextMigratingExecutorService.java:199)
	at com.dremio.common.concurrent.ContextMigratingExecutorService$ComparableRunnable.run(ContextMigratingExecutorService.java:180)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
Caused by: org.apache.calcite.runtime.CalciteContextException: At line 0, column 0: Invalid External Query statement on source <t23>
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
	at org.apache.calcite.runtime.Resources$ExInstWithCause.ex(Resources.java:463)
	at org.apache.calcite.sql.SqlUtil.newContextException(SqlUtil.java:803)
	at org.apache.calcite.sql.SqlUtil.newContextException(SqlUtil.java:788)
	at com.dremio.exec.store.jdbc.JdbcExternalQueryMetadataUtility.newValidationError(JdbcExternalQueryMetadataUtility.java:146)
	at com.dremio.exec.store.jdbc.JdbcExternalQueryMetadataUtility.getExternalQueryMetadataFromSource(JdbcExternalQueryMetadataUtility.java:121)
	at com.dremio.exec.store.jdbc.JdbcExternalQueryMetadataUtility.lambda$getBatchSchema$0(JdbcExternalQueryMetadataUtility.java:67)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	... 3 common frames omitted
Caused by: org.apache.calcite.sql.validate.SqlValidatorException: Invalid External Query statement on source <t23>
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
	at org.apache.calcite.runtime.Resources$ExInstWithCause.ex(Resources.java:463)
	at org.apache.calcite.runtime.Resources$ExInst.ex(Resources.java:572)
	... 9 common frames omitted

@andreat There could be a syntax error, are you able to upload the job profile?