Skip to content

Commit

Permalink
README.md: Update --help output (see #75)
Browse files Browse the repository at this point in the history
  • Loading branch information
bxparks committed Nov 11, 2021
1 parent 264dfbd commit 7b4115d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,7 @@ usage: generate-schema [-h] [--input_format INPUT_FORMAT] [--keep_nulls]
[--debugging_map] [--sanitize_names]
[--ignore_invalid_lines]
[--existing_schema_path EXISTING_SCHEMA_PATH]
[--preserve_input_sort_order]

Generate BigQuery schema from JSON or CSV file.

Expand All @@ -315,6 +316,11 @@ optional arguments:
File that contains the existing BigQuery schema for a
table. This can be fetched with: `bq show --schema
<project_id>:<dataset>:<table_name>
--preserve_input_sort_order
Preserve the original ordering of columns from input
instead of sorting alphabetically. This only impacts
`input_format` of json or dict
```

<a name="InputFormat"></a>
Expand Down

0 comments on commit 7b4115d

Please sign in to comment.