Skip to content

Conversation

@pskrbasu
Copy link
Collaborator

No description provided.

@pskrbasu pskrbasu requested a review from kaidaguerre November 28, 2024 14:06
@pskrbasu pskrbasu self-assigned this Nov 28, 2024
@pskrbasu pskrbasu changed the title Add primary_key property to DashboardTableColumn resource to specify primary keys in a table resource Add diff_mode property to DashboardTableColumn resource to specify primary keys in a table resource Nov 29, 2024
diags = append(diags, &hcl.Diagnostic{
Severity: hcl.DiagError,
Detail: err.Error(),
Subject: block.DefRange.Ptr(),
Copy link
Contributor

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
Copy link
Contributor

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

@github-actions
Copy link

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.

Base automatically changed from tp to develop January 29, 2025 17:16
@github-actions
Copy link

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.

@github-actions
Copy link

github-actions bot commented May 1, 2025

This PR was closed because it has been stalled for 90 days with no activity.

@github-actions github-actions bot closed this May 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add primary_key property to DashboardTableColumn resource to specify primary keys in a table

4 participants