Skip to content

Commit 6748089

Browse files
ssaumitraclaude
andcommitted
DX-119521: Support VIZ category in enterprise search results
Added VIZ to the Category enum in search.py to handle Dremio's visualization search results without raising a Pydantic validation error. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 3430488 commit 6748089

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/dremioai/api/dremio/search.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ class Category(UStrEnum):
8585
REFLECTION = auto()
8686
SCRIPT = auto()
8787
SOURCE = auto()
88+
VIZ = auto()
8889

8990

9091
class UserOrRole(UStrEnum):

0 commit comments

Comments
 (0)