Class PrestoJob (0.8.1)

A Dataproc job for running Presto <https://prestosql.io/> queries. IMPORTANT: The Dataproc Presto Optional Component <https://cloud.google.com/dataproc/docs/concepts/components/presto> must be enabled when the cluster is created to submit a Presto job to the cluster. .. attribute:: queries

Required. The sequence of Presto queries to execute, specified as either an HCFS file URI or as a list of queries.

A list of queries.

Optional. The format in which query output will be displayed. See the Presto documentation for supported output formats

Optional. A mapping of property names to values. Used to set Presto session properties <https://prestodb.io/docs/current/sql/set-session.html>__ Equivalent to using the –session flag in the Presto CLI

Inheritance

builtins.object > google.protobuf.pyext._message.CMessage > builtins.object > google.protobuf.message.Message > PrestoJob

Classes

PropertiesEntry

API documentation for dataproc_v1.types.PrestoJob.PropertiesEntry class.