Releases: pcelvng/task-tools
Releases · pcelvng/task-tools
v0.11.3
v0.11.2
v0.11.1
0.11.0
New Workers
- sql_read - generic worker that extract data from mysql or postgres
- bq_load - generic loader into bigquery
v0.10.1
v0.10.0
- added a new app sql_load
- app will load a json newline delimited file into a mysql or postgresql table
- missing fields in json string will be ignored
- converts strings to into int or float based on the database type
- delete map for building a delete query to run before data is inserted
- field map for mapping json key names to database column names