Skip to content

Release v2.4

Compare
Choose a tag to compare
@cajuncoding cajuncoding released this 28 Mar 02:24
· 14 commits to main since this release
  • Added new explicit CopyTableDataAsync() APIs which enable explicit copying of data between two tables on matching columns (automatically detected by column Name and Data Type).
  • Added new Materialized Data Configuration value MaterializedDataLoadingTableDataCopyMode to control whether the materialized data process automatically copies data into the Loading Tables after cloning. This helps to greatly simplify new use cases where data must be merged (and preserved) during the materialization process.