File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
bigquery_schema_generator Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
33* Unreleased
4+ * 1.5.1 (2022-12-04)
45 * Add ` examples/*.py ` to demonstrate how to use ` SchemaGenerator ` as a
56 library.
67 * Update README.md to state that ` bq load --autodetect ` uses the first
78 500 records. Previously, it scanned only the 100 records.
9+ * This is a maintenance release with no new features or bug fixes.
810* 1.5 (2021-11-14)
911 * Make the column order in the BQ schema file match the order of appearance
1012 in the JSON data file using the ` --preserve_input_sort_order ` flag.
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ $ generate-schema < file.data.json > file.schema.json
1515$ generate-schema --input_format csv < file.data.csv > file.schema.json
1616```
1717
18- ** Version** : 1.5 (2021-11-14 )
18+ ** Version** : 1.5.1 (2022-12-04 )
1919
2020** Changelog** : [ CHANGELOG.md] ( CHANGELOG.md )
2121
Original file line number Diff line number Diff line change 1- __version__ = '1.5'
1+ __version__ = '1.5.1 '
You can’t perform that action at this time.
0 commit comments