Skip to content

Commit

Permalink
Handle attribute mapping properly
Browse files Browse the repository at this point in the history
  • Loading branch information
dpeng817 committed Dec 16, 2024
1 parent e7054f4 commit b5ea375
Show file tree
Hide file tree
Showing 3 changed files with 207 additions and 157 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,7 @@ def replace_attributes(
tags: Optional[Mapping[str, str]] = ...,
kinds: Optional[Set[str]] = ...,
partitions_def: Optional[PartitionsDefinition] = ...,
freshness_policy: Optional[FreshnessPolicy] = ...,
) -> "AssetSpec":
"""Returns a new AssetSpec with the specified attributes replaced."""
current_tags_without_kinds = {
Expand Down
Loading

0 comments on commit b5ea375

Please sign in to comment.