From dab4de44964066b2263dc54dadaee0bb89cfbc98 Mon Sep 17 00:00:00 2001 From: Adrian Galvan Date: Tue, 10 Dec 2024 08:11:18 -0800 Subject: [PATCH] Fixing quickstart (#5585) Co-authored-by: Andres Torres --- CHANGELOG.md | 5 +++-- tests/ops/integration_tests/setup_scripts/postgres_setup.py | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b1da3704b7..a787c70aa7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,8 +22,9 @@ The types of changes are: - Adding `dsr_testing_tools_enabled` security setting [#5573](https://github.com/ethyca/fides/pull/5573) ### Fixed -- SaaS integrations using `oauth_client_credentials` now properly update their access token when editing the secrets. -- Saas integrations using `oauth_client_credentials` now properly refresh their access token when the current token expires +- SaaS integrations using `oauth_client_credentials` now properly update their access token when editing the secrets [#5548](https://github.com/ethyca/fides/pull/5548) +- Saas integrations using `oauth_client_credentials` now properly refresh their access token when the current token expires [#5569](https://github.com/ethyca/fides/pull/5569) +- Fixing quickstart.py script [#5585](https://github.com/ethyca/fides/pull/5585) ## [2.51.0](https://github.com/ethyca/fides/compare/2.50.0...2.51.0) diff --git a/tests/ops/integration_tests/setup_scripts/postgres_setup.py b/tests/ops/integration_tests/setup_scripts/postgres_setup.py index 233726706a..e0cf34ab35 100644 --- a/tests/ops/integration_tests/setup_scripts/postgres_setup.py +++ b/tests/ops/integration_tests/setup_scripts/postgres_setup.py @@ -15,6 +15,7 @@ # Need to manually import this model because it's used in src/fides/api/models/property.py # but that file only imports it conditionally if TYPE_CHECKING is true +from fides.api.models.detection_discovery import MonitorConfig from fides.api.models.experience_notices import ExperienceNotices from fides.api.models.privacy_experience import PrivacyExperienceConfig from fides.api.service.connectors.sql_connector import PostgreSQLConnector