Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InconsistentField ¶ added in v0.10.0
type InconsistentField struct { Table string DimensionID string FactTime string DimensionRange string }
InconsistentField represents an inconsistent field.
func Inconsistent ¶ added in v0.10.0
func Inconsistent(ctx context.Context, tx sqlx.QueryerContext) ([]InconsistentField, error)
Inconsistent checks for facts with inconsistent time ranges. Those are facts that reference a dimension with a time range that does not include the fact's timestamp.
type MissingField ¶
MissingField represents a missing field.
func Missing ¶
func Missing(ctx context.Context, tx sqlx.QueryerContext) ([]MissingField, error)
Missing checks for missing fields in the reporting database.
Click to show internal directories.
Click to hide internal directories.