Skip to content

Releases: CityOfPhiladelphia/databridge-etl-tools

v1.3.8

27 Nov 15:42
Compare
Choose a tag to compare

Somewhat major change that handles M and Z values in spatial datasets

v1.3.4

12 Oct 17:51
Compare
Choose a tag to compare

clean up to handle tables without oids

v1.3.3

11 Oct 19:02
Compare
Choose a tag to compare

Confirmed fix of broken things

v1.3.2

11 Oct 16:00
Compare
Choose a tag to compare

Fix broken things

v1.3.0

10 Oct 01:12
Compare
Choose a tag to compare

Use a fancy function to modify petl after oracle extraction to remove M or Z values.

Additionally, make S3 uploads optional. If --s3_key and --s3_bucket options are not specified, the CSV will be saved to the working directory.

v1.2.3

03 Oct 18:47
Compare
Choose a tag to compare

Made --copy_from_source_schema a legitimate arg that's required for the one command in the db2 module.

v1.2.2

13 Sep 22:20
Compare
Choose a tag to compare

Bump pyproject.toml

v1.2.1

13 Sep 22:16
Compare
Choose a tag to compare

Allow postgres to upsert a view into a table. Previously it could only upsert one table (or csv) into another

v1.1.0

13 Sep 15:52
Compare
Choose a tag to compare

Actually make carto compound index creation work consistently. Previously did not if compound names got too long.