diff --git a/metadata-ingestion/setup.cfg b/metadata-ingestion/setup.cfg index ab938f5136..c7a30384ec 100644 --- a/metadata-ingestion/setup.cfg +++ b/metadata-ingestion/setup.cfg @@ -75,9 +75,7 @@ filterwarnings = ignore:Deprecated call to \`pkg_resources.declare_namespace:DeprecationWarning ignore:pkg_resources is deprecated as an API:DeprecationWarning ignore:Did not recognize type:sqlalchemy.exc.SAWarning - # TODO: We should remove this and start fixing the deprecations. - # Note: pydantic.warnings.PydanticDeprecatedSince20 only exists in Pydantic v2 - # ignore::pydantic.warnings.PydanticDeprecatedSince20 + ignore::pydantic.warnings.PydanticDeprecatedSince20 ignore::datahub.configuration.common.ConfigurationWarning ignore:The new datahub SDK:datahub.errors.ExperimentalWarning # We should not be unexpectedly seeing API tracing warnings.