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: cli/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -98,7 +98,7 @@ data_path="./data"
98
98
| When loading each multi-part source, <br/>load all partitions (and shards) in one transaction |`--collapse-partitions-on-load`|`False`|`True`|`BooleanOptionalAction`|`True` - `--collapse-partitions-on-load`, `False` - `--no-collapse-partitions-on-load`, no argument - default value |
99
99
| Logging level for cli |`--log-level`|`False`|`INFO`|`String`|`['DEBUG', 'INFO', 'WARNING', 'ERROR', 'CRITICAL']`|
100
100
| Log rotation option. If `date` options is enabled RWM rotates logs each day. If `size` option is enabled RWM rotates log file when it reaches this size |`--log-rotation`|`False`|`date`|`String`|`['date', 'size']`|
101
-
| Rotation log file size in Mb. RWM rotates log file when it reaches this size and `--log-rotation` is `size|`--log-file-size`|`False`|`5`|`Int`||
101
+
| Rotation log file size in Mb. RWM rotates log file when it reaches this size and `--log-rotation` is `size`|`--log-file-size`|`False`|`5`|`Int`||
102
102
| Drop database before workflow run, or not |`--drop-db`|`False`|`False`|`BooleanOptionalAction`|`True` - `--drop-db`, `False` - `--no-drop-db`, no argument - default value |
103
103
| Remove RAI engine and database after run or not |`--cleanup-resources`|`False`|`False`|`BooleanOptionalAction`|`True` - `--cleanup-resources`, `False` - `--no-cleanup-resources`, no argument - default value |
104
104
| Remove RAI engine after run or not |`--cleanup-engine`|`False`|`False`|`BooleanOptionalAction`|`True` - `--cleanup-engine`, `False` - `--no-cleanup-engine`, no argument - default value |
0 commit comments