Changes
- Dropped support for python 3.6
- Bump ujson from 4.3.0 to 5.1.0
Fix
- Set
time_extracted
when creating singer records.
Changes
- Migrate CI to github actions
- bump dependencies
Fix
- Make use of
start_date
when doing discovery - Discovery to run on more recent files to be able to detect new columns.
- Bumping dependencies
- Add
aws_profile
option to support Profile based authentication to S3 - Add option to authenticate to S3 using
AWS_PROFILE
,AWS_ACCESS_KEY_ID
,AWS_SECRET_ACCESS_KEY
andAWS_SESSION_TOKEN
environment variables
- Make logging configurable
- Updated generated json schema to be more in sync with fast sync in PipelineWise
- New data type guesser by
messytables
- Add
aws_endpoint_url
to support non-aws S3 account
- License classifier and project description update
- Raise exception when file(s) cannot sample
- Better error messages when no files found
- Initial release