feat: date parsing, component extraction, and wizard formulas

Extend FieldProposal with chrono-based date format detection and
configurable component extraction (Year, Month, Quarter). Add
ConfigureDates and DefineFormulas wizard steps to ImportPipeline.
build_model injects derived date categories and parses formula strings.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Edward Langley
2026-04-03 13:41:05 -07:00
parent 5a251a1cbe
commit a73fe160c7
5 changed files with 441 additions and 31 deletions

View File

@ -241,6 +241,7 @@ fn import_headless(
})
.collect(),
model_name: model_name.unwrap_or("Imported Model").to_string(),
formulas: vec![],
};
match pipeline.build_model() {