Change Log

v0.2.32

Features

New connectors

  • Spark parquet connector
  • JSON spark connector
  • JSON natif connector

Load engine

  • Re-design and reform of load engine to align the features between spark and native
  • Add cast configuration to spark load engine

Compare engine

  • Re-design and reform of compare engine to align the features between spark and native
  • Add case insensitive parameter to spark and native compare engine
  • Add trim parameter to spark and native compare engine
  • Add tolerance parameter to spark and native compare engine
  • Align spark and native Excel outputs

v0.2.32

Features
  • CSV spark connector : Add multiple parameters
  • Parquet native connector
  • Analysis native Services connector
  • Semantic native Model XMLA connector

v0.2.29

Features
  • CSV native connector : Add multiple parameters

v0.2.27

Bugfix
  • Make error on connector loading not blocking (by display warning)

v0.2.26

Features
  • ODBC native connector : Add connection string option to

v0.2.25

Bugfix
  • Fix default value for “trim” option

v0.2.24

Features
  • Add allow_no_rows option to configuration
  • Add trim option to configuration
  • Excel native connector
Bugfix
  • Make headers compare case insensitive

v0.2.20

Features
  • Add pass rate option to configuration
Bugfix
  • Allow cast with case insensitive columns matching

v0.2.18

Features
  • Add cast option to configuration (native)

v0.2.17

Features
  • Add count of expected and source rows in export results
Bugfix
  • Remap data type for dataframe when type of column is object
  • Remove timezone from datetime (native)

v0.2.16

Bugfix
  • Fix encoding on ODBC native connector
  • Fix headers comparaison

v0.2.14

Features
  • Persiste logs into files
Bugfix
  • Fix test duration in output file

v0.2.12

Features
  • Big query native connector : Allow to use the current user as authantication

v0.2.11

Features
  • ODBC native connector
Bugfix
  • Allow command line execution in conda environement

v0.2.9

Features
  • Add spark mode
  • New SQL spark connector
  • New CSV spark connector
  • New Delta spark connector
  • New Empty spark connector