diff --git a/metadata-ingestion/src/datahub/ingestion/source/openapi.py b/metadata-ingestion/src/datahub/ingestion/source/openapi.py index 852280ad66..8b1ee66162 100755 --- a/metadata-ingestion/src/datahub/ingestion/source/openapi.py +++ b/metadata-ingestion/src/datahub/ingestion/source/openapi.py @@ -333,7 +333,7 @@ class APISource(Source, ABC): ), ) yield wu - elif endpoint_dets["method"] != "get": + elif endpoint_dets["method"] != "GET": self.report.report_warning( title="Failed to Extract Endpoint Metadata", message=f"No example provided for {endpoint_dets['method']}",