Skip to content

Commit 6dc3feb

Browse files
committed
docs: Amended changelog
1 parent aa9efeb commit 6dc3feb

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

CHANGELOG.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,16 @@
22

33
### Feat
44

5-
- tweaked json schemas for contract error details. Fixed failing unit test
6-
- sorted linting. Added json schema docs
7-
- improved movies dataset test coverage. Added testing for spark and duckdb refdata loaders when table config specified.
8-
- further refinement of movies test dataset.
9-
- small fixes and movies dataset working up to end of data contract
10-
- bug fixes with readers and base pipeline. Added spark csv reader. Added new dischema files for tests
11-
- added support for nested fields when configuring custom error details for data contract. Includes accessing nested error values in error messages.
12-
- initial work to add custom error messages to data contract
5+
- Added ability to define custom error codes and templated messages for data contract feedback messages
6+
- Added new JSON readers
7+
- Added SparkCSVReader
8+
- Added PolarsToDuckDBCSVReader and DuckDBCSVRepeatingReader
9+
- Added quotechar option to DuckDBCSVReader
10+
11+
### Fix
12+
- Fixed issues with refdata loader table implementations
13+
- Fixed duckdb try_cast statements in data contract phase
14+
- Allowed use of entity type in file transformation
1315

1416
## 1.0.0 (2025-10-09)
1517

0 commit comments

Comments
 (0)