Skip to content

feat: add exploration tools (warehouse_explore, tables_inspect, table_sample)#193

Closed
kulvirgit wants to merge 10000 commits intomainfrom
exploration_tools
Closed

feat: add exploration tools (warehouse_explore, tables_inspect, table_sample)#193
kulvirgit wants to merge 10000 commits intomainfrom
exploration_tools

Conversation

@kulvirgit
Copy link
Collaborator

Summary

  • Adds warehouse_explore tool to list all schemas, tables, and column names in one call
  • Adds tables_inspect tool to get column names and types for specific tables
  • Adds table_sample tool to get sample rows from tables to see actual data values
  • Updates builder prompt to mandate data exploration before writing SQL

Test plan

  • Verify warehouse_explore returns schemas/tables/columns from connected warehouse
  • Verify tables_inspect returns column types for specified tables
  • Verify table_sample returns sample rows
  • Confirm builder agent uses exploration tools before writing SQL

🤖 Generated with Claude Code

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.