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.
1.16.16
flytekit.clis.sdk_in_container.backfill
Directory
Methods
| Method | Description |
|---|---|
resolve_backfill_window() |
Resolves the from_date -> to_date. |
Methods
resolve_backfill_window()
def resolve_backfill_window(
from_date: datetime.datetime,
to_date: datetime.datetime,
backfill_window: datetime.timedelta,
) -> typing.Tuple[datetime.datetime, datetime.datetime]Resolves the from_date -> to_date
| Parameter | Type | Description |
|---|---|---|
from_date |
datetime.datetime |
|
to_date |
datetime.datetime |
|
backfill_window |
datetime.timedelta |