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.core.artifact_utils
Directory
Methods
| Method | Description |
|---|---|
idl_partitions_from_dict() |
|
idl_time_partition_from_datetime() |
Methods
idl_partitions_from_dict()
def idl_partitions_from_dict(
p: Optional[Dict[str, str]],
) -> Optional[Partitions]| Parameter | Type | Description |
|---|---|---|
p |
Optional[Dict[str, str]] |
idl_time_partition_from_datetime()
def idl_time_partition_from_datetime(
tp: Optional[datetime],
time_partition_granularity: Optional[Granularity],
) -> Optional[TimePartition]| Parameter | Type | Description |
|---|---|---|
tp |
Optional[datetime] |
|
time_partition_granularity |
Optional[Granularity] |