fides
fides copied to clipboard
HJ-7 - Add MicrosoftSQLServerMonitor support code
Closes #HJ-7
Description Of Changes
HJ-7 - Add MicrosoftSQLServerMonitor support code
Code Changes
- [ ] Make MicrosoftSQLServerSchema.dbname optional
- [ ] Add Integrations UI for MicrosoftSQLServerMonitor
Steps to Confirm
- [ ] list any manual steps for reviewers to confirm the changes
Pre-Merge Checklist
- [ ] All CI Pipelines Succeeded
- Documentation:
- [ ] documentation complete, PR opened in fidesdocs
- [ ] documentation issue created in fidesdocs
- [ ] if there are any new client scopes created as part of the pull request, remember to update public-facing documentation that references our scope registry
- [ ] Issue Requirements are Met
- [ ] Relevant Follow-Up Issues Created
- [ ] Update
CHANGELOG.md
- [ ] For API changes, the Postman collection has been updated
- If there are any database migrations:
- [ ] Ensure that your downrev is up to date with the latest revision on
main
- [ ] Ensure that your
downgrade()
migration is correct and works- [ ] If a downgrade migration is not possible for this change, please call this out in the PR description!
- [ ] Ensure that your downrev is up to date with the latest revision on