Christophe Bismuth
Christophe Bismuth
Still with Java 8 and silent upgrade as we did not specify plugin version at first.
Exception is still there with using configuration properties as below: ```java final HikariConfig config = new HikariConfig() config.setJdbcUrl(jdbcUrl); config.setUsername(username); config.setPassword(secret); final Properties properties = new Properties(); properties.put("warehouse", "AIRFLOW_WH"); config.setDataSourceProperties(properties); ```
Issue solved, role was not granted to use target warehouse, the message log should be `No granted warehouse [...]`.
Hi, same issue encountered here, thanks for your support.