databricks-cli/cmd/workspace/queries
Andrew Nester 77f6a285be
Fixed "can't evaluate field Name in type interface{}" for `databricks queries list` ()
## Changes
Fixes 

## Why
`databricks queries list` is using override to define a template to
display a list in a nice table form. This Go template was referencing to
non existing anymore fields and hence failing.

## Tests
Added acceptance test
2025-03-10 08:05:15 +00:00
..
overrides.go Fixed "can't evaluate field Name in type interface{}" for `databricks queries list` () 2025-03-10 08:05:15 +00:00
queries.go Move `WorkspaceClient` to `libs/command` () 2025-03-07 16:47:19 +00:00