- Fix for Python 3.7 ("RuntimeError: context has already been set")
2.6.0
- Python 3.8 compatibility (explicitly set process spawning method to 'fork') - Fix open runs after browser reload - Add workaround for system statistics on wsl1 - Speedup incremental insert into partitioned tables - Show warning when graphviz is not installed
2.5.1
- Include file_dependencies as variable for Copy Commands: This could handle cases in ETL pipeline, where the copy command shall be skipped if the sql_files stay the same.
2.5.0
- Bug fix: make last modification timestamp of parallel file reading time zone aware (fixes `TypeError: can't compare offset-naive and offset-aware datetimes` error)
2.4.0
- Add travis integration and PyPi upload
2.3.0
- Add parameter `csv_format` and `delimiter_char` to `Copy` and `CopyIncrementally` commands.