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)
MasterIngestionConfig
Table Name: master_ingestion_config
Columns
| Name | Type | Nullable | Primary Key | Default |
|---|---|---|---|---|
id |
INTEGER |
False | Yes | None |
master_name |
VARCHAR(255) |
False | No | None |
source_type |
VARCHAR(5) |
False | No | None |
refresh_mode |
VARCHAR(11) |
False | No | None |
key_fields |
ARRAY |
True | No | None |
schedule |
VARCHAR(128) |
True | No | None |
last_run_at |
DATETIME |
True | No | None |
metadata |
JSONB |
True | No | None |
fail_file_on_error |
BOOLEAN |
False | No | ScalarElementColumnDefault(False) |
max_error_rate |
FLOAT |
False | No | ScalarElementColumnDefault(0.1) |
field_definitions |
JSONB |
True | No | CallableColumnDefault(<function list at 0x74d1eba26de0>) |
requires_upload |
BOOLEAN |
False | No | ScalarElementColumnDefault(False) |
target_model |
VARCHAR(255) |
True | No | None |
active |
BOOLEAN |
False | No | ScalarElementColumnDefault(True) |
validation_rules |
JSONB |
True | No | None |
expected_count_min |
INTEGER |
True | No | None |
expected_count_max |
INTEGER |
True | No | None |
error_threshold |
INTEGER |
False | No | ScalarElementColumnDefault(5) |
created_by |
VARCHAR(100) |
True | No | None |
created_at |
DATETIME |
False | No | None |
modified_by |
VARCHAR(100) |
True | No | None |
modified_at |
DATETIME |
True | No | None |
connection_config_id |
INTEGER |
True | No | None |
Data Filters
Active Filters:
Data Records
| id | master_name | source_type | refresh_mode | key_fields | schedule | last_run_at | metadata | fail_file_on_error | max_error_rate | field_definitions | requires_upload | target_model | active | validation_rules | expected_count_min | expected_count_max | error_threshold | created_by | created_at | modified_by | modified_at | connection_config_id |
|---|
Showing 1-0 of 0
Relationships
| Relationship Name | Target Model | Direction |
|---|---|---|
connection_config |
connection_configs | MANYTOONE |
file_ingestions |
file_ingestions | ONETOMANY |
expected_files |
ingestion_expected_files | ONETOMANY |
file_logs |
ingestion_file_log | ONETOMANY |
cycle_expectations |
cycle_expected_files | ONETOMANY |
SimPay