Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

spark-sandbox

spark-sandbox 收录了来自 mdrakiburrahman 的 10 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
10
Stars
16
更新
2026-06-18
Forks
4
职业覆盖
3 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

dbt-to-power-bi
软件开发工程师

End-to-end interactive workflow to ship a Power BI report from a Delta Lake. Studies source data, builds dbt dims/facts, iterates on a matplotlib PBI-style mockup with the user, lays down semantic-model relationships + DAX measures (TMDL), and finally emits PBIR visual JSON so the report renders in Fabric. Skips the Power BI UI almost entirely.

2026-06-18
ci-green-runner
软件开发工程师

Fix a failing CI run end-to-end: download logs, diagnose failures, apply code fixes, run local tests, push, poll CI, and iterate until green.

2026-06-15
ralph-spark-dbt
软件质量保证分析师与测试员

Run the spark-dbt regression testing loop. Iteratively install, lint, run, and test dbt projects against a local Spark environment until all models and tests pass.

2026-06-15
kimball-dbml
数据库架构师

Interactive workflow to design a Kimball STAR-schema dbml file from a directory of local Delta tables and a list of business questions. Profiles the source data with DuckDB, proposes conformed + local dims and fact tables, validates that every business question can be answered on the proposed model, surfaces bonus insights from sample data, and emits a committed authoring-style .dbml as the design spec for a new dbt project. The dbml is the only artefact that lands in git.

2026-06-14
spark-bronze-to-silver
软件开发工程师

Interactive workflow to create Bronze-to-Silver Spark transformations. Discovers source data, catalogs existing transformers, validates schema design with the user, generates code (Constants, Loader, Transformer, Driver), registers tables for VACUUM, creates unit tests, and validates via spark-submit.

2026-06-14
adding-dbt-unit-test
软件质量保证分析师与测试员

Create unit test YAML definitions that mock upstream model inputs and validate expected outputs for dbt models. Use when adding unit tests for a dbt model in projects/spark-dbt/ or practicing TDD on a new dim_* / fct_* before wiring it into the DAG. Includes the dbt-fabricspark Spark data-type caveat.

2026-06-14
fetching-dbt-docs
软件开发工程师

Retrieve and search dbt / dbt-fabricspark documentation in LLM-friendly Markdown. Use when looking up dbt configs (materializations, snapshots, sources, tests, contracts), dbt-fabricspark adapter options, or any docs.getdbt.com page.

2026-06-14
using-dbt-for-analytics-engineering
软件开发工程师

Build and modify dbt models, write SQL transformations using ref() and source(), create tests, and validate results with dbt show. Use when doing any dbt work in projects/spark-dbt/ — building / modifying models, debugging errors, exploring sources, writing tests, or evaluating downstream impact. Tuned for Kimball STAR schema authoring on dbt-fabricspark.

2026-06-14
ralph-spark-scala
软件开发工程师

Run the spark-scala regression testing loop. Iteratively compile, build, test, and validate Spark Drivers against a local VSCode Devcontainer environment until all tests are green.

2026-06-14
pr-review
软件开发工程师

Address PR review comments end-to-end: study comments, make code changes, run regression loops, push, poll CI, and resolve threads.

2026-03-23