Skip to content

Commit

Permalink
Importing custom request overrides in main.py (#2186)
Browse files Browse the repository at this point in the history
  • Loading branch information
galvana authored Jan 10, 2023
1 parent 9df5c1b commit c57d920
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ The types of changes are:
* Nav bug: clicking on Privacy Request breadcrumb takes me to Home instead of /privacy-requests [#497](https://github.com/ethyca/fides/pull/2141)
* Side nav disappears when viewing request details [#2129](https://github.com/ethyca/fides/pull/2155)
* Improve readability for exceptions raised from custom request overrides [#2157](https://github.com/ethyca/fides/pull/2157)
* Importing custom request overrides on server startup [#2186](https://github.com/ethyca/fides/pull/2186)

### Removed

Expand Down
3 changes: 3 additions & 0 deletions src/fides/api/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@
registry_file,
update_saas_configs,
)

# pylint: disable=wildcard-import, unused-wildcard-import
from fides.api.ops.service.saas_request.override_implementations import *
from fides.api.ops.tasks.scheduled.scheduler import scheduler
from fides.api.ops.util.cache import get_cache
from fides.api.ops.util.logger import _log_exception
Expand Down

0 comments on commit c57d920

Please sign in to comment.