Skip to content

Commit 601beef

Browse files
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

File tree

dagster_community_components/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
import importlib.util
2222
from pathlib import Path
2323

24-
__version__ = "0.5.0"
24+
__version__ = "0.6.0"
2525

2626
_PACKAGE_ROOT = Path(__file__).resolve().parent
2727

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "dagster-community-components"
7-
version = "0.5.0"
7+
version = "0.6.0"
88
description = "Community-maintained Dagster components — ingestion, transforms, IO managers, sensors, sinks, resources, and more."
99
readme = "README.md"
1010
requires-python = ">=3.10"

0 commit comments

Comments
 (0)