mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-29 10:57:52 +00:00
fix(ingestion/openapi): Update method comparison for openapi (#14311)
Co-authored-by: Sergio Gómez Villamor <sgomezvillamor@gmail.com>
This commit is contained in:
parent
add6d88b77
commit
ef11b16632
@ -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']}",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user