I integrated snowflake with an appsmith app.
for some queries, it works, and sometimes getting the error code: 05 on the browser.
The app is deployed to K8 using Helm, the infra provided to appsmith app it quite good, don’t see it as a blocker.
Error dump :
SnowflakeSQLLoggedException: JDBC driver Interrupt exception encountered.
backend stdout | com.appsmith.external.exceptions.pluginExceptions.AppsmithPluginException: JDBC driver Interrupt exception encountered.
backend stdout | at com.external.utils.ExecutionUtils.getRowsFromQueryResult(ExecutionUtils.java:63)
backend stdout | at com.external.plugins.SnowflakePlugin$SnowflakePluginExecutor.lambda$execute$0(SnowflakePlugin.java:68)
backend stdout | at reactor.core.publisher.MonoCallable$MonoCallableSubscription.request(MonoCallable.java:137)
backend stdout | at reactor.core.publisher.FluxHide$SuppressFuseableSubscriber.request(FluxHide.java:152)
backend stdout | at reactor.core.publisher.FluxMapFuseable$MapFuseableSubscriber.request(FluxMapFuseable.java:171)
backend stdout | at reactor.core.publisher.MonoSubscribeOn$SubscribeOnSubscriber.trySchedule(MonoSubscribeOn.java:189)
backend stdout | at reactor.core.publisher.MonoSubscribeOn$SubscribeOnSubscriber.onSubscribe(MonoSubscribeOn.java:134)
backend stdout | at com.appsmith.server.configurations.MDCConfig$MdcContextLifter.onSubscribe(MDCConfig.java:47)
backend stdout | at reactor.core.publisher.FluxMapFuseable$MapFuseableSubscriber.onSubscribe(FluxMapFuseable.java:96)
backend stdout | at com.appsmith.server.configurations.MDCConfig$MdcContextLifter.onSubscribe(MDCConfig.java:47)
backend stdout | at reactor.core.publisher.FluxHide$SuppressFuseableSubscriber.onSubscribe(FluxHide.java:122)
backend stdout | at reactor.core.publisher.MonoCallable.subscribe(MonoCallable.java:48)
backend stdout | at reactor.core.publisher.Mono.subscribe(Mono.java:4444)
backend stdout | at reactor.core.publisher.MonoSubscribeOn$SubscribeOnSubscriber.run(MonoSubscribeOn.java:126)
backend stdout | at reactor.core.scheduler.WorkerTask.call(WorkerTask.java:84)
backend stdout | at reactor.core.scheduler.WorkerTask.call(WorkerTask.java:37)
backend stdout | at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
backend stdout | at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
backend stdout | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
backend stdout | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
backend stdout | at java.base/java.lang.Thread.run(Thread.java:833)
Error on browser side :