Skip to content

Releases: zypp-io/df_to_azure

Release 0.6.0-rc.1

27 Sep 19:38
0415f76
Compare
Choose a tag to compare
Merge pull request #101 from zypp-io/parquet

Parquet

Release 0.5.4

17 Aug 14:33
9c4c430
Compare
Choose a tag to compare

Set requirements to specific version

Release 0.5.3

12 Aug 00:37
573e373
Compare
Choose a tag to compare

Added dtype argument, so users can specify their own SqlAlchemy dtype for certain columns.

Release 0.5.2

09 Aug 19:28
f5ce91e
Compare
Choose a tag to compare

Removed required env variabels ls_sql_name and ls_blob_name

Release 0.5.1

04 Aug 19:44
Compare
Choose a tag to compare

Fix bug when columns contained spaces in method="upsert".

Release 0.5.0

04 Aug 14:43
646a4e7
Compare
Choose a tag to compare
v0.5.0

Release 0.5.0

Release 0.5.0-rc.1

29 Jul 16:26
Compare
Choose a tag to compare
Release 0.5.0-rc.1 Pre-release
Pre-release
  • 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

16 Jun 11:25
ec2ef13
Compare
Choose a tag to compare

Fix bug where large integers would error out. Now they are converted to bigint in SQL.

Release 0.4.0a0

16 Jun 09:29
1cbd0cb
Compare
Choose a tag to compare

Remove trigger argument and use NUMERIC instead of FLOAT for decimal columns.

Release 0.3.1

01 Jun 16:21
13e5410
Compare
Choose a tag to compare

Fix bug with SQLAlchemy == 1.4.17 where special characters in password are parsed differently than prior versions.