Skip to content

Commit

Permalink
fix: Deleting data from feast_metadata when we delete project
Browse files Browse the repository at this point in the history
Signed-off-by: Bhargav Dodla <[email protected]>
  • Loading branch information
Bhargav Dodla committed Sep 20, 2024
1 parent 163d34f commit 6c6a339
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sdk/python/feast/infra/registry/sql.py
Original file line number Diff line number Diff line change
Expand Up @@ -1237,6 +1237,7 @@ def delete_project(
data_sources,
entities,
permissions,
feast_metadata,
projects,
}:
stmt = delete(t).where(t.c.project_id == name)
Expand Down

0 comments on commit 6c6a339

Please sign in to comment.