Skip to content

Commit

Permalink
[core-api][experimental] multi partition mappings
Browse files Browse the repository at this point in the history
  • Loading branch information
OwenKephart committed Dec 31, 2024
1 parent 3c155bd commit 7a9da34
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
)

import dagster._check as check
from dagster._annotations import PublicAttr, experimental, public
from dagster._annotations import PublicAttr, public
from dagster._core.definitions.multi_dimensional_partitions import (
MultiPartitionKey,
MultiPartitionsDefinition,
Expand Down Expand Up @@ -616,7 +616,6 @@ def get_downstream_partitions_for_partitions(
return result


@experimental
@whitelist_for_serdes
class MultiToSingleDimensionPartitionMapping(
BaseMultiPartitionMapping,
Expand Down Expand Up @@ -705,7 +704,6 @@ def __new__(
)


@experimental
@whitelist_for_serdes
class MultiPartitionMapping(
BaseMultiPartitionMapping,
Expand Down

0 comments on commit 7a9da34

Please sign in to comment.