Release Notes
Stay up to date with the latest features, improvements, and fixes in Reseed.
Reseed is a Snowflake Native App distributed through the Snowflake Marketplace. Updates are delivered automatically to your account—no manual upgrade steps required.
NEW Role Impersonation
Administrators can now use the role drop-down to "impersonate" any in-app role. Switch to another role to see exactly what that role sees in the app—useful for testing permissions, troubleshooting access issues, or understanding the experience of different user groups.
IMPROVED Application Roles
Reseed no longer requires Snowflake roles to follow any specific naming convention. The app now checks session roles for the presence of the app_admin or app_user application role, making it much more flexible and unopinionated about your account's role structure.
Grant the application roles to any existing Snowflake roles you prefer—no need to create dedicated RESEED_APP_ADMIN or RESEED_APP_USER roles unless you want to.
IMPROVED In-App Documentation
- Enhanced help text throughout the application
- Clearer guidance for Seed configuration options
- Improved inline documentation for validation rules
Initial release of Reseed on the Snowflake Marketplace.
NEW Core Features
- Seed Management — Create reusable file patterns with column definitions, data types, validation rules, naming conventions, and access permissions
- File Upload — Upload Excel (.xlsx), CSV, and Google Sheets exports directly to Snowflake
- Excel Worksheet Selection — Choose specific worksheets and cell ranges when uploading Excel files
- Auto-Import — Automatically generate Seed definitions from sample files
- Instant Validation — Catch missing columns, data type mismatches, constraint failures, and naming violations immediately
- Query-Ready Outputs — All files stored as compressed CSV in predictable, seed-specific directories
- Sample Seeds — Pre-built examples for budget requests and row-level security mappings
- Sample Data & Data Dictionaries — Include examples and auto-generate documentation for each Seed
- File Downloads — Download uploaded data as CSV or Excel from within Reseed
NEW Validation Rules
- Data type enforcement (text, number, date, boolean)
- Required/optional column settings
- Numeric range validation (min/max values)
- Text length constraints
- Pattern matching with regular expressions
- Date/time format enforcement
- Allowed values lists (enums)
NEW Administration
- Two-tier role system — Snowflake application roles (
app_admin,app_user) plus flexible in-app roles - User assignments — Map Snowflake users to in-app roles
- Bulk import — Import roles and assignments via CSV
- Seed Admin delegation — Let department leads manage their own Seeds
- Event log for all application activity
NEW Security & Ownership
- Customer-owned storage database — Reseed provisions a dedicated database inside your account after you grant
CREATE DATABASE - Scoped access — Storage is isolated to the database Reseed creates, keeping the security surface small and auditable
- No data lock-in — Uninstall Reseed anytime; all files remain in your database
- Replication-ready — Include the storage database in replication or failover groups