Skip to content

Commit

Permalink
Update hello-world.py (#24552)
Browse files Browse the repository at this point in the history
Update hello world to include deps so it matches the linage screenshot

## Summary & Motivation

## How I Tested These Changes

## Changelog

Insert changelog entry or "NOCHANGELOG" here.

- [ ] `NEW` _(added new feature or capability)_
- [ ] `BUGFIX` _(fixed a bug)_
- [ ] `DOCS` _(added or updated documentation)_
  • Loading branch information
braunjj authored Sep 17, 2024
1 parent 4ee6e7c commit 06ce09c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ def hello(context: dg.AssetExecutionContext):
context.log.info("Hello!")


@dg.asset
@dg.asset(deps=[hello])
def world(context: dg.AssetExecutionContext):
context.log.info("World!")

Expand Down

1 comment on commit 06ce09c

@github-actions
Copy link

@github-actions github-actions bot commented on 06ce09c Sep 17, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for dagster-docs-beta ready!

✅ Preview
https://dagster-docs-beta-6zqdl7plj-elementl.vercel.app
https://dagster-docs-beta.dagster-docs.io

Built with commit 06ce09c.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.