Skip to content

Commit

Permalink
minor test cahnge
Browse files Browse the repository at this point in the history
  • Loading branch information
schrockn committed Sep 20, 2023
1 parent 621290f commit 4e8484e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def load_input(self, context) -> str:

@asset
def an_asset(source_asset: str) -> str:
return "hardcoded" + "-computed"
return source_asset + "-computed"

defs_with_source = Definitions(assets=[source_asset, an_asset])

Expand Down

0 comments on commit 4e8484e

Please sign in to comment.