Workspaces Release Notes: 3.61

First released: 20th January 2025

Summary

This release of Workspaces includes a lot of improvements to the new Data table creation wizard.

We have also included the usual back end changes and improvements.

Upcoming items

We are working on our 2025 roadmap and will shortly be releasing a new Activity panel as well as support for database schemas.

Released features

FeatureTypeJira keySummary
Adding new users as workspace members is broken in the UIBugFixXAP-27071

A bug in 3.59.0 prevented new users being created and added to a workspace in a single step by hub administrators.

Allow user to create new table when typeguessing is in progressEnhancementXAP-26859

On the CSV to Database Table creation Tab the type guessing is not stopping the user from going to the next step anymore. Please note that interrupting the type guessing will force all columns to be set to text.

Make dataset import schema aware when using database API token and .csv/.xml filesEnhancementXAP-26850

When uploading csv/xml pairs the schema for the table can be specified by including it as part of the table name. e.g. custom_schema.imported_table.

Schemas cannot yet be viewed in the workspace; this will be available shortly

CSV to Datatable wizard wrongly match .xml as the TDFBugFixXAP-26833

Improved the logic to find matching CSV and XML file in the CSV to Database Table creation tab.

Columns that are not being imported should be ignored for name duplication checksEnhancementXAP-26774

Excluded columns are now ignored in validations in the CSV to database table conversion

improve database table creation information by sending row count information from the backendEnhancementXAP-26324

In CSV to database table creation summary, the final number of row is now more precise