Activate Data Source
Use this skill when onboarding or enabling a new data source in an application, ETL pipeline, or analytics platform.
When to Use
- A new source (database/API/file feed) must be connected and enabled.
- You need to validate credentials, schema alignment, and access scope before activation.
- You want a repeatable preflight checklist to reduce runtime failures.
Workflow
- Identify source type, environment (dev/staging/prod), and owner.
- Validate authentication and least-privilege access.
- Test network connectivity and query/read permissions.
- Compare source schema to expected contract (types, nullability, keys).
- Define mapping and transformations (field names, timezones, enums).
- Run a limited ingestion dry-run and inspect errors.
- Set monitoring (error rate, lag, throughput) and alert thresholds.
- Activate behind a flag or staged rollout when possible.
Common Checks
- Credentials and token expiry policy
- Rate limits and retry strategy
- PII/sensitive field handling and masking
- Idempotency and duplicate prevention
- Backfill strategy and replay behavior
Output
- Activation checklist with pass/fail status
- Risks and blockers, with recommended fixes
- Go/no-go recommendation and rollout plan
微信扫一扫