Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion chuck_data/agent/tool_executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
from typing import Dict, Any, Optional, List, Callable
from jsonschema.exceptions import ValidationError


# The display_to_user utility and individual tool implementation functions
# (like list_models, set_warehouse, tag_pii_columns, scan_schema_for_pii, etc.)
# that were previously in this file have been removed.
Expand Down
1 change: 0 additions & 1 deletion chuck_data/llm/factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
from typing import Optional
from chuck_data.llm.provider import LLMProvider


logger = logging.getLogger(__name__)


Expand Down
1 change: 0 additions & 1 deletion tests/unit/commands/test_bulk_tag_pii.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
from unittest.mock import patch
from chuck_data.commands.bulk_tag_pii import handle_bulk_tag_pii


# ===== PARAMETER VALIDATION TESTS =====


Expand Down
1 change: 0 additions & 1 deletion tests/unit/commands/test_jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
from chuck_data.commands.base import CommandResult
from chuck_data.agent.tool_executor import execute_tool


# --- Parameter Validation Tests ---


Expand Down
1 change: 0 additions & 1 deletion tests/unit/commands/test_list_schemas.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
from chuck_data.config import set_active_catalog, set_active_schema
from chuck_data.agent.tool_executor import execute_tool


# ===== Parameter Validation Tests =====


Expand Down
1 change: 0 additions & 1 deletion tests/unit/commands/test_scan_pii.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
from chuck_data.commands.scan_pii import handle_command
from chuck_data.config import ConfigManager


# ===== Parameter Validation Tests =====


Expand Down
1 change: 0 additions & 1 deletion tests/unit/commands/test_schema_selection.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
from chuck_data.config import get_active_schema, set_active_catalog
from chuck_data.agent.tool_executor import execute_tool


# ===== Parameter Validation Tests =====


Expand Down