feat: enhance schema type handling with new formats and UI components

This commit is contained in:
2026-05-29 23:08:17 +12:00
parent d4969172c2
commit 20808b6962
3 changed files with 122 additions and 4 deletions
+1 -1
View File
@@ -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"],
}