You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: component_config/configSchema.json
+14-14Lines changed: 14 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -31,10 +31,16 @@
31
31
},
32
32
"propertyOrder": 110
33
33
},
34
+
"account": {
35
+
"type": "string",
36
+
"title": "Account",
37
+
"description": "Snowflake account, e.g. cID.eu-central-1",
38
+
"propertyOrder": 120
39
+
},
34
40
"username": {
35
41
"type": "string",
36
42
"title": "User Name",
37
-
"propertyOrder": 120
43
+
"propertyOrder": 130
38
44
},
39
45
"#password": {
40
46
"type": "string",
@@ -45,7 +51,7 @@
45
51
"auth_type": "password"
46
52
}
47
53
},
48
-
"propertyOrder": 130
54
+
"propertyOrder": 140
49
55
},
50
56
"#private_key": {
51
57
"title": "Private Key",
@@ -57,7 +63,7 @@
57
63
"auth_type": "key_pair"
58
64
}
59
65
},
60
-
"propertyOrder": 140
66
+
"propertyOrder": 150
61
67
},
62
68
"#private_key_pass": {
63
69
"title": "Private Key Passphrase",
@@ -69,32 +75,26 @@
69
75
"auth_type": "key_pair"
70
76
}
71
77
},
72
-
"propertyOrder": 150
73
-
},
74
-
"account": {
75
-
"type": "string",
76
-
"title": "Account",
77
-
"description": "Snowflake account, e.g. cID.eu-central-1",
78
-
"propertyOrder": 160
78
+
"propertyOrder": 160
79
79
},
80
80
"warehouse": {
81
81
"type": "string",
82
82
"title": "Warehouse",
83
83
"description": "Snowflake Warehouse name",
84
-
"propertyOrder": 170
84
+
"propertyOrder": 180
85
85
},
86
86
"role": {
87
87
"type": "string",
88
88
"title": "Role",
89
89
"description": "Snowflake role name. If emtpy, default role will be used.",
90
-
"propertyOrder": 180
90
+
"propertyOrder": 190
91
91
},
92
92
"db_name_prefix": {
93
93
"type": "string",
94
94
"title": "DB Name Prefix",
95
95
"default": "KEBOOLA_",
96
96
"description": "Keboola generated DB names are formed as {PREFIX}{PROJECT_ID}. The prefixes can differ based on BYODB deployment setup. Typically KEBOOLA_ or SAPI_",
0 commit comments