pyegeria 0.5.5.24__py3-none-any.whl → 0.5.5.25__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/automated_curation_omvs.py +2 -1
- {pyegeria-0.5.5.24.dist-info → pyegeria-0.5.5.25.dist-info}/METADATA +1 -1
- {pyegeria-0.5.5.24.dist-info → pyegeria-0.5.5.25.dist-info}/RECORD +6 -6
- {pyegeria-0.5.5.24.dist-info → pyegeria-0.5.5.25.dist-info}/LICENSE +0 -0
- {pyegeria-0.5.5.24.dist-info → pyegeria-0.5.5.25.dist-info}/WHEEL +0 -0
- {pyegeria-0.5.5.24.dist-info → pyegeria-0.5.5.25.dist-info}/entry_points.txt +0 -0
@@ -1450,10 +1450,11 @@ class AutomatedCuration(Client):
|
|
1450
1450
|
server = self.server_name if server is None else server
|
1451
1451
|
url = (f"{self.platform_url}/servers/{server}/api/open-metadata/automated-curation/governance-action-types/"
|
1452
1452
|
f"initiate")
|
1453
|
+
start = int(start_time.timestamp() *1000) if start_time else None
|
1453
1454
|
body = {"class": "InitiateGovernanceActionTypeRequestBody",
|
1454
1455
|
"governanceActionTypeQualifiedName": action_type_qualified_name,
|
1455
1456
|
"requestSourceGUIDs": request_source_guids,
|
1456
|
-
"actionTargets": action_targets, "startDate":
|
1457
|
+
"actionTargets": action_targets, "startDate": start,
|
1457
1458
|
"requestParameters": request_parameters, "originatorServiceName": orig_service_name,
|
1458
1459
|
"originatorEngineName": orig_engine_name}
|
1459
1460
|
new_body = body_slimmer(body)
|
@@ -46,7 +46,7 @@ pyegeria/_globals.py,sha256=DF6851qHPpoDrY4w5JGmT-8zmMfVXf9MMG6nKlu-BYM,616
|
|
46
46
|
pyegeria/_validators.py,sha256=DQuMsATRGxGSBtOrVtXlCgWXGhj6Nh-uqPtCsrUGLxk,12703
|
47
47
|
pyegeria/action_author_omvs.py,sha256=m0wsfmyO-VxRDaPpACeIDw8eVAFu3RVbo45RPCUel9M,6340
|
48
48
|
pyegeria/asset_catalog_omvs.py,sha256=Y-Eh0k-zkJNOChVlLbC2bsTSBVLWhk-0-ewCV4YlyDY,25802
|
49
|
-
pyegeria/automated_curation_omvs.py,sha256=
|
49
|
+
pyegeria/automated_curation_omvs.py,sha256=TAdV5h7Z-2RpdBuQb7ol-pjgWxqMZa03AVqchQS_Ooc,121473
|
50
50
|
pyegeria/collection_manager_omvs.py,sha256=IyGCbqx2Blm0OwCsC2071EeoNWHXyWGl_6pEtacizAs,112642
|
51
51
|
pyegeria/core_guids.py,sha256=JKziCsKhklbWRramQ0orRMNTudJXYB721a32TJegBl4,4320
|
52
52
|
pyegeria/core_omag_server_config.py,sha256=16ld7aBTgO3gGhvFs-_yzwqPsatdCAiKYi005_2evZU,93096
|
@@ -63,8 +63,8 @@ pyegeria/server_operations.py,sha256=hEaU6YC0iNEQFvcXYvcE4J6BQKlqMJk33nViCNIEBE4
|
|
63
63
|
pyegeria/tech_guids_22-07-2024 13:22.py,sha256=nsjPrCDf9gohdw3LRcO5-uwzBN_nMB7Re_vtDJIgaIY,4643
|
64
64
|
pyegeria/utils.py,sha256=f8isUaKDy-GJxhwswWgP_bw6q1CUzBUNVcCtin8N1cA,5433
|
65
65
|
pyegeria/valid_metadata_omvs.py,sha256=aisdRodIwJSkyArAzfm_sEnBELh69xE8k4Nea-vHu8M,36745
|
66
|
-
pyegeria-0.5.5.
|
67
|
-
pyegeria-0.5.5.
|
68
|
-
pyegeria-0.5.5.
|
69
|
-
pyegeria-0.5.5.
|
70
|
-
pyegeria-0.5.5.
|
66
|
+
pyegeria-0.5.5.25.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
67
|
+
pyegeria-0.5.5.25.dist-info/METADATA,sha256=bjK-XKRkUyxyCotD6n6sTiKIKLWNAsyMSdiYfwUuvQI,2612
|
68
|
+
pyegeria-0.5.5.25.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
69
|
+
pyegeria-0.5.5.25.dist-info/entry_points.txt,sha256=WgNY6OkZlWQ5uwE_qtyfVyuOX-dnOKyH0cW2JlKRIJ0,2038
|
70
|
+
pyegeria-0.5.5.25.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|