Versions in this module Expand all Collapse all v0 v0.13.0 Apr 19, 2026 Changes in this version + type Catalog struct + Nodes map[string]CatalogNode + type CatalogColumn struct + Comment string + Index int + Name string + Type string + type CatalogNode struct + Columns map[string]CatalogColumn + Stats map[string]CatalogStat + type CatalogStat struct + Description string + ID string + Label string + Value any + type Config struct + Catalog string + Manifest string + type DependsOn struct + Nodes []string + type Extractor struct + func New(logger log.Logger) *Extractor + func (e *Extractor) Extract(ctx context.Context, emit plugins.Emit) error + func (e *Extractor) Init(ctx context.Context, config plugins.Config) error + type Manifest struct + Nodes map[string]ManifestNode + Sources map[string]ManifestSource + type ManifestColumn struct + DataType string + Description string + Name string + type ManifestNode struct + Columns map[string]ManifestColumn + Config NodeConfig + Database string + DependsOn DependsOn + Description string + Language string + Meta map[string]any + Name string + Path string + ResourceType string + Schema string + Tags []string + UniqueID string + type ManifestSource struct + Columns map[string]ManifestColumn + Database string + Description string + Loader string + Meta map[string]any + Name string + Schema string + SourceName string + Tags []string + UniqueID string + type NodeConfig struct + Materialized string