Comprehensive Field Registry Sync
Back to Dashboard
Error: (psycopg2.OperationalError) could not translate host name "postgresql.postgresql" to address: Name or service not known
(Background on this error at: https://sqlalche.me/e/20/e3q8)
About Comprehensive Field Sync
This sync process ensures your field registry contains ALL available fields for template creation:
Structured Fields
Direct table columns from collections_evolved_records
Aggregation Fields
All fields in category_specific_data with full paths
Raw Data Fields
Additional fields from raw_data JSONB
Sync Configuration
What Happens During Sync
- Table Schema Analysis: Scans
{category}_evolved_recordstable structure - Aggregation Discovery: Extracts all fields from
category_specific_dataJSONB - Raw Data Sampling: Samples
raw_datafrom intermediary records - Gap Analysis: Compares discovered fields with existing registry
- Field Registration: Adds missing fields with inferred types and capabilities
- Path Generation: Creates proper dot-notation paths for nested fields
SimPay