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
{{ message }}
This repository was archived by the owner on Aug 31, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -111,7 +111,9 @@ by a rate limiter. Default 1 (i.e. 100% capacity).
111
111
-`update` if true, items will be written using UpdateItem on keys rather than BatchWriteItem. Default false.
112
112
-`delete` if true, items will be deleted using BatchWriteItem. Default false.
113
113
-`throughput` the desired write throughput to use. It overwrites any calculation used by the package. It is intended to be used with tables that are on-demand. Defaults to 100 for on-demand.
114
-
-`inferSchema` if false will not automatically infer schema - this is useful when writing to a table with many columns
114
+
-`inferSchema` Requires permission to use "Scan" on the table. If no items are present in the table, the inferred
115
+
schema will be empty. If false, will not automatically infer schema - this is useful when writing to a table with
116
+
many columns. Default true.
115
117
116
118
## System Properties
117
119
The following Java system properties are available for configuration.
0 commit comments