0.13.1
Changed
- Reordered imports for clarity #97
- Minor Download improvements to make streaming download more robust as we're doing streaming downloads when using preview rows by doing request in a with clause. #97
- added vscode setting to use black formatter
Fixed
- added missing dependencies for
pytz
andpython-dateutil
. These new dependencies are required because of the fix in 0.13.0 that checked if a resource's metadata has been modified (c8d1a36), allowing a DP+ job even if the file hash has not changed (e.g. when the Data Dictionary data types are changed and the user wants the resource file re-pushed to use the new data types).
Full Changelog: 0.13.0...0.13.1