Class SAPProcess.SAPProcessBuilder<C extends SAPProcess,B extends SAPProcess.SAPProcessBuilder<C,B>>

Enclosing class:
SAPProcess

public abstract static class SAPProcess.SAPProcessBuilder<C extends SAPProcess,B extends SAPProcess.SAPProcessBuilder<C,B>> extends Asset.AssetBuilder<C,B>
  • Constructor Details

    • SAPProcessBuilder

      public SAPProcessBuilder()
  • Method Details

    • $fillValuesFrom

      protected B $fillValuesFrom(C instance)
      Overrides:
      $fillValuesFrom in class Asset.AssetBuilder<C extends SAPProcess,B extends SAPProcess.SAPProcessBuilder<C,B>>
    • typeName

      public B typeName(String typeName)
      Fixed typeName for SAPProcesss.
      Overrides:
      typeName in class Reference.ReferenceBuilder<C extends SAPProcess,B extends SAPProcess.SAPProcessBuilder<C,B>>
      Returns:
      this.
    • additionalEtlContext

      public B additionalEtlContext(String additionalEtlContext)
      Additional Context of the ETL pipeline/notebook which creates the process.
      Returns:
      this.
    • adfActivity

      public B adfActivity(IAdfActivity adfActivity)
      ADF Activity that is associated with this lineage process.
      Returns:
      this.
    • aiDatasetType

      public B aiDatasetType(AIDatasetType aiDatasetType)
      Dataset type for AI Model - dataset process.
      Returns:
      this.
    • airflowTask

      public B airflowTask(IAirflowTask airflowTask)
    • airflowTasks

      public B airflowTasks(Collection<? extends IAirflowTask> airflowTasks)
    • clearAirflowTasks

      public B clearAirflowTasks()
    • ast

      public B ast(String ast)
      Parsed AST of the code or SQL statements that describe the logic of this process.
      Returns:
      this.
    • bigqueryRoutine

      public B bigqueryRoutine(IBigqueryRoutine bigqueryRoutine)
    • bigqueryRoutines

      public B bigqueryRoutines(Collection<? extends IBigqueryRoutine> bigqueryRoutines)
    • clearBigqueryRoutines

      public B clearBigqueryRoutines()
    • catalogDatasetGuid

      public B catalogDatasetGuid(String catalogDatasetGuid)
      Unique identifier of the dataset this asset belongs to.
      Returns:
      this.
    • code

      public B code(String code)
      Code that ran within the process.
      Returns:
      this.
    • columnProcess

      public B columnProcess(IColumnProcess columnProcess)
    • columnProcesses

      public B columnProcesses(Collection<? extends IColumnProcess> columnProcesses)
    • clearColumnProcesses

      public B clearColumnProcesses()
    • fabricActivity

      public B fabricActivity(IFabricActivity fabricActivity)
    • fabricActivities

      public B fabricActivities(Collection<? extends IFabricActivity> fabricActivities)
    • clearFabricActivities

      public B clearFabricActivities()
    • fivetranConnector

      public B fivetranConnector(IFivetranConnector fivetranConnector)
      fivetranConnector in which this process exists.
      Returns:
      this.
    • flowOrchestratedBy

      public B flowOrchestratedBy(IFlowControlOperation flowOrchestratedBy)
      Orchestrated control operation that ran these data flows (process).
      Returns:
      this.
    • inputToAirflowTask

      public B inputToAirflowTask(IAirflowTask inputToAirflowTask)
    • inputToAirflowTasks

      public B inputToAirflowTasks(Collection<? extends IAirflowTask> inputToAirflowTasks)
    • clearInputToAirflowTasks

      public B clearInputToAirflowTasks()
    • inputToProcess

      public B inputToProcess(ILineageProcess inputToProcess)
    • inputToProcesses

      public B inputToProcesses(Collection<? extends ILineageProcess> inputToProcesses)
    • clearInputToProcesses

      public B clearInputToProcesses()
    • inputToSparkJob

      public B inputToSparkJob(ISparkJob inputToSparkJob)
    • inputToSparkJobs

      public B inputToSparkJobs(Collection<? extends ISparkJob> inputToSparkJobs)
    • clearInputToSparkJobs

      public B clearInputToSparkJobs()
    • input

      public B input(ICatalog input)
    • inputs

      public B inputs(Collection<? extends ICatalog> inputs)
    • clearInputs

      public B clearInputs()
    • isPassThrough

      public B isPassThrough(Boolean isPassThrough)
      Whether this process represents a pass-through data flow where data is moved without transformation, as opposed to a flow where data is actively modified.
      Returns:
      this.
    • matillionComponent

      public B matillionComponent(IMatillionComponent matillionComponent)
      Matillion component that contains the logic for this lineage process.
      Returns:
      this.
    • modelImplementedAttribute

      public B modelImplementedAttribute(IModelAttribute modelImplementedAttribute)
    • modelImplementedAttributes

      public B modelImplementedAttributes(Collection<? extends IModelAttribute> modelImplementedAttributes)
    • clearModelImplementedAttributes

      public B clearModelImplementedAttributes()
    • modelImplementedEntity

      public B modelImplementedEntity(IModelEntity modelImplementedEntity)
    • modelImplementedEntities

      public B modelImplementedEntities(Collection<? extends IModelEntity> modelImplementedEntities)
    • clearModelImplementedEntities

      public B clearModelImplementedEntities()
    • outputFromAirflowTask

      public B outputFromAirflowTask(IAirflowTask outputFromAirflowTask)
    • outputFromAirflowTasks

      public B outputFromAirflowTasks(Collection<? extends IAirflowTask> outputFromAirflowTasks)
    • clearOutputFromAirflowTasks

      public B clearOutputFromAirflowTasks()
    • outputFromProcess

      public B outputFromProcess(ILineageProcess outputFromProcess)
    • outputFromProcesses

      public B outputFromProcesses(Collection<? extends ILineageProcess> outputFromProcesses)
    • clearOutputFromProcesses

      public B clearOutputFromProcesses()
    • outputFromSparkJob

      public B outputFromSparkJob(ISparkJob outputFromSparkJob)
    • outputFromSparkJobs

      public B outputFromSparkJobs(Collection<? extends ISparkJob> outputFromSparkJobs)
    • clearOutputFromSparkJobs

      public B clearOutputFromSparkJobs()
    • output

      public B output(ICatalog output)
    • outputs

      public B outputs(Collection<? extends ICatalog> outputs)
    • clearOutputs

      public B clearOutputs()
    • parentConnectionProcessQualifiedName

      public B parentConnectionProcessQualifiedName(String parentConnectionProcessQualifiedName)
    • parentConnectionProcessQualifiedNames

      public B parentConnectionProcessQualifiedNames(Collection<? extends String> parentConnectionProcessQualifiedNames)
    • clearParentConnectionProcessQualifiedNames

      public B clearParentConnectionProcessQualifiedNames()
    • partialChildField

      public B partialChildField(IPartialField partialChildField)
    • partialChildFields

      public B partialChildFields(Collection<? extends IPartialField> partialChildFields)
    • clearPartialChildFields

      public B clearPartialChildFields()
    • partialChildObject

      public B partialChildObject(IPartialObject partialChildObject)
    • partialChildObjects

      public B partialChildObjects(Collection<? extends IPartialObject> partialChildObjects)
    • clearPartialChildObjects

      public B clearPartialChildObjects()
    • powerBIDataflow

      public B powerBIDataflow(IPowerBIDataflow powerBIDataflow)
      PowerBI Dataflow that is associated with this lineage process.
      Returns:
      this.
    • sapBwDtp

      public B sapBwDtp(ISAPBWDTP sapBwDtp)
    • sapBwDtps

      public B sapBwDtps(Collection<? extends ISAPBWDTP> sapBwDtps)
    • clearSapBwDtps

      public B clearSapBwDtps()
    • sapComponentName

      public B sapComponentName(String sapComponentName)
      Name of the SAP component, representing a specific functional area in SAP.
      Returns:
      this.
    • sapDataType

      public B sapDataType(String sapDataType)
      SAP-specific data types.
      Returns:
      this.
    • sapFieldCount

      public B sapFieldCount(Long sapFieldCount)
      Represents the total number of fields, columns, or child assets present in a given SAP asset.
      Returns:
      this.
    • sapFieldOrder

      public B sapFieldOrder(Integer sapFieldOrder)
      Indicates the sequential position of a field, column, or child asset within its parent SAP asset, starting from 1.
      Returns:
      this.
    • sapLogicalName

      public B sapLogicalName(String sapLogicalName)
      Logical, business-friendly identifier for SAP data objects, aligned with business terminology and concepts.
      Returns:
      this.
    • sapPackageName

      public B sapPackageName(String sapPackageName)
      Name of the SAP package, representing a logical grouping of related SAP data objects.
      Returns:
      this.
    • sapTechnicalName

      public B sapTechnicalName(String sapTechnicalName)
      Technical identifier for SAP data objects, used for integration and internal reference.
      Returns:
      this.
    • sparkJob

      public B sparkJob(ISparkJob sparkJob)
    • sparkJobs

      public B sparkJobs(Collection<? extends ISparkJob> sparkJobs)
    • clearSparkJobs

      public B clearSparkJobs()
    • sql

      public B sql(String sql)
      SQL query that ran to produce the outputs.
      Returns:
      this.
    • sqlFunction

      public B sqlFunction(IFunction sqlFunction)
    • sqlFunctions

      public B sqlFunctions(Collection<? extends IFunction> sqlFunctions)
    • clearSqlFunctions

      public B clearSqlFunctions()
    • sqlProcedure

      public B sqlProcedure(IProcedure sqlProcedure)
    • sqlProcedures

      public B sqlProcedures(Collection<? extends IProcedure> sqlProcedures)
    • clearSqlProcedures

      public B clearSqlProcedures()
    • self

      protected abstract B self()
      Specified by:
      self in class Asset.AssetBuilder<C extends SAPProcess,B extends SAPProcess.SAPProcessBuilder<C,B>>
    • build

      public abstract C build()
      Specified by:
      build in class Asset.AssetBuilder<C extends SAPProcess,B extends SAPProcess.SAPProcessBuilder<C,B>>
    • toString

      public String toString()
      Overrides:
      toString in class Asset.AssetBuilder<C extends SAPProcess,B extends SAPProcess.SAPProcessBuilder<C,B>>