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 18, 2024
1 parent c63cd60 commit 54dab1e
Show file tree
Hide file tree
Showing 3 changed files with 217 additions and 164 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 54dab1e

Please sign in to comment.