Commit 601beef
release: v0.6.0
Companion release to v0.5.0 — registry hygiene + the Snowflake
single-entity companion demo.
Highlights:
- Cleared all 34 shadow-attr warnings (model / schema field rename
via Pydantic alias). Customer YAML stays unchanged; internal attr
names no longer collide with Pydantic / Resolvable parent class
attributes.
- Fixed 33 example.yaml validation errors (74 → 41 remaining).
Renames: source_asset → upstream_asset_key, *_asset → *_asset_key,
schema_name → default_schema (in 4 IO managers). Additions:
upstream_asset_key placeholders in 26 AI components. Cleanup:
5 skeleton example.yamls fleshed out.
- Snowflake single-entity companion walkthrough +
setup_snowflake_single_entity_demo.sh (in the CLI repo).
- Dedicated Snowflake section in examples/README.md TOC,
mirroring the Azure / GCP shape.
- New tools/fix_shadow_warnings.py for batch alias-rename of
shadow warnings surfaced by the L1 validation harness.
L1 validation harness:
PASS: 487 → 562 (+75)
WARN: 33 → 0 (−33)
FAIL: 74 → 41 (−33)
Total registry entries: 803 (unchanged from v0.5.0).
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 54f0667 commit 601beef
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
0 commit comments