-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dynamic imports for custom overrides and SaaS fixtures #2169
Dynamic imports for custom overrides and SaaS fixtures #2169
Conversation
3fdd4f7
to
792f8c4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@galvana this looks good to me, clever dynamic importing within the __init__.py
's.
i don't really see a problem with doing this in the fixtures/saas/__init__.py
, but is there a specific reason we need to do that now to enable some of your work? mainly just want to avoid quickly changing more than is absolutely necessary, but again, don't really have a specific problem i see with it.
src/fides/api/ops/service/saas_request/override_implementations/__init__.py
Show resolved
Hide resolved
Thanks for the review @adamsachs. I updated both the custom overrides module and the SaaS fixtures module because I want to wrap up #1795 before I go on break since AG is close to getting to the point of writing tests for the connectors they've been working on. |
Closes #2168
Code Changes
Steps to Confirm
Pre-Merge Checklist
CHANGELOG.md