File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
bigquery_schema_generator Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
33* Unreleased
4+ * 1.6.1 (2024-01-12)
45 * ** Bug Fix** : Prevent amnesia that causes multiple type mismatches warnings
56 * If a data set contains multiple records with a column which do not
67 match each other, then the old code would * remove* the corresponding
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.6.0 (2023-04-01 )
18+ ** Version** : 1.6.1 (2024-01-12 )
1919
2020** Changelog** : [ CHANGELOG.md] ( CHANGELOG.md )
2121
Original file line number Diff line number Diff line change 1- __version__ = '1.6.0 '
1+ __version__ = '1.6.1 '
You can’t perform that action at this time.
0 commit comments