dlt._workspace.deployment.file_selector
WorkspaceFileSelector Objects
class WorkspaceFileSelector()
Iterates files in workspace respecting ignore patterns and excluding workspace internals.
Uses gitignore-style patterns from a configurable ignore file (default .gitignore). Additional patterns can be provided as relative paths from workspace root. Settings directory is always excluded.
__iter__
def __iter__() -> Iterator[Path]
Yield paths of files eligible for deployment