-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add diff_mode property to DashboardTableColumn resource to specify primary keys in a table resource #601
base: develop
Are you sure you want to change the base?
Conversation
Dashboard inputs are now passed using InputValues struct, which also contains TimeRange Add TailpipeConnection Add DetectionTimeRange to DashboardExecutionTree - if provided, set BackendOpts Everything which was a connection string as a string now uses ConnectionStringProvider Add DateTimeRange Picker for Detection Benchmark
…primary keys in a table
diags = append(diags, &hcl.Diagnostic{ | ||
Severity: hcl.DiagError, | ||
Detail: err.Error(), | ||
Subject: block.DefRange.Ptr(), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
use hclhelpers.BlockRange
|
||
// Validate checks the validity of the column's properties and sets default values. | ||
func (c *DashboardTableColumn) Validate() error { | ||
// validate Display |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
define map[string]struct{} of validDisplay and and diffmode properties
This PR is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 30 days. |
No description provided.