Skip to content

Transform Dependencies

transform

Functions to extract dependencies of transform.

Functions

extract_transform_dependencies

extract_transform_dependencies(transform: str | dict[str, Any]) -> set[str]

Extract the dependencies of transform.

Parameters:

Name Type Description Default
transform str | dict[str, Any]

Expression or dictionary of transform.

required

Returns:

Type Description
set[str]

Dependencies of transform.