Package

com.github.ldaniels528.qwery.etl

workflows

Permalink

package workflows

Visibility
  1. Public
  2. All

Type Members

  1. case class PointToPoint(pid: UUID, source: DataResource, target: DataResource, scope: Scope) extends Workflow with Product with Serializable

    Permalink

    Represents a Point-to-Point (single input, single output) workflow

    Represents a Point-to-Point (single input, single output) workflow

    pid

    the unique process ID of the workflow

    source

    the workflow's input resource

    target

    the workflow's output resource

  2. trait Workflow extends AnyRef

    Permalink

    Represents an ETL workflow

Ungrouped