Skip to main content
Version: 0.5.4

destinations.path_utils

normalize_path_sep

def normalize_path_sep(pathlib: Any, path: str) -> str

[view_source]

Normalizes path in path separator to one used by pathlib

check_layout

def check_layout(
layout: str,
extra_placeholders: Optional[Dict[str, Any]] = None,
standard_placeholders: Optional[Set[str]] = STANDARD_PLACEHOLDERS
) -> Tuple[List[str], List[str]]

[view_source]

Returns a tuple with all valid placeholders and the list of layout placeholders

Raises: InvalidFilesystemLayout

Returns: a pair of lists of valid placeholders and layout placeholders

create_path

def create_path(layout: str,
file_name: str,
schema_name: str,
load_id: str,
load_package_timestamp: Optional[pendulum.DateTime] = None,
current_datetime: Optional[TCurrentDateTime] = None,
extra_placeholders: Optional[Dict[str, Any]] = None) -> str

[view_source]

create a filepath from the layout and our default params

get_table_prefix_layout

def get_table_prefix_layout(
layout: str,
supported_prefix_placeholders: Sequence[
str] = SUPPORTED_TABLE_NAME_PREFIX_PLACEHOLDERS,
table_needs_own_folder: bool = False) -> str

[view_source]

get layout fragment that defines positions of the table, cutting other placeholders allowed supported_prefix_placeholders that may appear before table.

This demo works on codespaces. Codespaces is a development environment available for free to anyone with a Github account. You'll be asked to fork the demo repository and from there the README guides you with further steps.
The demo uses the Continue VSCode extension.

Off to codespaces!

DHelp

Ask a question

Welcome to "Codex Central", your next-gen help center, driven by OpenAI's GPT-4 model. It's more than just a forum or a FAQ hub – it's a dynamic knowledge base where coders can find AI-assisted solutions to their pressing problems. With GPT-4's powerful comprehension and predictive abilities, Codex Central provides instantaneous issue resolution, insightful debugging, and personalized guidance. Get your code running smoothly with the unparalleled support at Codex Central - coding help reimagined with AI prowess.