Releases: CityOfPhiladelphia/databridge-etl-tools
Releases · CityOfPhiladelphia/databridge-etl-tools
v1.3.8
Somewhat major change that handles M and Z values in spatial datasets
v1.3.4
clean up to handle tables without oids
v1.3.3
Confirmed fix of broken things
v1.3.0
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
Made --copy_from_source_schema a legitimate arg that's required for the one command in the db2 module.
v1.2.1
Allow postgres to upsert a view into a table. Previously it could only upsert one table (or csv) into another
v1.1.0
Actually make carto compound index creation work consistently. Previously did not if compound names got too long.