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
fix: add project filter to apply_data_source in shared registry
Fixes#6206
The apply_data_source method was matching data sources by name only,
without filtering by project. In a shared registry scenario where multiple
projects have data sources with the same name (e.g. the default
"vals_to_add"), this caused cross-project overwriting.
Fixed by adding the project field check to mirror the pattern already
used in apply_entity, apply_feature_service, and apply_feature_view.
0 commit comments