Skip to content

Commit

Permalink
cp
Browse files Browse the repository at this point in the history
  • Loading branch information
schrockn committed Mar 11, 2024
1 parent eee866f commit 663f9c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ def an_asset() -> None: ...
scheduling_policy_two = SchedulingPolicy()

specs = [
# https://linear.app/dagster-labs/issue/FOU-99/more-principled-approach-to-unserializable-metadata for context
# on the type ignores
AssetSpec("asset_one", metadata={SchedulingPolicy.METADATA_KEY: scheduling_policy_one}), # type: ignore
AssetSpec("asset_two", metadata={SchedulingPolicy.METADATA_KEY: scheduling_policy_two}), # type: ignore
]
Expand Down

This file was deleted.

0 comments on commit 663f9c9

Please sign in to comment.