Adding Snowflake to supported adapters!
- Snowflake supported as target
- Added logging of min, max values for parallell loads
- Logfiles older then 10 min will be removed when running again for getting a logfile of the complete run and nothing else
Fix release
- Columns with all nulls in postgres didn't get a datatype, but now a datatype gets inferred from the postgres oid.
- Oracle has better support for queries.
- Switched back to copy_expert for exports from Postgres.
Switched back to spool for oracle exports.
- Switched back to Oracle Spool for exports from Oracle. The performance were much better when loading many tables in parallel. This have some limitations and needs more settings in formats and codepage settings.
Introduce new functionallity in queries and changes to the export technology.
- source_columntypes_to_exclude is replaced with internal removing of unsupported columntypes.
- Load queries
- Better interpretation of data types between databases
- Added tests
- Database logging of load progress
- Parallel processing of table loads
- Feedback when project.yml not found
- Better feedback when first run incremental
- Using database adapter query for exports from postgres and oracle. Keeping bcp for sql server due to performance
Fix release
- Performance with Oracle exports
- Better logging
- Fixed issue with load order numbering
Initial release. ed issue with load order numbering