Skip to content

Commit 654e920

Browse files
monikakusterivicac
authored andcommitted
2321 - generated
1 parent d2c8a73 commit 654e920

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

docs/src/content/docs/reference/components/snowflake.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Delete row from the table.
5252
|:---------------:|:--------------:|:------------:|:-------------------:|:--------:|
5353
| database | Database | STRING | | true |
5454
| schema | Schema | STRING <details> <summary> Depends On </summary> database </details> | | true |
55-
| table | Table | STRING <details> <summary> Depends On </summary> schema </details> | | true |
55+
| table | Table | STRING <details> <summary> Depends On </summary> schema, database </details> | | true |
5656
| condition | Condition | STRING | Condition that will be checked in the column. Example: column1=5 | true |
5757

5858
#### Example JSON Structure
@@ -194,7 +194,7 @@ Insert row into the table.
194194
|:---------------:|:--------------:|:------------:|:-------------------:|:--------:|
195195
| database | Database | STRING | | true |
196196
| schema | Schema | STRING <details> <summary> Depends On </summary> database </details> | | true |
197-
| table | Table | STRING <details> <summary> Depends On </summary> schema </details> | | true |
197+
| table | Table | STRING <details> <summary> Depends On </summary> schema, database </details> | | true |
198198
| values | | DYNAMIC_PROPERTIES <details> <summary> Depends On </summary> table </details> | | true |
199199

200200
#### Example JSON Structure
@@ -268,7 +268,7 @@ Update row from the table.
268268
|:---------------:|:--------------:|:------------:|:-------------------:|:--------:|
269269
| database | Database | STRING | | true |
270270
| schema | Schema | STRING <details> <summary> Depends On </summary> database </details> | | true |
271-
| table | Table | STRING <details> <summary> Depends On </summary> schema </details> | | true |
271+
| table | Table | STRING <details> <summary> Depends On </summary> schema, database </details> | | true |
272272
| condition | Condition | STRING | Condition that will be checked in the column. Example: column1=5 | true |
273273
| values | | DYNAMIC_PROPERTIES <details> <summary> Depends On </summary> table </details> | | true |
274274

server/libs/modules/components/snowflake/src/test/resources/definition/snowflake_v1.json

+17-17
Original file line numberDiff line numberDiff line change
@@ -1176,7 +1176,7 @@
11761176
"minLength" : null,
11771177
"options" : null,
11781178
"optionsDataSource" : {
1179-
"optionsLookupDependsOn" : [ "schema" ],
1179+
"optionsLookupDependsOn" : [ "schema", "database" ],
11801180
"options" : { }
11811181
}
11821182
}, {
@@ -1201,9 +1201,9 @@
12011201
"optionsDataSource" : null
12021202
} ],
12031203
"title" : "Delete Row",
1204-
"processErrorResponse" : null,
1204+
"perform" : { },
12051205
"workflowNodeDescription" : null,
1206-
"perform" : { }
1206+
"processErrorResponse" : null
12071207
}, {
12081208
"batch" : null,
12091209
"deprecated" : null,
@@ -2323,9 +2323,9 @@
23232323
"optionsDataSource" : null
23242324
} ],
23252325
"title" : "Execute SQL",
2326-
"processErrorResponse" : null,
2326+
"perform" : { },
23272327
"workflowNodeDescription" : null,
2328-
"perform" : { }
2328+
"processErrorResponse" : null
23292329
}, {
23302330
"batch" : null,
23312331
"deprecated" : null,
@@ -3489,7 +3489,7 @@
34893489
"minLength" : null,
34903490
"options" : null,
34913491
"optionsDataSource" : {
3492-
"optionsLookupDependsOn" : [ "schema" ],
3492+
"optionsLookupDependsOn" : [ "schema", "database" ],
34933493
"options" : { }
34943494
}
34953495
}, {
@@ -3509,9 +3509,9 @@
35093509
}
35103510
} ],
35113511
"title" : "Insert Row",
3512-
"processErrorResponse" : null,
3512+
"perform" : { },
35133513
"workflowNodeDescription" : null,
3514-
"perform" : { }
3514+
"processErrorResponse" : null
35153515
}, {
35163516
"batch" : null,
35173517
"deprecated" : null,
@@ -4675,7 +4675,7 @@
46754675
"minLength" : null,
46764676
"options" : null,
46774677
"optionsDataSource" : {
4678-
"optionsLookupDependsOn" : [ "schema" ],
4678+
"optionsLookupDependsOn" : [ "schema", "database" ],
46794679
"options" : { }
46804680
}
46814681
}, {
@@ -4715,9 +4715,9 @@
47154715
}
47164716
} ],
47174717
"title" : "Update Row",
4718-
"processErrorResponse" : null,
4718+
"perform" : { },
47194719
"workflowNodeDescription" : null,
4720-
"perform" : { }
4720+
"processErrorResponse" : null
47214721
} ],
47224722
"clusterElements" : [ {
47234723
"description" : "Delete row from the table.",
@@ -5878,7 +5878,7 @@
58785878
"minLength" : null,
58795879
"options" : null,
58805880
"optionsDataSource" : {
5881-
"optionsLookupDependsOn" : [ "schema" ],
5881+
"optionsLookupDependsOn" : [ "schema", "database" ],
58825882
"options" : { }
58835883
}
58845884
}, {
@@ -8193,7 +8193,7 @@
81938193
"minLength" : null,
81948194
"options" : null,
81958195
"optionsDataSource" : {
8196-
"optionsLookupDependsOn" : [ "schema" ],
8196+
"optionsLookupDependsOn" : [ "schema", "database" ],
81978197
"options" : { }
81988198
}
81998199
}, {
@@ -9380,7 +9380,7 @@
93809380
"minLength" : null,
93819381
"options" : null,
93829382
"optionsDataSource" : {
9383-
"optionsLookupDependsOn" : [ "schema" ],
9383+
"optionsLookupDependsOn" : [ "schema", "database" ],
93849384
"options" : { }
93859385
}
93869386
}, {
@@ -9501,16 +9501,16 @@
95019501
"title" : null,
95029502
"type" : "OAUTH2_AUTHORIZATION_CODE",
95039503
"acquire" : null,
9504-
"refresh" : null,
9505-
"pkce" : null,
9506-
"scopes" : { },
95079504
"apply" : { },
95089505
"authorizationCallback" : null,
95099506
"authorizationUrl" : { },
95109507
"clientId" : null,
95119508
"clientSecret" : null,
95129509
"oauth2AuthorizationExtraQueryParameters" : null,
9510+
"pkce" : null,
9511+
"refresh" : null,
95139512
"refreshUrl" : { },
9513+
"scopes" : { },
95149514
"refreshToken" : null,
95159515
"tokenUrl" : { }
95169516
} ],

0 commit comments

Comments
 (0)