The page you navigated to does not exist, so we brought you to the closest page to it.
flytekit.models.qubole
flytekit.models.qubole 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.
class HiveQuery (
query ,
timeout_sec ,
retry_count ,
)
Initializes a new HiveQuery.
Parameter
Type
Description
query
timeout_sec
retry_count
Property
Type
Description
is_empty
None
query
None
The query string. :rtype: str
retry_count
None
:rtype: int
timeout_sec
None
:rtype: int
def from_flyte_idl (
pb2_object ,
)
Parameter
Type
Description
pb2_object
def serialize_to_string ()
:rtype: Text
:rtype: _qubole.HiveQuery
class HiveQueryCollection (
queries ,
)
Initializes a new HiveQueryCollection.
Parameter
Type
Description
queries
Property
Type
Description
is_empty
None
queries
None
:rtype: list[HiveQuery]
def from_flyte_idl (
pb2_object ,
)
Parameter
Type
Description
pb2_object
def serialize_to_string ()
:rtype: Text
:rtype: _qubole.HiveQueryCollection
class QuboleHiveJob (
query ,
cluster_label ,
tags ,
query_collection ,
)
Initializes a HiveJob.
Parameter
Type
Description
query
cluster_label
tags
query_collection
Property
Type
Description
cluster_label
None
The cluster label where the query should be executed :rtype: Text
is_empty
None
query
None
The query to be executed :rtype: HiveQuery
query_collection
None
The queries to be executed :rtype: HiveQueryCollection
tags
None
User tags for the queries :rtype: list[Text]
Parameter
Type
Description
p
def serialize_to_string ()
:rtype: Text
:rtype: _qubole.QuboleHiveJob