- Update
oauth_config.xsd
to includedefaultInstanceUrl
field and updatemin-version-tableau
to be 2023.3 if present
- Update
oauth_config.xsd
to includeconfigLabel
field and updatemin-version-tableau
to be 2023.2 if present
- Update
oauth_config.xsd
to includeinstanceUrlSuffix
field and updatemin-version-tableau
to be 2023.1 if present
- Convert database impersonation sample to Connection Dialog V2
- Update
connector_plugin_manifest_latest.xsd
to allow multpleoauth-config
fields and updatemin-version-tableau
to be 2021.4 if present
- Update
oauth_config.xsd
to includeoauthConfigId
field and updatemin-version-tableau
to be 2021.4 if present
- Validate max length of
name
in Company-G inconnector_plugin_manifest_latest.xsd
- Add language support for French (Canada)
- Remove support for
script
element andcacheSize
attribute in ConnectionNormalizer-CT and ConnectionMatcher-CT intdr_latest.xsd
. This has not been a recommended pattern since initial release and deprecated in 2020.3 release. Documentation, samples and API Reference have been previously updated.
- Add OAuth Scenario for Snowflake
- Add JDBC Kerberos scenario for postgres
- Validate min length of
name
in Company-G inconnector_plugin_manifest_latest.xsd
- Add ISO8601 support to postgres_odbc and postgres_jdbc samples
- Add
vendor[1,2,3]-prompt
as options to ConnectionConfig-CT intcd_latest.xsd
.
- Changed sqlite_extract\dialect.xml, make it doesn't inherit from any base dialect
- Add
PasswordOnly
as an option to AuthMode-CT intcd_latest.xsd
. - Add
Password
as an option to AuthOptionEnum-ST intcd_latest.xsd
.
- Add SQLDialect to samples/components/dialects
- Remove
base-types
from tdd samples. Intended functionality is exposed in<format-column-definition>
- Date functions in dialect examples to have only
<formula part='week'>
for functions withlocalstr
as last argument. See isuue for details
- New SQLite Extract-Only Sample
- Removed unnecessary attribute from samples
- Fix issue with SSL in the MySQL ODBC sample
- Removed INITSTMT from MySQL ODBC sample so that intialSQL does not run twice.
- Brought in changes from internal repository.
- New ISO Date test cases.
- Improved error messaging when running TDVT from the wrong directory.
- Improved the generated Diff files.
- XSD changes, Change connectionconfig's children could be in random order