Skip to content

Release 0.0.5

Choose a tag to compare

@github-actions github-actions released this 28 Jan 16:40

Fixed

  • dg: Fixed dg launch documentation to use comma-separated asset syntax
    • Updated SKILL.md and launch.md to show correct syntax: --assets asset1,asset2,asset3
    • Previous incorrect examples showed space-separated: --assets asset1 asset2 asset3
    • Verified against actual CLI implementation in dagster repository
    • Selection patterns (tags, groups, kinds) preserved correctly

Security