Class OMAGServerConfigOpenLineage

java.lang.Object
org.odpi.openmetadata.adminservices.server.OMAGServerConfigOpenLineage

public class OMAGServerConfigOpenLineage extends Object
  • 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