An opaque bytes token identifying a result set.
InfluxDB v3 expects the ticket to contain a JSON payload:
%{"database" => "mydb", "sql_query" => "SELECT ...", "query_type" => "sql"}Encoded as UTF-8 JSON bytes in the ticket field.
Summary
Types
@type t() :: %InfluxElixir.Flight.Proto.Ticket{ __unknown_fields__: [Protobuf.unknown_field()], ticket: binary() }