We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee68de2 commit acc6ee5Copy full SHA for acc6ee5
go/pkg/qtag/declarations/sundeck.yaml
@@ -54,3 +54,7 @@ fields:
54
type: DIMENSION
55
- name: query_id
56
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
@@ -512,6 +512,14 @@ func (c *Sundeck) AddQuery_id(value any) {
512
c.values["query_id"] = value
513
}
514
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
523
type Walrusiq struct {
524
Builder
525
name string
0 commit comments