Skip to content

Commit

Permalink
remove amp
Browse files Browse the repository at this point in the history
  • Loading branch information
benpankow committed Nov 23, 2024
1 parent 45a21dc commit d7dd7de
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,5 @@ def merge_attributes(
owners=[*self.owners, *(owners if owners is not ... else [])],
tags={**current_tags_without_kinds, **(tags if tags is not ... else {})},
kinds={*self.kinds, *(kinds if kinds is not ... else {})},
auto_materialize_policy=self.auto_materialize_policy,
partitions_def=self.partitions_def,
)

0 comments on commit d7dd7de

Please sign in to comment.