The page you navigated to () does not exist, so we brought you to the closest page to it.
You have switched from the to the variant of this site. There is no equivalent of . We have taken you to the closest page in the variant.
2.1.9
PathRewrite
Package: flyte.models
Configuration for rewriting paths during input loading.
Parameters
class PathRewrite(
old_prefix: str,
new_prefix: str,
)| Parameter | Type | Description |
|---|---|---|
old_prefix |
str |
|
new_prefix |
str |
Methods
| Method | Description |
|---|---|
from_str() |
Create a PathRewrite from a string pattern of the form old_prefix->new_prefix. |
from_str()
def from_str(
pattern: str,
) -> PathRewriteCreate a PathRewrite from a string pattern of the form old_prefix->new_prefix.
| Parameter | Type | Description |
|---|---|---|
pattern |
str |