| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
…ixes feast-dev#6206) apply_data_source and delete_data_source were not filtering by project, so operations on one project could affect data sources in other projects. Added project-based filtering to both methods to ensure project isolation. Signed-off-by: Venkateswarlu Boggavarapu <mailtoboggavarapu@gmail.com>apply_data_source and delete_data_source were not filtering by project, so operations on one project could affect data sources in other projects. Added project-based filtering to both methods to ensure project isolation. Signed-off-by: Venkateswarlu Boggavarapu <mailtoboggavarapu@gmail.com>
Regression tests for feast-dev#6206: verifies that apply_data_source and delete_data_source are properly project-scoped and do not affect data sources in other projects. Signed-off-by: Venkateswarlu Boggavarapu <mailtoboggavarapu@gmail.com>
|
Thanks for the detailed review, @devin-ai-integration! Fixed both encoding corruptions in commit f3437b08:
Both arrow characters are now correct UTF-8. The em-dash on line 700 was already fixed in the previous commit (3bcaf45). |
Sorry, something went wrong.
|
Superseded by PR #6322 which has all commits properly signed with Signed-off-by: (DCO ✅). The DCO failure here was caused by the encoding-fix commits and the "Update branch" merge commit lacking sign-offs. Closing in favor of #6322. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Summary
Fixes #6206
apply_data_source and delete_data_source in registry.py were not filtering by project, meaning an operation on one project could silently overwrite or delete data sources with the same name in a different project.
What's changed
Tests
Added two regression tests in test_universal_registry.py: