extract_path_from_symlink#
- composer.utils.extract_path_from_symlink(source_path, object_store=None)[source]#
Returns the checkpont path from symlink file.
- Parameters
source_path (str) โ The remote symlink path.
object_store (LoggerDestination | ObjectStore, optional) โ The object store used to download the remote symlink file
- Returns
str โ The content of the remote symlink file.