Get desktop application:
View/edit binary Protocol Buffers messages
required string requestId = 1
required bytes json = 2
optional string userId = 3
optional string cube = 4
optional string schema = 5
optional bool isInternal = 6
optional string drivingQueryEngine = 8
optional string drivingTable = 9
optional string queryChainType = 10
optional string firstSubsequentQueryEngine = 11
optional string firstSubsequentQueryTable = 12
optional int64 requestStartTime = 13
optional int64 requestEndTime = 14
optional int32 status = 15
optional string errorMessage = 16
optional bool hasFactFilters = 17
optional bool hasNonFKFactFilters = 18
optional bool hasDimFilters = 19
optional bool hasNonFKDimFilters = 20
optional bool hasFactSortBy = 21
optional bool hasDimSortBy = 22
optional bool isFactDriven = 23
optional bool forceDimDriven = 24
optional bool forceFactDriven = 25
optional bool hasNonDrivingDimSortOrFilter = 26
optional bool hasDimAndFactOperations = 27
optional int64 dimCardinalityEstimate = 28
repeated string dimensionsCandidates = 30
optional int64 drivingQueryEngineLatency = 32
optional int64 firstSubsequentQueryEngineLatency = 33
optional int64 reRunEngineQueryLatency = 34
optional int64 jobId = 36
optional string timeGrain = 37
optional bool isDryRun = 39
optional string jobResultURL = 40
optional string jobName = 41
optional int64 queueWaitingTime = 42
optional int64 cubeRevision = 44
optional string mahaServiceRegistryName = 45
optional string mahaServiceHostname = 46
optional bool isGrainOptimized = 47
optional bool isIndexOptimized = 48
optional string curator = 49
optional string reRunEngineQueryTable = 50
optional bool isScanOptimized = 51
optional int64 scanRows = 52
optional int64 grainRows = 53
optional bool isDebug = 54
optional bool isTest = 55
optional string testName = 56
repeated string labels = 57
optional string requestHash = 58
optional string jobIdString = 59
optional int64 numDays = 60
Used in: MahaRequestProto
SUBMITTED = 0
RUNNING = 1
FAILED = 2
COMPLETED = 3
Used in: MahaRequestProto, FactCost
Oracle = 0
Druid = 1
Hive = 2
Presto = 3
Used in: MahaRequestProto
optional string name = 1
optional Engine engine = 2
optional int64 cost = 3
Used in: SortByColumnInfo
Used in: MahaRequestProto
Used in: MahaRequestProto
Used in: MahaRequestProto
optional string alias = 1
optional Order order = 2
Used in: MahaRequestProto
WORKER_RUNNING = 0
WORKER_FAILED = 1
WORKER_RETRIED = 2
WORKER_GRID_TIMEOUT = 3
WORKER_TRANSFORMATION_FAILED = 4
WORKER_RESULT_STORE_FAILED = 5
WORKER_COMPLETED = 6
WORKER_SUBMITTED = 7