Skip to main content

Prepare migrating to next version

To ease the migration to the next version of Atoti, we deprecated some classes and methods in the current version. You can already adopt the new way of doing things in the current version to make the future migration smoother and to have an opportunity to provide feedback on the changes.

Sources

CSV Sources

  • Use CsvParserConfiguration#builder() instead of the constructor.

DirectQuery

Snowflake

SnowflakeDialectSettings#arrayAggWrapperFunctionName() will be removed. It's better not to set it, so the queries use the SQL built-in function ARRAY_AGG (which has been improved by Snowflake).