Functions to extract dependencies of transform.
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.
|