We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 334e5d7 commit 351a2d0Copy full SHA for 351a2d0
sdk/python/feast/infra/registry/snowflake.py
@@ -1303,6 +1303,7 @@ def delete_project(
1303
"DATA_SOURCES",
1304
"ENTITIES",
1305
"PERMISSIONS",
1306
+ "FEAST_METADATA",
1307
"PROJECTS",
1308
}:
1309
query = f"""
sdk/python/feast/infra/registry/sql.py
@@ -1237,6 +1237,7 @@ def delete_project(
1237
data_sources,
1238
entities,
1239
permissions,
1240
+ feast_metadata,
1241
projects,
1242
1243
stmt = delete(t).where(t.c.project_id == name)
0 commit comments