pyegeria 1.5.1.1.59__py3-none-any.whl → 1.5.1.1.60__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.
@@ -1456,7 +1456,7 @@ class CoreServerConfig(Client):
1456
1456
 
1457
1457
  # If the database does not exist, create it
1458
1458
  if not database_exists:
1459
- cursor.execute(sql.SQL("CREATE DATABASE {}").format(sql.Identifier(pg_db)))
1459
+ cursor.execute(sql.SQL("CREATE DATABASE { }").format(sql.Identifier(pg_db)))
1460
1460
  print(f"Database '{pg_db}' created.")
1461
1461
  else:
1462
1462
  print(f"Database '{pg_db}' already exists.")
@@ -42,7 +42,7 @@ class FullServerConfig(CoreServerConfig):
42
42
  user_pwd: str = None,
43
43
  ):
44
44
  self.full_config_command_root: str
45
- Client.__init__(self, server_name, platform_url, user_id, user_pwd)
45
+ CoreServerConfig.__init__(self, server_name, platform_url, user_id, user_pwd)
46
46
  self.full_config_command_root = (
47
47
  self.platform_url + "/open-metadata/admin-services/users/" + user_id
48
48
  )
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pyegeria
3
- Version: 1.5.1.1.59
3
+ Version: 1.5.1.1.60
4
4
  Summary: A python client for Egeria
5
5
  Home-page: https://github.com/odpi/egeria-python
6
6
  License: Apache 2.0
@@ -138,7 +138,7 @@ pyegeria/commands/tech/list_tech_templates.py,sha256=FIeYWnJY2bVUrfDQBJX2bpkp5cU
138
138
  pyegeria/commands/tech/list_valid_metadata_values.py,sha256=N3D0_BmREPszgde3uvvYdfzq7DJ46uMOv2t1vtncGsw,6333
139
139
  pyegeria/commands/tech/table_tech_templates.py,sha256=_aWI4U8CMO0c2JdUxfqW7b2RQADMPUBvTulWk6m50VA,9318
140
140
  pyegeria/commands/tech/x_list_related_elements.py,sha256=qBsf1619cecaMCTzG0MG22fAT32WNH2Z3CXrjo9z-5Y,5853
141
- pyegeria/core_omag_server_config.py,sha256=a0idtiug2gysCj-JYr3sf4AKTGTHfR32UG10-o9MZsQ,96496
141
+ pyegeria/core_omag_server_config.py,sha256=UKgnMGjB-WikvRjjkVjkAcbWEsL5G10BlHBFPgCoCw8,96497
142
142
  pyegeria/create_tech_guid_lists.py,sha256=HHkC6HW58EN1BiolrYSRqSE0JhPbTepOFzwtdwBxVaU,4640
143
143
  pyegeria/egeria_cat_client.py,sha256=NzwDbdi5OBHOOA7JzIQC5LqJJ7xtEwHA5yaKrGkDFnc,2022
144
144
  pyegeria/egeria_client.py,sha256=gZjo_Z8n7r05KJnQgJuQibGOvCA90JCDlzyFRGkZV-I,3366
@@ -146,7 +146,7 @@ pyegeria/egeria_config_client.py,sha256=Zm31u4e7o8mXTV93qD0IHluQuG73jYbArPFqypja
146
146
  pyegeria/egeria_my_client.py,sha256=XHwbFmSZXJClKDBFV8_fyK9CWaap2FndurRjywKPQiU,1549
147
147
  pyegeria/egeria_tech_client.py,sha256=7NfqpJFft5GR4NPRDVDw22L9caHbXB8fhx0TAf6qEoo,2440
148
148
  pyegeria/feedback_manager_omvs.py,sha256=B66e3ZCaC_dirb0mcb2Nz3PYh2ZKsoMAYNOb3euNiro,152931
149
- pyegeria/full_omag_server_config.py,sha256=LBnqUiz1ofBdlKBzECFs_pQbdJwcWigAukWHGJRR2nU,47340
149
+ pyegeria/full_omag_server_config.py,sha256=k3fUfopAFAE3OKkFR7zZPiki_FYj6j2xQ4oD2SVaefQ,47350
150
150
  pyegeria/glossary_browser_omvs.py,sha256=NcitYaZJqwVODBO5zBtWpXPNUJJ3DKzEbRaOFSAyUlg,93554
151
151
  pyegeria/glossary_manager_omvs.py,sha256=SWgPGkRag5hOXYM-cpbWI6oW_DXUZBt4ePtmOP7ZYUc,128787
152
152
  pyegeria/mermaid_utilities.py,sha256=GXiS-subb5nJcDqlThZWX2T8WspU1neFfhf4TxRoMh4,8344
@@ -160,8 +160,8 @@ pyegeria/template_manager_omvs.py,sha256=heqbKeum5hPCHap4r1RUZU8YB3QaQlxVNbq4GZi
160
160
  pyegeria/utils.py,sha256=1h6bwveadd6GpbnGLTmqPBmBk68QvxdjGTI9RfbrgKY,5415
161
161
  pyegeria/valid_metadata_omvs.py,sha256=tfCGXed5LLt59YA8uZNNtd9UJ-lRZfPU_uZxK31Yux0,65069
162
162
  pyegeria/x_action_author_omvs.py,sha256=xu1IQ0YbhIKi17C5a7Aq9u1Az2czwahNPpX9czmyVxE,6454
163
- pyegeria-1.5.1.1.59.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
164
- pyegeria-1.5.1.1.59.dist-info/METADATA,sha256=V9qF-r6dVRf_P0HUDhfhdnUkaB77_JOiwlcjARbxGw8,2998
165
- pyegeria-1.5.1.1.59.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
166
- pyegeria-1.5.1.1.59.dist-info/entry_points.txt,sha256=oG-N-_kcUg7NFj2XchfxtFqsL4d4uOxlGYZOzDta1Pg,5171
167
- pyegeria-1.5.1.1.59.dist-info/RECORD,,
163
+ pyegeria-1.5.1.1.60.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
164
+ pyegeria-1.5.1.1.60.dist-info/METADATA,sha256=jSeDNCcs-ovkGuyFsD9jkBDQwd-_HBucn_rAzjL4o3I,2998
165
+ pyegeria-1.5.1.1.60.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
166
+ pyegeria-1.5.1.1.60.dist-info/entry_points.txt,sha256=oG-N-_kcUg7NFj2XchfxtFqsL4d4uOxlGYZOzDta1Pg,5171
167
+ pyegeria-1.5.1.1.60.dist-info/RECORD,,