Skip to content

Commit

Permalink
[core-api][experimental] custom_path_fs_io_manager
Browse files Browse the repository at this point in the history
  • Loading branch information
OwenKephart committed Dec 23, 2024
1 parent 279e003 commit b0d4528
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions python_modules/dagster/dagster/_core/storage/fs_io_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
DagsterInvariantViolationError,
Field as DagsterField,
)
from dagster._annotations import experimental
from dagster._config import StringSource
from dagster._config.pythonic_config import ConfigurableIOManagerFactory
from dagster._core.definitions.events import AssetKey, AssetMaterialization
Expand Down Expand Up @@ -339,7 +338,6 @@ def load_input(self, context: InputContext) -> object:

@dagster_maintained_io_manager
@io_manager(config_schema={"base_dir": DagsterField(StringSource, is_required=True)})
@experimental
def custom_path_fs_io_manager(
init_context: InitResourceContext,
) -> CustomPathPickledObjectFilesystemIOManager:
Expand Down

0 comments on commit b0d4528

Please sign in to comment.