Releases: zypp-io/df_to_azure
Releases · zypp-io/df_to_azure
Release 0.6.0-rc.1
Merge pull request #101 from zypp-io/parquet Parquet
Release 0.5.4
Set requirements to specific version
Release 0.5.3
Added dtype
argument, so users can specify their own SqlAlchemy dtype for certain columns.
Release 0.5.2
Removed required env variabels ls_sql_name
and ls_blob_name
Release 0.5.1
Fix bug when columns contained spaces in method="upsert"
.
Release 0.5.0
v0.5.0 Release 0.5.0
Release 0.5.0-rc.1
- Refactored code into classes TableParameters, ADF, DfToAzure.
- Removed unused code
- Added option to specify text length and decimal precision
- Combined different env variables into one or removed them.
Release 0.4.0
Fix bug where large integers would error out. Now they are converted to bigint
in SQL.
Release 0.4.0a0
Remove trigger argument and use NUMERIC
instead of FLOAT
for decimal columns.
Release 0.3.1
Fix bug with SQLAlchemy == 1.4.17 where special characters in password are parsed differently than prior versions.