I am using Dremio Cloud in AWS with the default CF template. When I use Dagster to run multiple jobs using Dremio, I often get the ERROR: ExecutionSetupException: One or more nodes lost connectivity during query. It happens intermittently with different queries in different jobs.
This is the engine configuration
SIZE M
MIN REPLICAS 1
MAX REPLICAS 10
MAX CONCURRENCY 10
How can I debug this to find what is causing the error? Is there a way to activate more detailed logs?