models

package
v0.0.0-...-ebae1d8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 13, 2025 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type SodaReport

type SodaReport struct {
	GCPProject              string  `json:"gcpProject"`
	Dataset                 string  `json:"dataset"`
	SlackChannel            string  `json:"slackChannel"`
	SlackNotifyOnPassedScan *string `json:"slackNotifyOnScanPassed"`
	DockerImage             string  `json:"dockerImage"`

	Results     []TestResult `json:"testResults"`
	ConfigError *string      `json:"configError"`
}

type TestResult

type TestResult struct {
	ID                 string   `json:"id"`
	Table              string   `json:"table"`
	Test               string   `json:"test"`
	Outcome            string   `json:"outcome"`
	Definition         string   `json:"definition"`
	Metrics            []string `json:"metrics"`
	ResourceAttributes []string `json:"resourceAttributes"`
	Time               string   `json:"time"`
	Column             string   `json:"column"`
	Type               string   `json:"type"`
	Filter             []string `json:"filter"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL