Skip to content

Commit

Permalink
Add new keys to sundeck qtag. (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshelser authored Jan 7, 2025
1 parent ee68de2 commit dc2bfe4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions go/pkg/qtag/declarations/sundeck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,7 @@ fields:
type: DIMENSION
- name: query_id
type: TRACE
- name: use_role_skipped
type: TRACE
- name: auto_routing_warehouse_pool_policy_id
type: DIMENSION
8 changes: 8 additions & 0 deletions go/pkg/qtag/generated.go
Original file line number Diff line number Diff line change
Expand Up @@ -512,6 +512,14 @@ func (c *Sundeck) AddQuery_id(value any) {
c.values["query_id"] = value
}

func (c *Sundeck) AddUse_role_skipped(value any) {
c.values["use_role_skipped"] = value
}

func (c *Sundeck) AddAuto_routing_warehouse_pool_policy_id(value any) {
c.values["auto_routing_warehouse_pool_policy_id"] = value
}

type Walrusiq struct {
Builder
name string
Expand Down

0 comments on commit dc2bfe4

Please sign in to comment.