locations
locations ¶
Dagster resource for accessing filesystem locations.
Classes¶
Location ¶
LocationsResource ¶
Resource for accessing file system.
Parameters:
-
config
(LocationsResourceConfig
) –resource configuration.
Source code in niceml/dagster/resources/locations.py
Functions¶
__getitem__ ¶
Return configured location.
Source code in niceml/dagster/resources/locations.py
LocationsResourceConfig ¶
Configuration of file system locations.
Functions¶
get_location ¶
Return location.
Source code in niceml/dagster/resources/locations.py
global_locations_resource ¶
Return LocationsResource
and register it as module-level object FS
.
Source code in niceml/dagster/resources/locations.py
locations_resource ¶
Create LocationsResource according to the configuration.