cfpb / regtech-cleanup-api

Repo holding the cleanup-api for deleting institutions and filing data after test runs
0 stars 0 forks source link

Modified institution deletion and all its subtasks #24

Closed nargis-sultani closed 2 weeks ago

nargis-sultani commented 3 weeks ago

closes #5

closes #18

nargis-sultani commented 2 weeks ago

Removed the Asyncio stuff again. We also have to modify the institution and filing api config:

db_scheme: str = "postgresql+asyncpg" to db_scheme: str = "postgresql"