Field | Type | Required | Description |
---|---|---|---|
name |
string | ✔️ | Unique identifier for the entity property source. |
description |
string | ✔️ | Detailed context and purpose of the entity property source. |
tags |
string[] | ✔️ | Tags for categorization and search. |
sql |
string | ✔️ | SQL query defining the data source. |
timestampColumn |
string | ➖ | Optional column name for timestamp. |
timestampAsDay |
boolean | ➖ | Indicates if the timestamp is treated as a day. |
idTypeMapping |
components.EntityPropertySourceDtoIdTypeMapping[] | ✔️ | Mappings of Statsig units to their columns. |