pyegeria 5.3.5.2__py3-none-any.whl → 5.3.5.3__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/asset_catalog_omvs.py +8 -8
- {pyegeria-5.3.5.2.dist-info → pyegeria-5.3.5.3.dist-info}/METADATA +1 -1
- {pyegeria-5.3.5.2.dist-info → pyegeria-5.3.5.3.dist-info}/RECORD +6 -6
- {pyegeria-5.3.5.2.dist-info → pyegeria-5.3.5.3.dist-info}/LICENSE +0 -0
- {pyegeria-5.3.5.2.dist-info → pyegeria-5.3.5.3.dist-info}/WHEEL +0 -0
- {pyegeria-5.3.5.2.dist-info → pyegeria-5.3.5.3.dist-info}/entry_points.txt +0 -0
pyegeria/asset_catalog_omvs.py
CHANGED
@@ -557,16 +557,16 @@ class AssetCatalog(Client):
|
|
557
557
|
----------
|
558
558
|
asset_guid : str
|
559
559
|
The unique identity of the asset to get the graph for.
|
560
|
-
|
560
|
+
effective_time: str, default is None
|
561
561
|
Effective time to query on. If not specified, the current time is used.
|
562
|
-
|
562
|
+
as_of_time: str = None
|
563
563
|
as_of_time to query on. If not specified, the current time is used.
|
564
|
-
|
564
|
+
relationship_types: [str], default is None,
|
565
565
|
relationship types to include in the lineage graph. If not specified, all relationship types are included.
|
566
|
-
|
566
|
+
limit_to_isc_q_name: str = None,
|
567
567
|
if specified, filters results to only include information supply chains with the given name.
|
568
|
-
|
569
|
-
if
|
568
|
+
hilight_isc_q_name: str = None,
|
569
|
+
if specified, highlights the information supply chain with the given name.
|
570
570
|
|
571
571
|
start_from : int, optional
|
572
572
|
The index from which to start fetching the engine actions. Default is 0.
|
@@ -595,8 +595,8 @@ class AssetCatalog(Client):
|
|
595
595
|
"effectiveTime": effective_time,
|
596
596
|
"asOfTime": as_of_time,
|
597
597
|
"relationshipTypes": relationship_types,
|
598
|
-
"
|
599
|
-
"
|
598
|
+
"limitToISCQualifiedName": limit_to_isc_q_name,
|
599
|
+
"highlightISCQualifiedName": hilight_isc_q_name,
|
600
600
|
}
|
601
601
|
response = await self._async_make_request("POST", url, body_slimmer(body))
|
602
602
|
return response.json().get("assetLineageGraph", NO_ASSETS_FOUND)
|
@@ -5,7 +5,7 @@ pyegeria/_deprecated_gov_engine.py,sha256=dWNcwVsE5__dF2u4QiIyQrssozzzOjBbLld8Md
|
|
5
5
|
pyegeria/_exceptions.py,sha256=1SrnV194V4_YJNnNAU0myTHQ3dhLn4GF2B2gZcj1u90,18153
|
6
6
|
pyegeria/_globals.py,sha256=a_irI6oGuBLks2LzQHkSdK6xWbPdJCPRjqxK7PKxwgw,991
|
7
7
|
pyegeria/_validators.py,sha256=vP9nuZwucnCo_LrPU7hkitpWzaych5bTZEKE58TaTnQ,12726
|
8
|
-
pyegeria/asset_catalog_omvs.py,sha256=
|
8
|
+
pyegeria/asset_catalog_omvs.py,sha256=P6FceMP0FgakGSOt3ePxpEbsF7nnypzo1aQahjdL_94,29021
|
9
9
|
pyegeria/automated_curation_omvs.py,sha256=tzwCyXL0Hx8UjryBBWcPoEuBRajXZpLuwPQ1vuOg2yc,130349
|
10
10
|
pyegeria/classification_manager_omvs.py,sha256=n55-62Mby-_5pxPGaz3nkjM9NWlY4PzSl3tP0WSnGJU,187212
|
11
11
|
pyegeria/collection_manager_omvs.py,sha256=xNuF3Ki6Rg-TehdbFGS8exSOUXpkQ3X63__OdXuCkc8,101746
|
@@ -243,8 +243,8 @@ pyegeria/test_w.html,sha256=q9HCstV2Ar-QiAqswte6hQ8EJuKqr5s99MUuXSxs7a8,11461
|
|
243
243
|
pyegeria/utils.py,sha256=GCt1C0bp0Xng1ahzbZhzV9qQwH7Dj93IaCt2dvWb-sg,5417
|
244
244
|
pyegeria/valid_metadata_omvs.py,sha256=Xq9DqBQvBFFJzaFIRKcVZ2k4gJvSh9yeXs_j-O3vn1w,65050
|
245
245
|
pyegeria/x_action_author_omvs.py,sha256=RcqSzahUKCtvb_3u_wyintAlc9WFkC_2v0E12TZs8lQ,6433
|
246
|
-
pyegeria-5.3.5.
|
247
|
-
pyegeria-5.3.5.
|
248
|
-
pyegeria-5.3.5.
|
249
|
-
pyegeria-5.3.5.
|
250
|
-
pyegeria-5.3.5.
|
246
|
+
pyegeria-5.3.5.3.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
247
|
+
pyegeria-5.3.5.3.dist-info/METADATA,sha256=Ca3JJkSz4DM_UsKC5zeanpzE_7k9izqIAs8GKWCBR4M,2743
|
248
|
+
pyegeria-5.3.5.3.dist-info/WHEEL,sha256=XbeZDeTWKc1w7CSIyre5aMDU_-PohRwTQceYnisIYYY,88
|
249
|
+
pyegeria-5.3.5.3.dist-info/entry_points.txt,sha256=9LIuEBIFodyDPNWxZFCJNSzK7-ZS85Kes3eTTYTGWHo,6407
|
250
|
+
pyegeria-5.3.5.3.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|