Examples
Using HTTP interface:Useful settings
input_format_skip_unknown_fieldsallows to insert JSON even if there were additional fields not present in table schema (by discarding them).input_format_import_nested_jsonallows to insert nested JSON objects into columns of Nested type.
Settings are specified as
GET parameters for the HTTP interface or as additional command-line arguments prefixed with -- for the CLI interface.