Changes to props (#6574)
This commit is contained in:
parent
3129c83d8d
commit
dc8673c22c
|
|
@ -127,6 +127,7 @@ public class SnowflakePlugin extends BasePlugin {
|
|||
properties.setProperty("password", authentication.getPassword());
|
||||
properties.setProperty("warehouse", String.valueOf(datasourceConfiguration.getProperties().get(0).getValue()));
|
||||
properties.setProperty("db", String.valueOf(datasourceConfiguration.getProperties().get(1).getValue()));
|
||||
properties.setProperty("role", String.valueOf(datasourceConfiguration.getProperties().get(3).getValue()));
|
||||
|
||||
return Mono
|
||||
.fromCallable(() -> {
|
||||
|
|
|
|||
|
|
@ -33,6 +33,12 @@
|
|||
"configProperty": "datasourceConfiguration.properties[2].value",
|
||||
"controlType": "QUERY_DYNAMIC_INPUT_TEXT",
|
||||
"initialValue": "PUBLIC"
|
||||
},
|
||||
{
|
||||
"label": "Role",
|
||||
"configProperty": "datasourceConfiguration.properties[3].value",
|
||||
"controlType": "QUERY_DYNAMIC_INPUT_TEXT",
|
||||
"initialValue": "PUBLIC"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user