Skip to content

Releases: datastax/cassandra-data-migrator

4.3.10

12 Sep 14:56
Compare
Choose a tag to compare

Key Highlights

  • Added a new property spark.cdm.trackRun.runId to support a custom unique identifier for the current run. This can be used by wrapper scripts to pass a known runId and then use it to query the cdm_run_info and cdm_run_details tables.

Jar file can also be found in the packages section here.

4.3.9

12 Sep 14:53
Compare
Choose a tag to compare

Key Highlights

  • Added new status value of DIFF_CORRECTED on cdm_run_details table to specifically mark partitions that were corrected during the CDM validation run.
  • Upgraded Validation job to skip partitions with DIFF_CORRECTED status on rerun with a previous runId.

Jar file can also be found in the packages section here.

4.3.8

12 Sep 14:53
Compare
Choose a tag to compare

Key Highlights

  • Upgraded spark.cdm.trackRun feature to include status on cdm_run_info table.
  • Code fixes to handle rerun of previous run which may have exited before being correctly initialized.

Jar file can also be found in the packages section here.

4.3.7

11 Sep 13:27
Compare
Choose a tag to compare

Key Highlights

  • Added property spark.cdm.transform.custom.ttl to allow a custom constant value to be set for TTL instead of using the values from origin rows.
  • Repo wide code formating & imports organization

Jar file can also be found in the packages section here.

4.3.6

09 Sep 20:28
Compare
Choose a tag to compare

Key Highlights

  • Added overwrite option to conditionally check or skip Validation when it has a non-null value in target for the spark.cdm.feature.extractJson feature.

Jar file can also be found in the packages section here.

4.3.5

26 Aug 17:35
Compare
Choose a tag to compare

Key Highlights

  • Added feature spark.cdm.feature.extractJson which allows you to extract a json value from a column with json content in an Origin table and map it to a column in the Target table.
  • Upgraded to use Spark 3.5.2.

Jar file can also be found in the packages section here.

4.3.4

31 Jul 19:20
Compare
Choose a tag to compare

Key Highlights

  • Minor bug fix (Use origin keyspace/table value when target value is empty/missing) to the regression introduced in 4.3.3.

Jar file can also be found in the packages section here.

4.3.3

22 Jul 21:37
Compare
Choose a tag to compare

Key Highlights

Jar file can also be found in the packages section here.

4.3.2

19 Jul 20:39
Compare
Choose a tag to compare
  • Removed deprecated functionality related to retry

Jar file can also be found in the packages section here.

4.3.1

19 Jul 12:42
Compare
Choose a tag to compare
  • Fixed a validation run [bug] (#266) that sometimes did not report a failed token-range
  • Removed deprecated MigrateRowsFromFile job

Jar file can also be found in the packages section here.