Skip to main content

data-engineering-reliability-method

Define data-product contracts, replay safety, quality checks, lineage, observability, and release evidence. Use for ingestion, transformation, schema evolution, backfill, streaming, warehouse, or published dataset changes that require reliable proof and rollback ownership.

설치로 이동

소스 정보

저장소
yangheng95/opencorvus
최근 소스 활동
2026년 8월 10일 15:26
감지된 SKILL.md 언어
영어
스타
303
포크
40

설치 방법

기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.

소스 파일 검토

설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.

파일 탐색기
4 개 파일

SKILL.md 표시 중

SKILL.md
소스 지침 · 읽기 전용 미리보기
name
data-engineering-reliability-method
description
Define data-product contracts, replay safety, quality checks, lineage, observability, and release evidence. Use for ingestion, transformation, schema evolution, backfill, streaming, warehouse, or published dataset changes that require reliable proof and rollback ownership.
# Data engineering reliability method ## Upstream provenance This is a bounded OpenCorvus adaptation of `data-quality-and-contract-testing` from [vaquarkhan/data-engineering-agent-skills](https://github.com/vaquarkhan/data-engineering-agent-skills), pinned to `421ef57e8d42c464b29339193c18dd5bd2946bc2` under the MIT License. See `references/upstream.md` and `references/upstream-license.txt`. It retains contract-first and evidence-first release discipline while excluding platform presets, installers, hooks, and external validator dependencies. ## Workflow 1. Freeze sources, consumers, owners, retention, access, time semantics, and mutation boundaries. 2. Define keys, types, null behavior, freshness, completeness, compatibility, and reconciliation before implementation. 3. Analyze idempotency, ordering, late data, checkpoints, replay, backfill, rollback, and consumer impact independently. 4. Define observable checks with expected outputs and accountable response owners. 5. Join into a release decision that contains proof queries, dry-run evidence, staged rollout, rollback triggers, and approvals. ## Boundaries - Do not mutate production data, run destructive replays, grant access, or certify compliance. - A successful job is not proof of correct data; retain reconciliation and consumer evidence. - Use `assets/data-product-contract.md` for the release pack.
GitHub에서 보기