diff --git a/site/docs/services/omas/asset-lineage/overview.md b/site/docs/services/omas/asset-lineage/overview.md index a964dba193..a785f6c256 100644 --- a/site/docs/services/omas/asset-lineage/overview.md +++ b/site/docs/services/omas/asset-lineage/overview.md @@ -1,7 +1,7 @@ ---8<-- "snippets/content-status/in-development.md" +--8<-- "snippets/content-status/tech-preview.md" # Asset Lineage Open Metadata Access Service (OMAS) @@ -122,25 +122,31 @@ Entity events to feed the changes assets that are crated or updated: } } ``` -### REST API +## REST API +### Publish Entity +Find the entity by guid and publish the context for it !!! get "GET - Request lineage publish out for single entity (asset or term)" ``` {{platformURLRoot}}/servers/{{serverName}}/open-metadata/access-services/asset-lineage/users/{{userId}}/publish-entity/{{entityTypeName}}/{{guid}} ``` - +### Publish Entities +Scan the cohort based on the given entity type and publish the contexts for the found entities to the out topic. !!! get "GET - Request lineage publish out for entity type (asset or term)" ``` {{platformURLRoot}}/servers/{{serverName}}/open-metadata/access-services/asset-lineage/users/{{userId}}/publish-entities/{{entityTypeName}} ``` - +### Publish Context +Find the entity by guid and publish the asset context for it. It applies for data tables and files. !!! get "GET - Request asset context" ``` {{platformURLRoot}}/servers/{{serverName}}/open-metadata/access-services/asset-lineage/users/{{userId}}/publish-context/{{entityTypeName}}/{{guid}} ``` +### Out Topic Connection +Return the connection object for the Asset Lineage's OMAS's out topic. !!! get "GET - Output topic OCF connection" ``` {{platformURLRoot}}/servers/{{serverName}}/open-metadata/access-services/asset-lineage/users/{{userId}}/topics/out-topic-connection/{callerId} diff --git a/site/docs/types/0/0042-Software-Capabilities.md b/site/docs/types/0/0042-Software-Capabilities.md index 837ee6906c..3a03cbd1d3 100644 --- a/site/docs/types/0/0042-Software-Capabilities.md +++ b/site/docs/types/0/0042-Software-Capabilities.md @@ -58,6 +58,10 @@ Defines the relationship between a *SoftwareCapability* and the *ITInfrastructur Defines a classification for a *SoftwareCapability*. The *ProcessingState* can be used to describe additional runtime processing information used by various SoftwareCapabilities. +## ProcessingState + +Defines a classification for a `SoftwareCapability`. It stores the last sync timestamp for critical elements. + ??? deprecated "Deprecated types" - *SoftwareServerSupportedCapability* is deprecated in favor of *SupportedSoftwareCapability*.