Skip to content

Commit acc6ee5

Browse files
committed
Add new keys to sundeck qtag.
1 parent ee68de2 commit acc6ee5

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

go/pkg/qtag/declarations/sundeck.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,7 @@ fields:
5454
type: DIMENSION
5555
- name: query_id
5656
type: TRACE
57+
- name: use_role_skipped
58+
type: TRACE
59+
- name: auto_routing_warehouse_pool_policy_id
60+
type: DIMENSION

go/pkg/qtag/generated.go

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -512,6 +512,14 @@ func (c *Sundeck) AddQuery_id(value any) {
512512
c.values["query_id"] = value
513513
}
514514

515+
func (c *Sundeck) AddUse_role_skipped(value any) {
516+
c.values["use_role_skipped"] = value
517+
}
518+
519+
func (c *Sundeck) AddAuto_routing_warehouse_pool_policy_id(value any) {
520+
c.values["auto_routing_warehouse_pool_policy_id"] = value
521+
}
522+
515523
type Walrusiq struct {
516524
Builder
517525
name string

0 commit comments

Comments
 (0)