Releases: capitalone/locopy
Releases · capitalone/locopy
Version 0.3.3
Updates:
- Minor bug fix for
insert_dataframe_to_table
method in the Snowflake class (#60)
Version 0.3.2
Version 0.3.1
Additional functionality added with some minor clean up and fixes:
- Support for
csv
,parquet
, andjson
in snowflake copy/unload - Logging is now dependent on
loguru
- Bumping up
PyYAML>=5.1
inrequirements.txt
Version 0.3.0
Major refactoring of code base to allow for extensibility
- Snowflake support has now been added
- Upgrade of dependencies (boto3, PyYAML, Sphinx, etc)
- Documentation updates (SQL injection, Snowflake examples)
- General house keeping and cleaning up
Version 0.2.0
Some breaking changes to the API from the previous release. While no new functionality has been added it is more of a refactor to improve future enhancements:
- Splitting up of classes into more distinct units
Cmd
andS3
are nowS3
(for AWS S3 functionality),Database
for basic DBAPI class interface, andRedshift
for Load/Unload capabilities which inherits fromS3
andDatabase
.- Clean up of some of the docs, Exceptions, and testing also.
Version 0.1.1
First release to public GitHub!