0.9.2 (2023-09-06)¶
Features¶
- Add
if_exists="ignore"anderrortoGreenplum.WriteOptions(#142)
Improvements¶
-
Improve validation messages while writing dataframe to Kafka. (#131)
-
Improve documentation:
-
Add notes about reading and writing to database connections documentation
- Add notes about executing statements in JDBC and Greenplum connections
Bug Fixes¶
- Fixed validation of
headerscolumn is written to Kafka with defaultKafka.WriteOptions()- default value wasFalse, but instead of raising an exception, column value was just ignored. (#131) - Fix reading data from Oracle with
partitioningMode="range"without explicitly setlowerBound/upperBound. (#133) - Update Kafka documentation with SSLProtocol usage. (#136)
- Raise exception if someone tries to read data from Kafka topic which does not exist. (#138)
- Allow to pass Kafka topics with name like
some.topic.nameto DBReader. Same for MongoDB collections. (#139)