Changelog
Keep up with the latest updates we’ve made in Workato.
SQL Transformations for ETL/ELT (beta)
SQL Transformations is a new connector that allows users to query through large volumes of data from multiple sources, within the recipes. The transformed data can further be loaded to any destination or stored as a file for future use within Workato.
This beta connector release is a major enhancement for ETL/ELT capabilities. To learn more please visit the documentation.
File Streaming support for Custom Connector SDK
We introduce file streaming support for connector SDK. With this, custom connector builders can:
- create triggers to download data sequentially in small chunks
- create actions that can upload data sequentially in small chunks.
This allows the transfer of large files between apps or file systems without worrying about hitting the size limit. By removing the previous file limits of 100-200MB, connectors can now stream large files upwards of 10GB, enabling you to automate more.
Kickstart your customers with Private Communities for Workato Embedded
Curate a library of resources for your customers, including recipes that reference shared connectors.
Updated recipe diffs to show even more detail
Recipe diffs now allow you to drill into the detail of changes made to an individual step’s configuration. For example, you can see when individual data fields have been added or removed.
Share recipes and connectors securely with revokable links
Generate a unique sharing link for a recipe or custom connector on demand. You can revoke a link at any time to limit the window in which your assets are available.
Test recipe functions
Independently test recipe functions by manually entering trigger data.
Wrangle bulk data with improved variables
Update multiple variables in a single action. Add items to a list in a batch.
New Recipe shortcut
Navigate instantly to the new recipe wizard by typing recipe.new
into the browser's address bar.