flytekit.models.presto
flytekit.models.presto
This is a deprecated module. Model files for plugins should go alongside the microlib.
See plugins/flytekit-kf-pytorch/flytekitplugins/kfpytorch/models.py
as an example.
Directory
Classes
flytekit.models.presto.PrestoQuery
def PrestoQuery (
routing_group,
catalog,
schema,
statement,
):
Initializes a new PrestoQuery.
Parameter
Type
routing_group
catalog
schema
statement
Methods
from_flyte_idl()
def from_flyte_idl (
pb2_object,
):
Parameter
Type
pb2_object
serialize_to_string()
def serialize_to_string ()
short_string()
to_flyte_idl()
verbose_string()
Properties
Property
Type
Description
catalog
is_empty
routing_group
schema
statement