Disable LOAD CSV with config (#180)

This commit is contained in:
antonio2368
2021-06-30 11:19:13 +02:00
committed by GitHub
parent e016c74e4b
commit 715162e205
17 changed files with 293 additions and 148 deletions

View File

@@ -85,12 +85,16 @@ modifications:
- name: "memory_limit"
value: "0"
override: true
override: true
- name: "isolation_level"
value: "SNAPSHOT_ISOLATION"
override: true
- name: "allow_load_csv"
value: "true"
override: false
undocumented:
- "flag_file"
- "also_log_to_stderr"