Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 4.24 KB

entitypropertysourcedto.md

File metadata and controls

14 lines (11 loc) · 4.24 KB

EntityPropertySourceDto

Fields

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.