You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# prepares this API object by fetching some of its metadata and
26
27
# setting up data and objects for further use
@@ -248,6 +249,8 @@ def load_swagger_docs(self):
248
249
ifnotresponse.ok:
249
250
raiseException("OpenAPI metadata URL returned status {0} ({1})".format(response.status_code, (response.content[:75] +"...") iflen(response.content)>75elseresponse.content))
250
251
swagger=response.json()
252
+
if'"x-Ed-Fi-isIdentity":'inresponse.text:
253
+
self.reports_identity=True
251
254
252
255
exceptExceptionase:
253
256
self.logger.critical(f"Unable to load {endpoint_type} Swagger from API... terminating. Check API connectivity.")
0 commit comments