Skip to content

Commit 2236cfe

Browse files
committed
cleanup
1 parent 01a1757 commit 2236cfe

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/dremioai/api/dremio/search.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,6 @@ class Search(BaseModel):
193193
next_page_token: Optional[str] = Field(default=None, alias="pageToken")
194194
filter: Optional[Union[str, List[Category]]] = ""
195195
query: str = None
196-
remove_catalog_name: Optional[bool] = Field(default=True, alias="removeCatalogName")
197196

198197
@field_validator("filter", mode="after")
199198
@classmethod

0 commit comments

Comments
 (0)