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
|`table`| string | Yes | Target Snowflake table name within the selected database and schema context |
167
-
|`rows`| json | Yes | Non-empty JSON array of row objects with matching keys. Max 1000 rows and 1 MB of bound data per call - stage the files and use Load Data for bulk ingest. |
167
+
|`rows`| json | Yes | Non-empty JSON array of row objects with matching keys. For bulk loads, stage the files and use Load Data instead. |
168
168
169
169
#### Output
170
170
@@ -210,7 +210,7 @@ Update matching rows with a bound MERGE statement without inserting new rows.
210
210
|`database`| string | Yes | Database name |
211
211
|`schema`| string | Yes | Schema name |
212
212
|`table`| string | Yes | Target Snowflake table name within the selected database and schema context |
213
-
|`rows`| json | Yes | Non-empty JSON array of row objects with matching keys. Max 1000 rows and 1 MB of bound data per call - stage the files and use Load Data for bulk ingest. |
213
+
|`rows`| json | Yes | Non-empty JSON array of row objects with matching keys. For bulk loads, stage the files and use Load Data instead. |
214
214
|`matchColumns`| array | Yes | Columns used to match target rows. Match values must be non-null and unique across the submitted rows. |
215
215
216
216
#### Output
@@ -257,7 +257,7 @@ Update matching rows and insert unmatched rows with a bound MERGE statement.
257
257
|`database`| string | Yes | Database name |
258
258
|`schema`| string | Yes | Schema name |
259
259
|`table`| string | Yes | Target Snowflake table name within the selected database and schema context |
260
-
|`rows`| json | Yes | Non-empty JSON array of row objects with matching keys. Max 1000 rows and 1 MB of bound data per call - stage the files and use Load Data for bulk ingest. |
260
+
|`rows`| json | Yes | Non-empty JSON array of row objects with matching keys. For bulk loads, stage the files and use Load Data instead. |
261
261
|`matchColumns`| array | Yes | Columns used to match target rows. Match values must be non-null and unique across the submitted rows. |
'Non-empty JSON array of row objects with matching keys. Max 1000 rows and 1 MB of bound data per call - stage the files and use Load Data for bulk ingest.',
84
+
'Non-empty JSON array of row objects with matching keys. For bulk loads, stage the files and use Load Data instead.',
'Non-empty JSON array of row objects with matching keys. Max 1000 rows and 1 MB of bound data per call - stage the files and use Load Data for bulk ingest.',
94
+
'Non-empty JSON array of row objects with matching keys. For bulk loads, stage the files and use Load Data instead.',
'Non-empty JSON array of row objects with matching keys. Max 1000 rows and 1 MB of bound data per call - stage the files and use Load Data for bulk ingest.',
94
+
'Non-empty JSON array of row objects with matching keys. For bulk loads, stage the files and use Load Data instead.',
0 commit comments