destinations.path_utils
create_path
def create_path(layout: str, schema_name: str, table_name: str, load_id: str,
file_id: str, ext: str) -> str
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
) -> str
get layout fragment that defines positions of the table, cutting other placeholders
allowed supported_prefix_placeholders
that may appear before table.