> For the complete documentation index, see [llms.txt](https://daton-sarasanalytics.gitbook.io/daton/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://daton-sarasanalytics.gitbook.io/daton/release-notes/release-notes/2022/february.md).

# February

## <mark style="color:blue;">Platform Enhancements</mark>

Over the last 6 months, we have been working on platform stability as one of the core focus areas for the Daton platform engineering team. We set out to achieve three overarching goals by end of 2022 –

* Flexible pipelines with a high degree of user controls
* Identify and reduce all barriers to fast data transfers
* Improve visibility and transparency in the data pipeline

Our first major milestone as a part of this plan was the release of an upgraded multi-stage pipeline that was launched on December 21; we covered the details of that upgrade in our earlier update. The following enhancements to the platform are now in production.

### Enhanced configurations

* Upgraded capability to reduce delay in propagating configuration setups and updates to the warehouse.&#x20;
* Improved visibility into any configuration errors in the UI.&#x20;
* Extension of “Sync Now” capability to also handle configuration changes without disrupting the pipeline.

![image.png](https://cloud.headwayapp.co/changelogs_images/images/big/000/083/007-ffe2a55475619564e85ff6f0a8aa7fdc018d528f.png)

**Benefits**

* Tables will be configured as soon as the integration is set up, and the first job will start immediately.&#x20;
* Updates to tables will no longer get stuck in the pipelines. This tended to happen when users made changes to the configuration when jobs were in progress.&#x20;
* Visibility into configuration errors, if any.&#x20;
* Users can also use “Sync Now” to push through configurations without needing to wait for the scheduler to kick in.

### Table Level Sync

"Sync Now" enables users to run replication jobs in an integration on-demand. As useful as this feature is, the challenge is that it was implemented at the Integration level. When a user hits “Sync Now”, all the tables in that integration would be replicated again even when the user just wanted one of the tables to be re-synced. This problem would become more glaring when there are 100s of tables in an integration.&#x20;

With this release, **we now support the “Sync Now” functionality** at the table level.

![image.png](https://cloud.headwayapp.co/changelogs_images/images/big/000/083/008-4f59e0fc9a97c1456fdd4f97ef8ded5a0b23f4ad.png)

#### **Benefits**

Better control on:

* data replication, a user who wants to sync only a single table in the integration can now do so without triggering all the tables in the integration.
* costs, users can now sync a single table instead of replicating data for other tables when they didn’t need to.

### Re-use Integration Names

* It is common to create integrations to test the service and later delete the integration and start on a clean slate.&#x20;
* However, users couldn’t re-use the deleted integration names.&#x20;
* The functionality to allow the re-use of the integration name after deleting is now made available.&#x20;

**Benefits**

* Data models built of test integrations can be re-used by dropping and creating integrations with the same names.
* **Column hashing:** A new feature to handle PII data has been released as a core platform capability. \
  The UI will be updated in the upcoming releases to allow users to select columns to hash.&#x20;

*Until the UI changes are made, please reach out to our support team to discuss your column hashing needs and get the integrations set up accordingly.* &#x20;

### UI

* Improvements in the UI for multi-account selection in the source configuration page
* [BigQuery](https://docs.sarasanalytics.com/integrations/destinations/setup-google-bigquery) Projects list size increased so that the list is visible to add a new destination.

### <mark style="color:blue;">Upcoming Enhancements</mark>

**Daton connector-&#x20;*****ETA 26 Feb 2022***

We understand and appreciate the demands that the data teams are receiving. This results in data delays, putting pressure on those involved in building the data infrastructure.&#x20;

As a part of our ongoing effort to become a more transparent data pipeline, we plan to *launch a new connector*, as step 1, *to sync job-related data that Daton is generating in your Data warehouse*. Future releases will be built on this capability as we work towards achieving our aim of complete transparency.

**The development of the Daton connector is ready**, but we had to push this release to the last week of Feb 22. There are some prerequisites that we need to handle before exposing this connector to the users that we couldn’t cover in this release.

## <mark style="color:yellow;">Connector</mark> <mark style="color:yellow;">Enhancements</mark>

#### <mark style="color:green;">S3 source connector</mark>&#x20;

Enhanced our S3 source and have added support for the following:

1. Folder and Sub-folder level processing
2. Regular expression-based file search
3. If you have files with different types of names in a folder, then you can use REGEX to highlight patterns of files to look for and process data
4. Added support for gz, zip, rar compressed file processing
5. Fix for clone integration regex field

#### <mark style="color:green;">Amazon SP-API</mark>

Added Turkey as a marketplace.

#### <mark style="color:green;">Amazon Sponsored Display Connector</mark>

Added support for the VCPM fields.

#### <mark style="color:green;">Amazon DSP Connector</mark>

Added support for some additional fields.

#### <mark style="color:green;">Amazon MWS Connector</mark>

* Added the `GetMatchingProduct` table.
* Fixed the errors in the `ListInventorySupply` table.
* Fixed the issue of not loading data with `FBAStorageFeesReport`.

#### <mark style="color:green;">Infusionsoft Connector</mark>

Added the '`tagIds`' column in `Contacts` table.

#### <mark style="color:green;">Intercom</mark> <mark style="color:green;">Connector</mark>

Fixed the missing data in the `conversations` table.

#### <mark style="color:green;">Google Adwords Connector</mark>

Fixed the token renewal issues for some accounts.

#### <mark style="color:green;">Braintree Connector</mark>

Fixed the issue of data not loading till the present day.

#### <mark style="color:green;">Unicommerce Connector</mark>

Fixed the missing data in the `sales order` table

#### <mark style="color:green;">RECHARGE Connector</mark>

Fix for missing data in the `orders` table.

#### <mark style="color:green;">LinkedIn Connector</mark>

Fixed the issue with data replication.

#### <mark style="color:green;">Pinterest Connector</mark>

* Error fixed in the `Campaign Ads` table.
* Fixed the intermittent java.lang.Arithmetic exception in campaign ads table.

## <mark style="color:orange;">NEW Connectors Added!</mark>

* <mark style="color:green;">**Daily Exchange Rates**</mark> (Finance)
* <mark style="color:green;">**Snapchat**</mark> (Advertising)
* <mark style="color:green;">**Pinterest**</mark> (Advertising)
* <mark style="color:green;">**Gorgias**</mark> (Customer Support)

### <mark style="background-color:red;">Alert!</mark>

#### Upcoming Downtime Notice:

<mark style="background-color:red;">There will be a planned maintenance being performed on 26 Feb.</mark>&#x20;

* During this time, the system will not be processing any new jobs.&#x20;
* All the processes will automatically resume once the maintenance is complete.&#x20;
* The exact time of the planned maintenance will be communicated via an email update.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://daton-sarasanalytics.gitbook.io/daton/release-notes/release-notes/2022/february.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
