- one data node that contains in-memory data and for which Sign-Off features are enabled
- one DirectQuery data node
Option 1: Adjustment fields not present
In this case, the DirectQuery database is used without any modifications to its schema. In this setup, to enable horizontal distribution on the data node, use the following configuration for the DirectQuery data node, in addition to the settings already defined:| Property | Value | Description |
|---|---|---|
configuration.sign-off.enabled | true | Flag used to enable Sign-Off related features |
directquery.with-adjustments | false | This property is only taken into account if the property configuration.sign-off.enabled is true. Specify if columns handling adjustments (SOURCE and INPUT_TYPE) are present in the database used with DirectQuery. If this property is false, those columns are not taken from the database. |
Option 2: Adjustment fields are present
In this case, the DirectQuery database is used with additional fields in the tables where adjustments can be present. You have to add the following fields:SOURCE: Sign-Off adjustment source tagging (for example, user input)INPUT_TYPE: type of the adjustment entry (for example, reversal)
| Column Name | Type | Not Null | Default Value | Description |
|---|---|---|---|---|
SOURCE | STRING | Y | ‘Unadjusted’ | Sign-Off adjustment source tagging (for example, user input) |
INPUT_TYPE | STRING | Y | ‘Data load’ | Sign-Off adjustment source tagging (for example, reversal) |
TRADEPNLSTRADEPNLS_VECTORTRADE_SENSITIVITIESTRADE_SENSITIVITIES_VECTORPNL
| Property | Value | Description |
|---|---|---|
configuration.sign-off.enable | true | Flag used to enable Sign-Off-related features. |
directquery.with-adjustments | true | This property is only taken into account if the property configuration.sign-off.enable is true. Specify if columns handling adjustments (SOURCE and INPUT_TYPE) are present in the database used with DirectQuery. If this property is true, these columns are taken from the database. |