feat: enhance schema type handling with new formats and UI components
This commit is contained in:
@@ -18,7 +18,7 @@ _EDITOR_CONTEXT = {
|
||||
"patterns": [p.value for p in ReconPatterns],
|
||||
"statuses": [s.value for s in ReconConfigStatus],
|
||||
"frequencies": ["Ad Hoc", "Intra Day", "Daily", "Weekly", "Monthly", "Quarterly"],
|
||||
"schema_types": ["str", "int", "float", "date('%Y-%m-%d')", "datetime('%Y-%m-%d %H:%M:%S')", "bool"],
|
||||
"schema_types": ["str", "int", "float", "date", "datetime", "decimal", "bool"],
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user