pyegeria 0.8.4.27__py3-none-any.whl → 0.8.4.28__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.
- commands/ops/load_archive.py +3 -3
- {pyegeria-0.8.4.27.dist-info → pyegeria-0.8.4.28.dist-info}/METADATA +1 -1
- {pyegeria-0.8.4.27.dist-info → pyegeria-0.8.4.28.dist-info}/RECORD +6 -6
- {pyegeria-0.8.4.27.dist-info → pyegeria-0.8.4.28.dist-info}/LICENSE +0 -0
- {pyegeria-0.8.4.27.dist-info → pyegeria-0.8.4.28.dist-info}/WHEEL +0 -0
- {pyegeria-0.8.4.27.dist-info → pyegeria-0.8.4.28.dist-info}/entry_points.txt +0 -0
commands/ops/load_archive.py
CHANGED
@@ -9,10 +9,7 @@ This script refreshed an integration daemon.
|
|
9
9
|
"""
|
10
10
|
|
11
11
|
import os
|
12
|
-
import argparse
|
13
|
-
import time
|
14
12
|
import click
|
15
|
-
from trogon import tui
|
16
13
|
from pyegeria import AutomatedCuration, EgeriaTech
|
17
14
|
from pyegeria._exceptions import (
|
18
15
|
InvalidParameterException,
|
@@ -48,6 +45,9 @@ EGERIA_USER_PASSWORD = os.environ.get("EGERIA_USER_PASSWORD", "secret")
|
|
48
45
|
@click.option(
|
49
46
|
"--server", default=EGERIA_METADATA_STORE, help="Egeria metadata store to load"
|
50
47
|
)
|
48
|
+
@click.option(
|
49
|
+
"--view-server", default=EGERIA_VIEW_SERVER, help="Egeria view server to connect to"
|
50
|
+
)
|
51
51
|
@click.option(
|
52
52
|
"--url", default=EGERIA_PLATFORM_URL, help="URL of Egeria platform to connect to"
|
53
53
|
)
|
@@ -35,7 +35,7 @@ commands/ops/__init__.py,sha256=SCfzF3-aMx8EpqLWmH7JQf13gTmMAtHRbg69oseLvi8,480
|
|
35
35
|
commands/ops/engine_actions.py,sha256=00s_wkzs0zlZ6PyZ0J5J9lHhw4Viyzbeox7b1K1lmyc,4609
|
36
36
|
commands/ops/gov_server_actions.py,sha256=xF0QWSP7JtxpcA-L8DfbVjtgHgqBocgBN5qIE5Rmm9A,5631
|
37
37
|
commands/ops/list_catalog_targets.py,sha256=0FIZqZu7DSh7tnrme6EOhNiVvK8wyvN1iTZKEDuwTmw,6620
|
38
|
-
commands/ops/load_archive.py,sha256=
|
38
|
+
commands/ops/load_archive.py,sha256=rDzDuJrf1me26O11yOVKSwKb77cDbjPumVPLPwml-5s,2643
|
39
39
|
commands/ops/monitor_asset_events.py,sha256=cjdlVqE0XYnoRW3aorNbsVkjByDXefPBnllaZLelGls,3838
|
40
40
|
commands/ops/monitor_engine_activity.py,sha256=m18OSnRoo5ut0WKKOWNoFGXJW_npjp6hzHK3RUQG8T0,8479
|
41
41
|
commands/ops/monitor_engine_activity_c.py,sha256=rSEUD3elhsiYdUhQRn613OM_R4VecFb0uq39MhYhltQ,9371
|
@@ -92,8 +92,8 @@ pyegeria/server_operations.py,sha256=ciH890hYT85YQ6OpByn4w7s3a7TtvWZpIG5rkRqbcI0
|
|
92
92
|
pyegeria/utils.py,sha256=1h6bwveadd6GpbnGLTmqPBmBk68QvxdjGTI9RfbrgKY,5415
|
93
93
|
pyegeria/valid_metadata_omvs.py,sha256=6Hc4g9BOS8w1ILfTG3_A1tfIX3HLtpgZZvcC-z9GePU,36185
|
94
94
|
pyegeria/x_action_author_omvs.py,sha256=za472slZ5tN9Pkd-ukyHS5Sn6MlKkJyIlbLlU3bL_Go,6451
|
95
|
-
pyegeria-0.8.4.
|
96
|
-
pyegeria-0.8.4.
|
97
|
-
pyegeria-0.8.4.
|
98
|
-
pyegeria-0.8.4.
|
99
|
-
pyegeria-0.8.4.
|
95
|
+
pyegeria-0.8.4.28.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
96
|
+
pyegeria-0.8.4.28.dist-info/METADATA,sha256=cwW8cboI986o0bBDxpQ4SylrT9fal_HVS2hVEKz9ENI,2820
|
97
|
+
pyegeria-0.8.4.28.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
98
|
+
pyegeria-0.8.4.28.dist-info/entry_points.txt,sha256=R8sNzclWZN542SufuVlx9HDia23PlSVnJioUkzCWg4I,3349
|
99
|
+
pyegeria-0.8.4.28.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|