분석가들은 한 문장으로 설명할 수 있는 쿼리를 데이터 팀에 맡기고 기다립니다. 이 코파일럿은 실제 스키마를 읽고, 질문을 한 번에 실행되는 SQL로 바꿔 줍니다.
sonnet4일PostgresOpenAIdbtMetabase
Claude
74ROI
88Scale
$2.4k92Saved
ROI for
README.md
왜 이 서브에이전트인가
분석가들은 한 문장으로 설명할 수 있는 쿼리를 데이터 팀에 맡기고 기다립니다. 이 코파일럿은 실제 스키마를 읽고, 질문을 한 번에 실행되는 SQL로 바꿔 줍니다.
데이터 웨어하우스에 연결하고, 실제 테이블명과 컬럼명으로 쿼리를 작성한 뒤, 결과를 돌려주기 전에 EXPLAIN 플랜을 확인합니다. 에디터에 바로 붙여넣을 수 있는 쿼리와 함께, 어떤 결과를 반환하고 어떤 테이블을 사용하는지 쉬운 설명도 제공합니다.
작동 방식
Used at step 01 to kick off the pipeline.
Write
Used at step 01 to kick off the pipeline.
WebFetch
Used at step 01 to kick off the pipeline.
WebSearch
Used at step 01 to kick off the pipeline.
분석가의 자연어 질문을 해당 테이블에 명확히 제한된 단일 SQL 문장으로 변환합니다.
pending
임시 쿼리에 대해 EXPLAIN을 실행하고, 전체 테이블 스캔이나 카테시안 조인이 발생하는 계획은 거부합니다.
pending
최종 쿼리와 함께 해당 쿼리가 무엇을 집계하며 어떤 테이블을 읽는지 요약하는 한 줄 설명을 반환합니다.
pending
샘플 출력
json
// Sample output
// (generated when the pipeline finishes)
Given the schema and a natural-language question, return one validated SQL query and a one-sentence description of its result set.
Unlock the rest
The full agent definition, install snippet, and starter task are gated for community members.
Members get the full `.md` agent file, the npm / pnpm install one-liners, a starter prompt that we've tuned against real runs, and the open-source repo when this automation ships there. One email, magic link, done.