refactor: remove rejected dataset review feature

This commit is contained in:
2026-07-14 15:56:31 +03:00
parent 2a56ea5fc9
commit c3ad0afc17
148 changed files with 350 additions and 33963 deletions

View File

@@ -45,7 +45,6 @@ from .api.routes import (
clean_release,
clean_release_v2,
dashboards,
dataset_review,
datasets,
encryption_health,
environments,
@@ -483,7 +482,6 @@ app.include_router(agent_superset_explore.router, tags=["Agent Superset"])
app.include_router(clean_release.router)
app.include_router(clean_release_v2.router)
app.include_router(profile.router)
app.include_router(dataset_review.router)
app.include_router(health.router)
app.include_router(encryption_health.router)
app.include_router(translate.router)