Add Dataset
Use this skill when introducing a new dataset into an app, pipeline, or model workflow.
When to Use
- A new file/table/feed must be onboarded.
- You need to verify schema, data quality, and compatibility.
- You want traceability (ownership, lineage, update cadence).
Workflow
- Identify dataset source, format, owner, and refresh schedule.
- Profile structure (columns/types/row counts/cardinality).
- Validate constraints (required fields, unique keys, value ranges).
- Check quality metrics (null %, duplicates, outliers, drift).
- Define target schema mapping and transformations.
- Register metadata (owner, lineage, retention, sensitivity).
- Run a sample load and verify downstream compatibility.
- Approve ingestion with monitoring and alerts.
Common Pitfalls
- No stable primary key
- Mixed timestamp formats/timezones
- Silent type coercion in ETL
- Missing data sensitivity classification
- No incremental load strategy
Output
- Dataset onboarding checklist
- Data quality report summary
- Ingestion go/no-go recommendation
微信扫一扫