Documentation
¶
Index ¶
Constants ¶
View Source
const (
DefaultCollection = "all"
)
Variables ¶
View Source
var (
ErrUnknownSource = errors.New("Unknown source type")
)
Functions ¶
func Create ¶
func Create(ctx context.Context, sourceID string, sourceConfig *base.SourceConfig, cronScheduler *scheduling.CronScheduler) (map[string]base.Driver, error)
Create source drivers per collection Enrich incoming configs with default values if needed
func ParseCollections ¶
func ParseCollections(sourceConfig *base.SourceConfig) ([]*base.Collection, error)
ParseCollections return serialized Collection objects slice or return one default collection with 'schedule' if singer type
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.