You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: simplify validate_symbol to direct comparison only (#247)
Remove symbol format construction from _validate_target_symbol.
Validation now does a simple direct comparison of target_symbol
against registered data source symbols. The framework should not
guess or construct symbol formats.
Updates tests to use exact data source symbols.
0 commit comments