Schedule generic adaptive frequency functions
schedule_generic_adaptive_frequency_functions¶
- Schema: public
- PK:
id(text)
Stores Python code evaluated at runtime to calculate adaptive frequencies.
Columns¶
| Column | Type | Nullable | Default | Notes |
|---|---|---|---|---|
| id | text | NOT NULL | PK, human-readable identifier | |
| description | text | YES | ||
| python_code | text | YES | Evaluated at runtime | |
| created_time | timestamp | YES | now() | |
| last_modified_time | timestamp | YES | now() | |
| is_deprecated | bool | YES | false | |
| deprecated_time | timestamp | YES |
Key indexes¶
schedule_generic_adaptive_frequency_functions_pkey-- PK onid