Skip to content

Commit

Permalink
[docs] fix multi asset sensor example (#7583)
Browse files Browse the repository at this point in the history
## Test Plan

eyes
  • Loading branch information
alangenfeld committed Apr 26, 2022
1 parent 7ef7384 commit e9af45b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ def multi_asset_sensor(context):
b_event_records = context.instance.get_event_records(
EventRecordsFilter(
event_type=DagsterEventType.ASSET_MATERIALIZATION,
asset_key=AssetKey("table_a"),
asset_key=AssetKey("table_b"),
after_cursor=b_cursor,
),
ascending=False,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ def multi_asset_sensor(context):
b_event_records = context.instance.get_event_records(
EventRecordsFilter(
event_type=DagsterEventType.ASSET_MATERIALIZATION,
asset_key=AssetKey("table_a"),
asset_key=AssetKey("table_b"),
after_cursor=b_cursor,
),
ascending=False,
Expand Down

1 comment on commit e9af45b

@vercel
Copy link

@vercel vercel bot commented on e9af45b Apr 26, 2022

Choose a reason for hiding this comment

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

Please sign in to comment.