Releases: industrydive/django-bigquery-exporter
Releases · industrydive/django-bigquery-exporter
fixed batch error handling bug
v0.1.9 batch_errors bug
Better error handling
The package now raises errors that developers can catch. The export() method now matches the error handling behavior of the BigQuery Client.insert_rows() method which returns a list of failed inserts.
readability refactoring and new table_has_data method for base class
v0.1.7 version bump
Add replace_nulls_with_empty for required fields
v0.1.6 version bump
UUIDs and logging bug
v0.1.5 version bump
Datetime handling in processing
v0.1.4 version bump
BQ client credentials and project settings options
v0.1.3 default args to None
Custom field decorators and pull_date parameter for export() method
What's Changed
- Resolves ENGA-932 "Modify BigQueryExporter class export() method to accept a pull_date" by @DevDaveFrame in #5
- Resolves ENGA-923 "Modify django-bigquery-exporter base to include decorator for custom_field" by @DevDaveFrame in #6
Full Changelog: v0.0.6...v0.1.2
Bumped version
Merge pull request #4 from industrydive/DevDaveFrame-patch-3 Update setup.py
test
test