All views reside in the DATABRIDGE schema. Every view includes TENANT_ID (the customer environment) and most include ORG_ID/ORG_NAME (the Filevine organization).
For full column-level detail, query VW_DATABRIDGE_DATA_DICTIONARY_V1.
Version pattern summary: The primary V1→V2 change across nearly all views is the addition of LAST_MODIFIED (UTC timestamp for incremental/CDC processing). Person address, email, and phone views also gained ITEM_POSITION in V2. The Docs view is the only 3-version view (V2 added disabled FOLDER_PATH, V3 enabled it). Project Sections has 4 versions (V2 = internal improvements, V3 = added LAST_MODIFIED, V4 = data/logic refinements).
Client & Tenant Info
View
Description
Version History
VW_DATABRIDGE_CLIENT_INFO
DataBridge tenant/share metadata: tenant ID, name, Snowflake account ID, share name, and active share status
V1 only
VW_DATABRIDGE_DATA_DICTIONARY
Self-describing data dictionary with column names and comments for every DataBridge view
V1 only
Users
View
Description
Version History
VW_DATABRIDGE_USERS
Filevine user accounts: ID, name, email, username, and active status
V2 adds LAST_MODIFIED
Projects
View
Description
Version History
VW_DATABRIDGE_PROJECT_LIST_DATA
Core project listing with name, type, phase, client, primary user, billing balances (current, overdue aging buckets), and Filevine URL
V2 adds LAST_MODIFIED, PHASE_SORT_ORDER
VW_DATABRIDGE_PROJECT_SECTIONS_DATA
Custom section field values for projects (EAV-style)—includes section name, field name/type, and typed value columns (string, bool, date, int, decimal, variant)
V2 no column changes (internal improvements). V3 adds LAST_MODIFIED. V4 same schema as V3 (data/logic refinements).
VW_DATABRIDGE_PROJECT_CONTACTS_DATA
Contact-to-project associations with their role on the project
V2 adds LAST_MODIFIED
VW_DATABRIDGE_PROJECT_TAGS_DATA
Tags applied to projects
V2 adds LAST_MODIFIED
VW_DATABRIDGE_PROJECT_TEAMS_DATA
Team assignments on projects (team name and description)
V2 adds LAST_MODIFIED
VW_DATABRIDGE_PROJECT_CALENDAR
Project calendar events: deadlines, appointments, chain deadlines, custom deadlines with dates, location, and notes
Comments
0 comments
Article is closed for comments.