Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AssetPipeline ¶
type AssetPipeline struct { Pipeline *pipeline.Pipeline Queue *PipelineQueue }
type Dispatcher ¶
type Event ¶
type Event struct { Name string Asset *dbt.Asset Meta interface{} Dispatcher Dispatcher Session Session }
type EventDataElement ¶
func NewEventDataElement ¶
func NewEventDataElement(e *Event) *EventDataElement
func (*EventDataElement) Clone ¶
func (ede *EventDataElement) Clone() pipeline.Data
type PipelineQueue ¶
func NewPipelineQueue ¶
func NewPipelineQueue() *PipelineQueue
func (*PipelineQueue) Data ¶
func (pq *PipelineQueue) Data() pipeline.Data
Data implements the pipeline InputSource interface.
func (*PipelineQueue) Error ¶
func (pq *PipelineQueue) Error() error
Error implements the pipeline InputSource interface.
type SessionManager ¶
Click to show internal directories.
Click to hide internal directories.