Analytic DB CleanUp
Overview#
The Analytic DB CleanUp connector deletes data in the analytics database that is older than a specified number of years.
Note: The default number of years is set to two.
How to use the Analytic DB CleanUp connector#
To use the Analytic DB CleanUp connector, pass an object with the parameters you require, from the schema table listed below. Also refer to the code sample listed below.
Analytic DB CleanUp schema#
| Property | Type | Description | Required |
|---|---|---|---|
_name | String | Enter “analytics_db_cleanup”. | Required |
_sequenceno | Integer | Enter a number that defines the task’s order in the sequence of tasks to execute. | Required |
Code example#
Refer to the sample code below.
… { "_name": "analytics_db_cleanup", "_sequenceno": 1, }, …