Tonic Structural release notes

v856 - v866
v856 - v866
Removed
June 9, 2023

The new FNR generator transforms Norwegian national identity numbers. The FNR generator was added in V857. It included options to specify a range of birthdates and preserve the indicated gender. In V866, removed the date range configuration options. The destination values are now always within the same date range as the source values. The FNR generator also now can be used for columns that have uniqueness constraints. The final digits in the destination value are not a valid checksum.

For the beta Data Pipeline V2 processing, fixed an issue where jobs would hang if they were canceled before the job started.

Fixed an issue where the Foreign Keys view would freeze.

Fixed an issue where when you typed @ to add a user mention to a comment, suggestions for the user did not display.Upgraded to use .NET 7.

"Data science modeling" is changed to "data science mode".

When you configure the SSH tunnel settings for a workspace, Tonic now obscures the SSH passphrase.

MongoDB

  • Added a configuration to prevent Tonic from retrieving other information about collections when retrieving a collection list. Addresses an issue where retrieving the collection list took a very long time. To disable the retrieval of other collection information, set the environment variable TONIC_MONGO_DISABLE_COLLECTION_INFORMATION_FETCHING to false.
  • Fixed an issue with collection scanning that caused application pages to not load.
  • Collection scans are now able to continue when the scan for an individual collection fails. The job logs include warnings for each failed collection.
  • For collection scans, for each schema Tonic now limits the number of documents to scan and the length of time for the scan.

PostgreSQL

  • Tonic now uses the estimated row count from PostgreSQL statistics to determine the parallelism for a table. Customers should ensure that they have up-to-date statistics for their source tables, especially for large ones.

Snowflake

  • For source tables that are assigned Preserve Destination mode, Tonic no longer attempts to add existing constraints to the destination tables.
  • Fixed a syntax error in the post-generation processing.
  • Fixed an issue where data generation failed with the error "Unable to determine AWS Region".
  • Fixed an issue where preserve destination tables were removed during data generation.

SQL Server

  • During data generation, Tonic now warns users when a filegroup that exists in the source database does not exist in the destination database.