Contents:
This section contains an archive of release notes for previous releases of Trifacta®.
For the latest release notes, see Release Notes for Trifacta.
June 28, 2021
Release 8.5
What's New
Parameterization:
Create environment parameters to ensure that all users of the project or workspace use consistent references.
NOTE: You must be a workspace administrator or project owner to create environment parameters.
Tip: Environment parameters can be exported from one project or workspace and imported into another, so that these references are consistent across the enterprise.
- For more information, see Environment Parameters Page.
- For more information on parameters in general, see Overview of Parameterization.
- Parameterize names of your storage buckets using environment parameters.
- See Create Dataset with Parameters.
- See Create Outputs.
- For more information on parameters, see Overview of Parameterization.
Flow View:
- Click a node to see its lineage within the flow. See Flow View Page.
Job execution:
- Define SQL scripts to execute before data ingestion or after publication for file-based or table-based jobs.
This feature may need to be enabled in your environment. For more information, see Workspace Settings Page.
For more information, see Create Output SQL Scripts.
Connectivity:
Contribute to the future direction of connectivity: Click I'm interested on a connection card to upvote adding the connection type to the Trifacta application. See Create Connection Window.
Early Preview (read-only) connections available with this release:
Feature Availability: This feature is available in the following editions:- Trifacta Enterprise Edition
- Trifacta Professional Edition
- Trifacta Premium
- Apache Impala
- For more information, see Early Preview Connection Types.
Connectivity:
- Connect to your relational database systems hosted on Amazon RDS. In the Connections page, click the Amazon RDS card for your connection type.
Feature Availability: This feature is available in the following editions:- Trifacta® Enterprise Edition
- Trifacta Professional Edition
- Trifacta Premium
For more information, see Create Connection Window.
Connectivity:
- Read-only support for Teradata connections. For more information, see Teradata Connections.
Developer:
Download and install the Python SDK, which enables you to leverage the visual tools of the Trifacta application to transform data in your existing Python pipelines.
NOTE: This is an Alpha release. Do not deploy the Python SDK in production environments.
For more information, see Python SDK.
Job execution:
You can choose to ignore the recipe errors before job execution and then review any errors in the recipe through the Job Details page.
- For more information, see Run Job Page.
- For more information, see Job Details Page.
Resource usage:
- Review the total vCPU hours consumed by your datasets, recipes, and job execution within your workspace across an arbitrary time period.
- For more information, see Workspace Usage Page.
- For more information, see Usage Metrics.
Language:
- NUMVALUE function can be used to convert a String value formatted as a number into an Integer or Decimal value.
- NUMFORMAT function now supports configurable grouping and decimal separators for localizing numeric values.
- For more information, see Changes to the Language.
Changes in System Behavior
None.
Key Bug Fixes
None.
New Known Issues
None.
June 7, 2021
Release 8.4 push 2
What's New
Template Gallery:
- Check out the new gallery of flow templates, which can be imported into your workspace. These templates are pre-configured to solve the most compelling loading and transformation use cases in the product. For more information, see www.trifacta.com/templates.
- For more information on importing flows into your workspace, see Import Flow.
Connectivity:
Early Preview (read-only) connections available with this release:
Feature Availability: This feature is available in the following editions:- Trifacta Enterprise Edition
- Trifacta Professional Edition
- Trifacta Premium
- YouTube Analytics
- For more information, see Early Preview Connection Types
Changes in System Behavior
None.
Key Bug Fixes
None.
New Known Issues
None.
May 24, 2021
Release 8.4
What's New
Self-serve upgrades from your free trial: Through the Admin console, you can review and select the paid plan that works for you. Submit payment details through the application and begin using your upgrade workspace immediately.
- Trifacta Professional Edition
- Trifacta Starter Edition
- See Workspace Usage Page.
Connectivity:
Early Preview (read-only) connections available with this release:
Feature Availability: This feature is available in the following editions:- Trifacta Enterprise Edition
- Trifacta Professional Edition
- Trifacta Premium
- Splunk
- For more information, see Early Preview Connection Types.
Connectivity:
- Support for Google Sheets connections using OAuth2 authentication. For more information, see Google Sheets Connections.
Collaboration:
- You can receive email notifications whenever a plan or a flow is shared with you by the owner.
This feature may need to be enabled in your environment. For more information, see Workspace Settings Page.
- For more information, see Email Notifications Page.
Language:
- New content on parsing functions. See Changes to the Language.
Changes in System Behavior
None.
Key Bug Fixes
Ticket | Description |
---|---|
TD-60881 | Incorrect file path and missing file extension in the application for parameterized outputs |
TD-60382 | Date format |
New Known Issues
None.
May 5, 2021
Release 8.3 - push 2
What's New
None.
Changes in System Behavior
Improved method of JSON import
The Trifacta application now uses the conversion service to ingest JSON files during import. This improved method of ingestion can save significant time wrangling JSON into records.
NOTE: The new method of JSON import is now enabled by default. It can be disabled as needed. Additional information is below.
For more information, see Working with JSON v2.
Key Bug Fixes
None.
New Known Issues
None.
April 26, 2021
Release 8.3
What's New
Single login for multiple workspaces: Login through https://cloud.trifacta.com and then choose the workspace to which to connect. If you are a member of multiple workspaces, you can switch between workspaces through the User menu. For more information, see Home Page.
Connectivity:
Early Preview (read-only) connections available with this release:
Feature Availability: This feature is available in the following editions:- Trifacta Enterprise Edition
- Trifacta Professional Edition
- Trifacta Premium
- Authorize.net
- Cockroach DB
- DB2
- Magento
- Redis
- Shopify
- Smartsheet
- Trello
- QuickBase
- For more information, see Early Preview Connection Types.
Connectivity:
- Trifacta Enterprise Edition
- Trifacta Professional Edition
- Trifacta Premium
Job execution:
Introducing new filter pushdowns to optimize the performance of your flows during job execution. For more information, see Flow Optimization Settings Dialog.
Job results:
You can now preview job results and download them from the Overview tab of the Job details page. For more information, see Job Details Page.
Tip: You can also preview job results in Flow View. See View for Outputs.
Changes in System Behavior
Improved method of JSON import
Beginning in this release, the Trifacta application now uses the conversion service to ingest JSON files during import. This improved method of ingestion can save significant time wrangling JSON into records.
NOTE: The new method of JSON import is disabled by default but can be enabled as needed.
For more information, see Working with JSON v2.
Flows that use imported datasets created using the old method continue to work without modification.
NOTE: It is likely that support for the v1 version of JSON import is deprecated in a future release. You should switch to using the new version as soon as possible. For more information on migrating your flows and datasets to use the new version, see Working with JSON v1.
Future work on support for JSON is targeted for the v2 version only.
For more information on using the old version and migrating to the new version, see Working with JSON v1.
API
The following API endpoints are scheduled for deprecation in a future release:
NOTE: Please avoid using the following endpoints.
/v4/connections/vendors /v4/connections/credentialTypes /v4/connections/:id/publish/info /v4/connections/:id/import/info
These endpoints have little value for public use.
Key Bug Fixes
Ticket | Description |
---|---|
TD-60701 | Most non-ASCII characters incorrectly represented in visual profile downloaded in PDF format |
TD-59854 | Datetime column from Parquet file incorrectly inferred to the wrong data type on import. |
New Known Issues
None.
March 31, 2021
Release 8.2 - push 2
What's New
This is the initial release of the following product editions:
- Trifacta Enterprise Edition
- Trifacta Professional Edition
- Trifacta Starter Edition
Upgrade: Trial customers can upgrade through the Admin console. See Admin Console.
Changes in System Behavior
None.
Key Fixes
None.
New Known Issues
None.
March 22, 2021
Release 8.2
What's New
Preferences:
- Re-organized user account, preferences, and storage settings to streamline the setup process. See Preferences Page.
API:
- You can now transfer ownership of assets created in Trifacta between users, based on their user identifiers or email addresses. For more information, see Changes to the APIs.
Connectivity:
Early Preview (read-only) connections available with this release:
Feature Availability: This feature is available in the following editions:- Trifacta Enterprise Edition
- Trifacta Professional Edition
- Trifacta Premium
- Amazon Athena
- Amazon DynamoDB
- Greenplum
- HubSpot
- MariaDB
- Microsoft Dynamics 365 Sales
- ServiceNow
- Smartsheet
- For more information, see Early Preview Connection Types.
Plan metadata references:
- Trifacta Enterprise Edition
- Trifacta Professional Edition
- Trifacta Premium
Use metadata values from other tasks and from the plan itself in your HTTP task definitions.
- For more information, see Create HTTP Task.
- For more information, see Plan Metadata References.
Spark Execution Properties Settings:
Advanced Spark parameters have been newly added to the Spark running environment. Use these parameters to override the global Spark settings for individual jobs. For more information, see Spark Execution Properties Settings.
Improve Accessibility of Job Results:
The Jobs tabs have been enhanced to display the list of latest and the previous jobs that have been executed for the selected output.
For more information, see View for Outputs.
Sample Jobs Page:
Changes in System Behavior
None.
Key Fixes
Ticket | Description |
---|---|
TD-59236 | Use of percent sign (%) in file names causes Transformer page to crash during preview. |
TD-59218 | BOM characters at the beginning of a file causing multiple headers to appear in Transformer Page. |
TD-58932 | Cannot read file paths with colons from EMR Spark jobs |
TD-58802 | Running job on Photon using zipped CSV that was uploaded yields garbage characters in output. |
TD-58694 | Very large number of files generated during Spark job execution |
New Known Issues
Ticket | Description |
---|---|
TD-60701 | Most non-ASCII characters incorrectly represented in visual profile downloaded in PDF format. |
February 26, 2021
Release 8.1
What's New
Storage environment:
Support for use of TFS and S3 as storage environments at the same time. For more information, see Configure Storage Environment.
NOTE: When new workspaces are created, TFS is set as the default storage environment. S3 can be added as another storage environment or set as the default storage environment as sign-up is complete. For more information, see Getting Started with Trifacta.
Connectivity:
Introducing Early Preview connections. In each release of cloud-based product editions, new connection types may be made available in read-only mode for users to begin exploring their datasets stored in the connected datastores.
NOTE: Early Preview connection types are read-only and are subject to change before they may be made generally available.
Feature Availability: This feature is available inTrifacta Premium only.- Early Preview connections available with this release:
- Airtable
- Cassandra
- Freshdesk
- MailChimp
- For more information, see Early Preview Connection Types.
API:
Customize connection types (connectors) to ensure consistency across all connections of the same type and to meet your enterprise requirements. For more information, see Changes to the APIs.
Job results:
Results of data quality checks are now part of the visual profile PDF available with your job results. In the PDF, you can download the data quality results over the entire dataset .
- Visual profiling must be enabled for the job.
- For more information, see Job Details Page.
Specify column headers during import
You can specify the column headers for your dataset during import. For more information, see Import Data Page.
Changes in System Behavior
None.
Key Bug Fixes
Ticket | Description |
---|---|
TD-56170 | The Test Connection button for some relational connection types does not perform a test authentication of user credentials. |
TD-54440 | Header sizes at intermediate nodes for JDBC queries cannot be larger than 16K. Previously, the column names for JDBC data sources were passed as part of a header in a GET request. For very wide datasets, these GET requests often exceeded 16K in size, which represented a security risk. |
New Known Issues
None.
March 9, 2021
Release 8.1, push 2
What's New
Macro updates:
You can replace an existing macro definition with a macro that you have exported to your local desktop.
NOTE: Before you replace the existing macro, you must export a macro to your local desktop. For more information, see Export Macro.
For more information, see Macros Page.
Early Preview connections available with this release:
- Google Analytics
- For more information, see Early Preview Connection Types.
Changes in System Behavior
None.
Key Fixes
None.
New Known Issues
None.
January 26, 2021
Release 8.0
What's New
Connectivity:
- Support for connections to SharePoint Lists. See SharePoint Connections.
Support for using OAuth2 authentication for Salesforce connections. See Salesforce Connections.
- Support for re-authenticating through connections that were first authenticated using OAuth2.
Import:
- Improved method for conversion and ingestion of XLS/XSLX files. For more information, see Import Excel Data.
Recipe development:
- The Flag for Review feature enables you to set review checkpoints in your recipes. You can flag recipe steps for review by other collaborators for review and approval. For more information, see Flag for Review.
Metric-based data quality rules:
- You can create metric-based data quality rules for assessing the data quality.
- For more information, see Add Data Quality Rule.
- For more information, see Data Quality Rules Reference.
Update Macros:
- Replace / overwrite an existing macro's steps and inputs with a newly created macro.
- Map new macro parameters to the existing parameters before replacing.
- Edit macro input names and default values as needed.
- For more information, see Create or Replace Macro.
- For more information, see Overview of Macros.
Job execution:
- You can enable the Trifacta application to apply SQL filter pushdowns to your relational datasources to remove unused rows before their data is imported for a job execution. This optimization can significantly improve performance as less data is transferred during the job run. For more information, see Flow Optimization Settings Dialog.
- Optimizations that were applied during the job run now appear in the Job Details Page. See Job Details Page.
APIs:
- Individual workspace users can be permitted to create and use their own access tokens for use with the REST APIs. For more information, see Workspace Settings Page.
Changes in System Behavior
None.
Key Bug Fixes
Ticket | Description |
---|---|
TD-57180 | AWS jobs run on Photon to publish to HYPER format fail during file conversion or writing. |
New Known Issues
Ticket | Description |
---|---|
TD-56170 | The Test Connection button for some relational connection types does not perform a test authentication of user credentials. Workaround: Append the following to your Connect String Options: ;ConnectOnOpen=true This option forces the connection to validate user credentials as part of the connection. There may be a performance penalty when this option is used. |
This page has no comments.