Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Node ¶
type Node struct {
Database string `json:"database"`
Schema string `json:"schema"`
Name string `json:"name"`
ResourceType string `json:"resource_type"`
PackageName string `json:"package_name"`
Path string `json:"path"`
OriginalFilePath string `json:"original_file_path"`
UniqueId string `json:"unique_id"`
Fqn []string `json:"fqn"`
Alias string `json:"alias"`
Config NodeConfig `json:"config"`
Description string `json:"description"`
Columns map[string]Column `json:"columns"`
Meta Meta `json:"meta"`
PatchPath string `json:"patch_path"`
BuildPath string `json:"build_path"`
Deferred bool `json:"deferred"`
UnrenderedConfig map[string]interface{} `json:"unrendered_config"`
RelationName string `json:"relation_name"`
Language string `json:"language"`
DependsOn NodeDependsOn `json:"depends_on"`
Access string `json:"access"`
}
type NodeConfig ¶
type NodeDependsOn ¶
Click to show internal directories.
Click to hide internal directories.