pyegeria 0.7.4__py3-none-any.whl → 0.7.5__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pyegeria/server_operations.py +3 -1
- {pyegeria-0.7.4.dist-info → pyegeria-0.7.5.dist-info}/METADATA +1 -1
- {pyegeria-0.7.4.dist-info → pyegeria-0.7.5.dist-info}/RECORD +6 -6
- {pyegeria-0.7.4.dist-info → pyegeria-0.7.5.dist-info}/LICENSE +0 -0
- {pyegeria-0.7.4.dist-info → pyegeria-0.7.5.dist-info}/WHEEL +0 -0
- {pyegeria-0.7.4.dist-info → pyegeria-0.7.5.dist-info}/entry_points.txt +0 -0
pyegeria/server_operations.py
CHANGED
@@ -393,12 +393,14 @@ class ServerOps(Platform):
|
|
393
393
|
server))
|
394
394
|
return response
|
395
395
|
|
396
|
-
async def _async_refresh_integration_connectors(self, connector_name: str =
|
396
|
+
async def _async_refresh_integration_connectors(self, connector_name: str = 'all', server: str = None,
|
397
397
|
time_out: int = 60) -> None:
|
398
398
|
""" Issue a refresh request to all connectors running in the integration daemon, or a specific connector
|
399
399
|
if one is specified - async version"""
|
400
400
|
if server is None:
|
401
401
|
server = self.server_name
|
402
|
+
if connector_name == 'all':
|
403
|
+
connector_name = None
|
402
404
|
|
403
405
|
url = (f"{self.platform_url}/servers/{server}/open-metadata/integration-daemon/users/"
|
404
406
|
f"{self.user_id}/integration-connectors/refresh")
|
@@ -75,11 +75,11 @@ pyegeria/platform_services.py,sha256=T2UiAl7tPfOBGL_H2b73XyyHtR0Y36irgbaljZTjD4I
|
|
75
75
|
pyegeria/project_manager_omvs.py,sha256=RRPiyEqrcMY3jt3wK-7aEwY3c3PqEodAfDjEJx9duX0,77121
|
76
76
|
pyegeria/registered_info.py,sha256=GfMcYz3IO0aNquf8qCrYQ9cA5KplhPx1kNt0_nMMpTM,6475
|
77
77
|
pyegeria/runtime_manager_omvs.py,sha256=oSVFeG_yBGXIvQR0EClLZqTZ6C5z5ReZzwm8cce854U,37658
|
78
|
-
pyegeria/server_operations.py,sha256=
|
78
|
+
pyegeria/server_operations.py,sha256=1z2wZLdrNZG6HlswY_Eh8qI1mlcjsQ59zO-AMy9XbUU,16605
|
79
79
|
pyegeria/utils.py,sha256=pkVmS3RrbjaS9yz7FtOCwaOfV5FMqz-__Rt5koCnd9c,5374
|
80
80
|
pyegeria/valid_metadata_omvs.py,sha256=aisdRodIwJSkyArAzfm_sEnBELh69xE8k4Nea-vHu8M,36745
|
81
|
-
pyegeria-0.7.
|
82
|
-
pyegeria-0.7.
|
83
|
-
pyegeria-0.7.
|
84
|
-
pyegeria-0.7.
|
85
|
-
pyegeria-0.7.
|
81
|
+
pyegeria-0.7.5.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
82
|
+
pyegeria-0.7.5.dist-info/METADATA,sha256=TWtu7bswf5h0sWUuoIddepQPSEhhxtHc7Lgc_Z-Xxp0,2774
|
83
|
+
pyegeria-0.7.5.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
84
|
+
pyegeria-0.7.5.dist-info/entry_points.txt,sha256=tgDYOGHc_YWRsrz0kyvouqOTdrHgiITKzF3GLVV-GvQ,2727
|
85
|
+
pyegeria-0.7.5.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|