SD_SEGMENTATION
Connected Only
This schema and the tables within it will only be made available to clients on a Connected deployment.
When you save a segment, we automatically create one view per segment in your Snowflake instance with the logic defined by that segment. Find this view at SD_SEGMENT_<SEGMENT_ID>_<SEGMENT_NAME>
- Because the segment is stored as a view, it recalculates whenever you query it. There's no need to refresh the data manually when you query the view because it will contain the most current data.
- The view has one column that contains all of the
SIMON_ID
s for the contacts that fall into that segment.
Updated 8 days ago