Commit 3a73c87
fix: Add ensure_valid() call in Snowflake registry apply_feature_view
The Snowflake registry was missing the ensure_valid() call that other
registry implementations (SQL, Cask) already perform before applying a
feature view. This ensures name validation (including reserved character
rejection) runs consistently across all registry backends.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent b2d6c09 commit 3a73c87
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
265 | 265 | | |
266 | 266 | | |
267 | 267 | | |
| 268 | + | |
268 | 269 | | |
269 | 270 | | |
270 | 271 | | |
| |||
0 commit comments