Zach

Results 52 comments of Zach

Hi @Donneker, you are right, there is no configuration housekeepingMode for JdbcTableDataObject implemented yet. You could use postWriteSql to do some cleanup on the target table (or postReadSql for the...

Additionally it would be nice to validate an Expectation on the "transfer rate", e.g. outputCount / mainInputCount

Hi @AdiWehrli, i created a new Branch and PR #836 with validateObject method implemented, and a ConnectionPoolConfig case class to configure the properties of the connection pool. Ok for you?

We have a DataValidationTransformer to validate records and create an errorsColumn, but i think its not yet used widely. A subsequent CustomDfsTransformer could route this to an error SubFeed. In...

You're right, hive is no longer that important. No need to improve it.

Some SDLB Python Doc: http://smartdatalake.ch/docs/reference/transformations https://github.com/smart-data-lake/sdl-examples

The error `There is no scheme "file://" attached to local temp paths.` mentioned above still exists on Windows in MLFlow Version 2.1.1. And there is another error when executing it...

Hi @nightscape, it would be nice if you could change to publish the default artifact as thin jar with an additional fat-jar artifact with classifier "assembly". WDYT? Shall i try...

Created PR #697, please check