...
Previously selected HTTP methods are not cleared when you reopen the Create proxy endpoint dialog and select the REST to SOAP checkbox. Workaround: refresh the browser.
The XML Validator and Client Throttle policies incorrectly returns return the error message
com/snaplogic/policies/util/ResponseGenerator
instead of the correct messages.
Fixed Issues
TBDAPI Manager now supports asynchronous API migration
AutoSync
New Features
AutoSync now supports the following endpoints:
Google BigQuery as a target. Learn more.
Marketo as a source. Learn more.
CSV or JSON files stored in Amazon S3 as a source. Learn more.
Upload CSV files from a local or network drive as a source. Learn more.
The ability to change load type for synchronization. The types available depend on what AutoSync supports for the source and endpoint. AutoSync supports loading from Salesforce to Snowflake using SCD2. To change the load type:
After creating a data pipeline, edit it. From the Auto Synchronize tab, select the Load type. Learn more.For a Salesforce source, AutoSync automatically handles changes to the column precision, scale, or character limit by propagating the changes to the target. Learn more.
...
Improved synchronization scheduling. As the last step in the wizard, choose to:
Continue without scheduling.
Pick a preset schedule and set the start time.
Create a custom schedule, which allows you to set an end date.
...
Known Issues
If you save remove or rename a source table or object after using it in a data pipeline and then edit , its name , you cannot delete will still be visible in the source configuration and you will not be able to de-select it.
For Amazon S3 data sources, you must add a forward slash if you copy the URL from the Amazon S3 console. For example, change
s3://my_bucket
tos3:///my_bucket
.AutoSync cannot upload a CSV file to the cloud data warehouse if the name includes a special character, such as
#
,$
,%
, or&
.Google BigQuery does not support special characters for names. Data pipelines where the source file, table, or object names include special characters will fail. Whitespace, dash, and underscore in the names are not a problem.
At times, AutoSync cannot clean up the Google Cloud Storage staging area after loading from Salesforce to Google BigQuery. If this occurs, you should manually remove the files to retrieve the storage.
In the IIP AutoSync Manager screen, you can create Accounts to use with AutoSync. For Google BigQuery, the Account Type dropdown allows you to select Google Service Account or Google Service Account JSON, which are not supported by AutoSync.
In some cases, when you create or edit the synchronization schedule, you can select a start time in the past. If you do this for a data pipeline that is scheduled to run once, it will not run unless you start it manually.
To use the SCD2 load type for Snowflake, you must modify Snowflake configurations created before the May 2023 release. Because AutoSync automatically sets the timezone to UTC for SCD2 operations, do the following:
For an Account created in the IIP, add a Uri property parameter with the name
TIMEZONE
and a value ofUTC
.For credentials saved in AutoSync, delete them and create a new configuration.
...