File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
python_modules/dagster/dagster/_core/definitions Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 20
20
)
21
21
22
22
import dagster ._check as check
23
- from dagster ._annotations import PublicAttr , experimental , public
23
+ from dagster ._annotations import PublicAttr , public
24
24
from dagster ._core .definitions .multi_dimensional_partitions import (
25
25
MultiPartitionKey ,
26
26
MultiPartitionsDefinition ,
@@ -616,7 +616,6 @@ def get_downstream_partitions_for_partitions(
616
616
return result
617
617
618
618
619
- @experimental
620
619
@whitelist_for_serdes
621
620
class MultiToSingleDimensionPartitionMapping (
622
621
BaseMultiPartitionMapping ,
@@ -705,7 +704,6 @@ def __new__(
705
704
)
706
705
707
706
708
- @experimental
709
707
@whitelist_for_serdes
710
708
class MultiPartitionMapping (
711
709
BaseMultiPartitionMapping ,
You can’t perform that action at this time.
0 commit comments