LogoLogo
Home
  • Verb Documentation
  • Release Notes
  • Environment Settings
    • Authentication
      • Authentication Endpoint
  • Data Sources
    • Ingestion Methods
    • Table Sync Intervals
    • Data Source Integrations
      • Network Permissions
      • Microsoft SQL Server
      • PostgreSQL
      • MongoDB
      • Snowflake
      • Elasticsearch
      • DynamoDB
      • Google BigQuery
      • Firebase Cloud Firestore
      • Supabase
      • Cloud Files
      • Flat Files
    • Data Synchronization
      • Synchronization Methods
        • Full Synchronization
        • Incremental Synchronization
        • Change Tracking
        • Change Data Capture
      • Synchronization Intervals
      • Synchronization Status
        • Pausing and Resuming
      • Synchronization History
      • Schema Changes
      • Row Filtering
      • Schemaless & NoSQL
      • Managing Connections
      • Troubleshooting
  • Models
    • What is a Model
      • Elements of a Model
      • Model Management
    • Building a Model
      • Add/Remove Data
      • Relationships
      • Row-Level Security
      • Transformations
    • Advanced Model Information
      • Database Keys
      • Unstructured Data
      • Publishing Updates
      • Troubleshooting
      • Automatic Modeling
  • Data Transformations
    • What is a Transformation
      • Elements of a Transformation
      • Transformation Management
    • Building Transformations
      • Creating Transformations
      • Configure Transformation Steps
      • Transformation Steps
        • Calculator
        • Manipulate Text
        • Map Values
        • Remove Duplicates
        • Date Operation
        • Select Columns
        • Change Type
        • Group Data
        • Filter Data
        • Join Data
        • Append Rows
        • Pivot Data
        • Rank Data
        • Window Data
      • Complete and Publish
  • Collections
    • What is a Collection
      • Elements of a Collection
    • Building Collections
    • API Collections
      • Building API Collections
        • Connect Data Sources
        • Data Model
        • Select Data
        • Authentication and Security
        • Data Access API Keys
        • Data Access API Documentation
      • API Collection Versions
    • Advanced Collection Options
      • Time Zones
      • Currency Symbols
  • Tiles
    • What is a Tile
      • Elements of a Tile
    • Tile Management
      • Tile Data
    • Tile Actions
    • Custom Date Formats
    • Currency Conversion
  • Design Themes
    • What is a Design Theme
    • General Theme Settings
    • Data Visualization Settings
  • Account Settings
    • Integrations
      • Slack
  • Legal
    • Terms of Use
    • Privacy Policy
    • Subscription Agreement Terms
    • Subscription Agreement
    • Data Processing Addendum
Powered by GitBook
On this page
  • Creating a New Collection
  • Collection Builder

Was this helpful?

  1. Collections

Building Collections

PreviousElements of a CollectionNextAPI Collections

Last updated 2 years ago

Was this helpful?

Each Collection Type has a unique set of rules and building experiences however many features are shared to make the building experience easier.

Creating a New Collection

When creating a new collection;

  • Select the Collection Type

  • Select the Collection Folder to keep things organized

  • Select the Model the collection is built from. This will provide the data that backs the collection. This cannot be changed however it is possible to close a collection and attach it to a different model.

  • Select a Design Theme. This can be changed later.

Collection Builder

The collection builder experience queries from the Verb data lake while the published collection is backed by a materialized view table. This means that the load times in the collection builder will be slower than your embedded collection. In order to make the building experience better for admins there are a few settings that can help as your data grows.

Auto Refresh Data

As edits are made to the collection configuration queries may be run automatically or when triggered by the user. When an environment contains a large amount of data Verb will default this setting to off so that the amount of queries is reduced however this can be overridden if desired.

Preview As

Use the Preview As feature to view segmented data based on user parameters applied to the row-level security rules on the collection's model. This is a great way to test changes and build in the context of how an end-user will view the collection. The menu lists 3 types of options to preview as

  1. Admin - This will show all data, unsegmented

  2. iFrame Keys - If any iFrame keys exist in this environment with access to the collection they will appear in the list. The security parameters from the key will be applied when the key is selected.

  3. Preview Profiles - Preview Profiles create static profiles that may be used across collections that mimic end-users with static security parameters. This segments the data using the security parameters applied to the profile.