dlt.destinations.fs_client
FSClientBase Objects
class FSClientBase(ABC)
dataset_path
@property
@abstractmethod
def dataset_path() -> str
A path within a bucket to tables in a dataset, ending with separator
get_table_dir
@abstractmethod
def get_table_dir(table_name: str) -> str
Returns a directory containing table files, ending with separator. Native filesystem paths are used for local filesystems. Note that many tables can share the same table dir.
get_table_dirs
@abstractmethod
def get_table_dirs(table_names: Iterable[str]) -> List[str]
returns directories for given table