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.
@@ -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": int(start_time.timestamp() * 1000),
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)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pyegeria
3
- Version: 0.5.5.24
3
+ Version: 0.5.5.25
4
4
  Summary: A python client for Egeria
5
5
  Home-page: https://github.com/odpi/egeria-python
6
6
  License: Apache 2.0
@@ -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=7DV5SKkP9zPmHVPSVY9X8NdLIBJO9E6jx2XrwW4CjsI,121428
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.24.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
67
- pyegeria-0.5.5.24.dist-info/METADATA,sha256=k3qekA4g_-NusyS_KUplGR47l-O2yky_aoTRSDkdaRc,2612
68
- pyegeria-0.5.5.24.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
69
- pyegeria-0.5.5.24.dist-info/entry_points.txt,sha256=WgNY6OkZlWQ5uwE_qtyfVyuOX-dnOKyH0cW2JlKRIJ0,2038
70
- pyegeria-0.5.5.24.dist-info/RECORD,,
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,,