File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
bigquery_schema_generator Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
33* Unreleased
4- * 1.5.2 (2023-04-01)
4+ * 1.6.0 (2023-04-01)
55 * Allow ` null ` fields to convert to ` REPEATED ` because ` bq load ` seems
66 to interpret null fields to be equivalent to an empty array ` [] ` .
77 See [ #90 ] ( https://github.com/bxparks/bigquery-schema-generator/issues/90 ) .
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.2 (2023-04-01)
18+ ** Version** : 1.6.0 (2023-04-01)
1919
2020** Changelog** : [ CHANGELOG.md] ( CHANGELOG.md )
2121
Original file line number Diff line number Diff line change 1- __version__ = '1.5.2 '
1+ __version__ = '1.6.0 '
You can’t perform that action at this time.
0 commit comments