Class OMAGServerConfigOpenLineage
java.lang.Object
org.odpi.openmetadata.adminservices.server.OMAGServerConfigOpenLineage
OMAGServerConfigOpenLineage provides the configuration services for the Open Lineage Server.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.odpi.openmetadata.commonservices.ffdc.rest.VoidResponseremoveOpenLineageConfig(String userId, String serverName) Remove this service from the server configuration.org.odpi.openmetadata.commonservices.ffdc.rest.VoidResponsesetOpenLineageConfig(String userId, String serverName, org.odpi.openmetadata.adminservices.configuration.properties.OpenLineageServerConfig openLineageServerConfig) Set the Open Lineage Config
-
Constructor Details
-
OMAGServerConfigOpenLineage
public OMAGServerConfigOpenLineage()
-
-
Method Details
-
setOpenLineageConfig
public org.odpi.openmetadata.commonservices.ffdc.rest.VoidResponse setOpenLineageConfig(String userId, String serverName, org.odpi.openmetadata.adminservices.configuration.properties.OpenLineageServerConfig openLineageServerConfig) Set the Open Lineage Config- Parameters:
userId- user that is issuing the request.serverName- local server name.openLineageServerConfig- Config for the Open Lineage Services- Returns:
- void response
-
removeOpenLineageConfig
public org.odpi.openmetadata.commonservices.ffdc.rest.VoidResponse removeOpenLineageConfig(String userId, String serverName) Remove this service from the server configuration.- Parameters:
userId- user that is issuing the request.serverName- local server name.- Returns:
- void response
-