1.15.4.dev2+g3e3ce2426

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

Class Description
PrestoQuery None.

flytekit.models.presto.PrestoQuery

def PrestoQuery(
    routing_group,
    catalog,
    schema,
    statement,
):

Initializes a new PrestoQuery.

Parameter Type
routing_group
catalog
schema
statement

Methods

Method Description
from_flyte_idl()
serialize_to_string() None
short_string()
to_flyte_idl()
verbose_string()

from_flyte_idl()

def from_flyte_idl(
    pb2_object,
):
Parameter Type
pb2_object

serialize_to_string()

def serialize_to_string()

short_string()

def short_string()

to_flyte_idl()

def to_flyte_idl()

verbose_string()

def verbose_string()

Properties

Property Type Description
catalog
is_empty
routing_group
schema
statement