What's New

TDV REST adapter can now be introspected based on specifications provided in the OpenAPI metadata.
New Google Cloud Storage adapter
Postgres adapter versions 12, 13 and 14 are now certified as supported by TDV.
Native query support for Google Big Query Adapter
EXTRACTVALUE & XML_EXTRACT functions are now supported for MySQL data source.
DB2 tables of TYPE NICKNAME can now be introspected.
DST based adapters now support variable pattern function matching in YAML files.
Packages and Stored Procedures inside packages will now be included in the introspection of Oracle Data Source.
Oracle adapter capabilities has been extended to support extra column size that is required to support special characters.
WITH clause is now pushed down to MySQL data source.
You need to modify the capabilities file (apps/dlm/cis_ds_mysql/conf/mysql_5_5.mysql.capabilities) to include the following: jdbcds.column_aliasing_in_with_clause: true
Also modify the file apps/dlm/cis_ds_mysql/conf/mysql_5_5_config_defs.xml and change the defaultValue to "true". This will Push down the WITH clause to the underlying data source MySQL.
You can now create S3 data sources and connect to it using the Temporary Authentication method (Access Key ID + Secret Access Key + Session Token). All existing S3 data sources will be defaulted to the Federated Credentials/Assumed Role Name Credentials.
Postgres adapter v10 and later now supports DATE_PART function.
TDV Email Adapter v22 has been included to fix Japanese language specific issues.
TO_CHAR function support has been added to the SQL Server datasource.
An optional field Named Instance has been added when creating a SQL Server datasource. You must specify either a Named instance or port when connecting to the Data source.
SYSDATE function support has been added to the Oracle data source.