Error fetching sample data: (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)
EvolvedRecord
Table Name: evolved_records
Columns
| Name | Type | Nullable | Primary Key | Default |
|---|---|---|---|---|
id |
UUID |
False | Yes | CallableColumnDefault(<function uuid4 at 0x74d1eab44540>) |
cycle_id |
INTEGER |
False | No | None |
category |
VARCHAR(50) |
False | No | None |
function_code |
VARCHAR(50) |
True | No | None |
agreement_no |
VARCHAR(100) |
True | No | None |
due_date |
DATE |
True | No | None |
status |
VARCHAR(50) |
True | No | ScalarElementColumnDefault('pending') |
record_key |
VARCHAR(255) |
False | No | None |
core_data |
JSONB |
False | No | None |
derived_fields |
JSONB |
True | No | CallableColumnDefault(<function dict at 0x74d1eab44720>) |
summary_data |
JSONB |
True | No | CallableColumnDefault(<function dict at 0x74d1eab447c0>) |
payout_data |
JSONB |
True | No | CallableColumnDefault(<function dict at 0x74d1eab44860>) |
template_execution_ids |
JSONB |
True | No | CallableColumnDefault(<function list at 0x74d1eab44900>) |
payout_cycle_id |
INTEGER |
True | No | None |
processing_metadata |
JSONB |
True | No | CallableColumnDefault(<function dict at 0x74d1eab44ae0>) |
created_at |
DATETIME |
False | No | None |
updated_at |
DATETIME |
False | No | None |
Data Filters
Active Filters:
Data Records
| id | cycle_id | category | function_code | agreement_no | due_date | status | record_key | core_data | derived_fields | summary_data | payout_data | template_execution_ids | payout_cycle_id | processing_metadata | created_at | updated_at |
|---|
Showing 1-0 of 0
Relationships
| Relationship Name | Target Model | Direction |
|---|---|---|
cycle |
ingestion_cycle_record | MANYTOONE |
SimPay