Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Project ¶
type Project struct {
Dashboard *dashboard.Dashboard
SemanticModels []SemanticModelFile
}
type Report ¶
type Report struct {
WidgetCount int
SQLWidgetCount int
SemanticWidgetCount int
SemanticModelCount int
PlaceholderCount int
Warnings []string
}
func Convert ¶
Convert converts a Metabase dashboard API response or serialized dashboard document into a DAC dashboard. Native SQL questions are converted to data widgets. Supported query-builder/MBQL cards are compiled to SQL; unsupported cards are represented as text placeholders unless Strict is set.
type SemanticModelFile ¶
Click to show internal directories.
Click to hide internal directories.