Tutorials
Tutorials should take a reader from start to finish with a concrete outcome.
Core tutorial tracks​
1. Configure a new client environment​
- Start with the relevant example implementation.
- Set or update the environment-specific parameter values.
- Validate the deployment inputs before rollout.
- Record any environment-specific assumptions in the docs.
2. Modify existing infrastructure safely​
- Change the parameter surface before editing the shared template.
- Validate the template locally.
- Confirm backward compatibility and rollout impact.
3. Add or update a data contract​
- Start in Rockdata Data Contracts to confirm the intended model shape.
- Update the matching contract files in the example implementation.
- Validate the contract with representative test data.
- Confirm the downstream Bronze and Silver behavior still matches the contract intent.
4. Update notebooks or jobs in the example implementation​
- Identify the notebook or job entry point in the relevant example folder.
- Keep the change aligned with the contract-defined behavior.
- Validate the execution path with a small representative run.
- Update any affected docs or operational notes.
5. Debug a quarantine-heavy Silver run​
- Separate casting failures from constraint failures.
- Inspect failure reasons and contract assumptions.
- Confirm whether the issue is shared logic or platform execution.
- Capture the resolved workflow in docs if it was missing.