dbt-jobs
Load when creating, editing, scheduling, running, or debugging dbt jobs and production deployments.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Load when creating, editing, scheduling, running, or debugging dbt jobs and production deployments.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Load when building, editing, or debugging Mako React apps — app files, npm dependencies, data bindings, the @mako/app-sdk hooks (useQuery / useDuckDB / useLocation / useSearchParams / navigate), URL state and shareable deep links, materialized Parquet/DuckDB bindings, and the live preview runtime.
Load for dbt branches, commits, pushes, pull requests, merges, repository sync, or branch cleanup.
Load when building, editing, running, or debugging dbt models, dbt projects, schema.yml tests, sources, seeds, snapshots, incremental models, materializations, or dbt jobs in the Transforms section.
Load when creating, editing, configuring, validating, or debugging database sync flows, connector flows, pagination, incremental sync, destination mappings, and flow form fields.
Add a new MCP server preset (connector) to Mako's MCP client system — server URL, auth model (OAuth DCR, pre-registered app, or API key), scopes, icon, tests, and docs. Use when connecting a new external MCP server (like Slack or Close CRM) or changing how MCP connections authenticate.
Load when creating, modifying, debugging, or explaining Mako dashboards, dashboard widgets, data sources, local DuckDB SQL, Vega-Lite chart specs, layouts, and cross-filtering.
| name | dbt-jobs |
| description | Load when creating, editing, scheduling, running, or debugging dbt jobs and production deployments. |
| entities | ["dbt job","schedule","cron","production","deploy","run job","source freshness"] |
Jobs execute the committed tracked branch. They never include the acting user's checkout branch or uncommitted drafts.
dbt_parse, dbt_compile_model, dbt_show, and
dbt_run_model to verify working-tree changes in the user's development
environment.dbt_run_job only after the user explicitly confirms the job and
the approved plan includes production execution.dbt_get_run; report terminal node/test outcomes or say the
run remains active.Never use a job to test a draft—it silently runs older committed code.
dbt_run_model({ fullRefresh: true }) during development, not on a
production job.