chalkpy 2.90.1__py3-none-any.whl → 2.95.3__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- chalk/__init__.py +2 -1
- chalk/_gen/chalk/arrow/v1/arrow_pb2.py +7 -5
- chalk/_gen/chalk/arrow/v1/arrow_pb2.pyi +6 -0
- chalk/_gen/chalk/artifacts/v1/chart_pb2.py +16 -16
- chalk/_gen/chalk/artifacts/v1/chart_pb2.pyi +4 -0
- chalk/_gen/chalk/artifacts/v1/cron_query_pb2.py +8 -7
- chalk/_gen/chalk/artifacts/v1/cron_query_pb2.pyi +5 -0
- chalk/_gen/chalk/common/v1/offline_query_pb2.py +17 -15
- chalk/_gen/chalk/common/v1/offline_query_pb2.pyi +25 -0
- chalk/_gen/chalk/common/v1/script_task_pb2.py +3 -3
- chalk/_gen/chalk/common/v1/script_task_pb2.pyi +2 -0
- chalk/_gen/chalk/dataframe/__init__.py +0 -0
- chalk/_gen/chalk/dataframe/v1/__init__.py +0 -0
- chalk/_gen/chalk/dataframe/v1/dataframe_pb2.py +48 -0
- chalk/_gen/chalk/dataframe/v1/dataframe_pb2.pyi +123 -0
- chalk/_gen/chalk/dataframe/v1/dataframe_pb2_grpc.py +4 -0
- chalk/_gen/chalk/dataframe/v1/dataframe_pb2_grpc.pyi +4 -0
- chalk/_gen/chalk/graph/v1/graph_pb2.py +150 -149
- chalk/_gen/chalk/graph/v1/graph_pb2.pyi +25 -0
- chalk/_gen/chalk/graph/v1/sources_pb2.py +94 -84
- chalk/_gen/chalk/graph/v1/sources_pb2.pyi +56 -0
- chalk/_gen/chalk/kubernetes/v1/horizontalpodautoscaler_pb2.py +79 -0
- chalk/_gen/chalk/kubernetes/v1/horizontalpodautoscaler_pb2.pyi +377 -0
- chalk/_gen/chalk/kubernetes/v1/horizontalpodautoscaler_pb2_grpc.py +4 -0
- chalk/_gen/chalk/kubernetes/v1/horizontalpodautoscaler_pb2_grpc.pyi +4 -0
- chalk/_gen/chalk/kubernetes/v1/scaledobject_pb2.py +43 -7
- chalk/_gen/chalk/kubernetes/v1/scaledobject_pb2.pyi +252 -2
- chalk/_gen/chalk/protosql/v1/sql_service_pb2.py +54 -27
- chalk/_gen/chalk/protosql/v1/sql_service_pb2.pyi +131 -3
- chalk/_gen/chalk/protosql/v1/sql_service_pb2_grpc.py +45 -0
- chalk/_gen/chalk/protosql/v1/sql_service_pb2_grpc.pyi +14 -0
- chalk/_gen/chalk/python/v1/types_pb2.py +14 -14
- chalk/_gen/chalk/python/v1/types_pb2.pyi +8 -0
- chalk/_gen/chalk/server/v1/benchmark_pb2.py +76 -0
- chalk/_gen/chalk/server/v1/benchmark_pb2.pyi +156 -0
- chalk/_gen/chalk/server/v1/benchmark_pb2_grpc.py +258 -0
- chalk/_gen/chalk/server/v1/benchmark_pb2_grpc.pyi +84 -0
- chalk/_gen/chalk/server/v1/billing_pb2.py +40 -38
- chalk/_gen/chalk/server/v1/billing_pb2.pyi +17 -1
- chalk/_gen/chalk/server/v1/branches_pb2.py +45 -0
- chalk/_gen/chalk/server/v1/branches_pb2.pyi +80 -0
- chalk/_gen/chalk/server/v1/branches_pb2_grpc.pyi +36 -0
- chalk/_gen/chalk/server/v1/builder_pb2.py +358 -288
- chalk/_gen/chalk/server/v1/builder_pb2.pyi +360 -10
- chalk/_gen/chalk/server/v1/builder_pb2_grpc.py +225 -0
- chalk/_gen/chalk/server/v1/builder_pb2_grpc.pyi +60 -0
- chalk/_gen/chalk/server/v1/chart_pb2.py +10 -10
- chalk/_gen/chalk/server/v1/chart_pb2.pyi +18 -2
- chalk/_gen/chalk/server/v1/clickhouse_pb2.py +42 -0
- chalk/_gen/chalk/server/v1/clickhouse_pb2.pyi +17 -0
- chalk/_gen/chalk/server/v1/clickhouse_pb2_grpc.py +78 -0
- chalk/_gen/chalk/server/v1/clickhouse_pb2_grpc.pyi +38 -0
- chalk/_gen/chalk/server/v1/cloud_components_pb2.py +141 -119
- chalk/_gen/chalk/server/v1/cloud_components_pb2.pyi +106 -4
- chalk/_gen/chalk/server/v1/cloud_components_pb2_grpc.py +45 -0
- chalk/_gen/chalk/server/v1/cloud_components_pb2_grpc.pyi +12 -0
- chalk/_gen/chalk/server/v1/cloud_credentials_pb2.py +11 -3
- chalk/_gen/chalk/server/v1/cloud_credentials_pb2.pyi +20 -0
- chalk/_gen/chalk/server/v1/cloud_credentials_pb2_grpc.py +45 -0
- chalk/_gen/chalk/server/v1/cloud_credentials_pb2_grpc.pyi +12 -0
- chalk/_gen/chalk/server/v1/dataplanejobqueue_pb2.py +52 -38
- chalk/_gen/chalk/server/v1/dataplanejobqueue_pb2.pyi +62 -1
- chalk/_gen/chalk/server/v1/dataplanejobqueue_pb2_grpc.py +90 -0
- chalk/_gen/chalk/server/v1/dataplanejobqueue_pb2_grpc.pyi +24 -0
- chalk/_gen/chalk/server/v1/dataplaneworkflows_pb2.py +90 -0
- chalk/_gen/chalk/server/v1/dataplaneworkflows_pb2.pyi +264 -0
- chalk/_gen/chalk/server/v1/dataplaneworkflows_pb2_grpc.py +170 -0
- chalk/_gen/chalk/server/v1/dataplaneworkflows_pb2_grpc.pyi +62 -0
- chalk/_gen/chalk/server/v1/deploy_pb2.py +9 -3
- chalk/_gen/chalk/server/v1/deploy_pb2.pyi +12 -0
- chalk/_gen/chalk/server/v1/deploy_pb2_grpc.py +45 -0
- chalk/_gen/chalk/server/v1/deploy_pb2_grpc.pyi +12 -0
- chalk/_gen/chalk/server/v1/deployment_pb2.py +6 -6
- chalk/_gen/chalk/server/v1/deployment_pb2.pyi +20 -0
- chalk/_gen/chalk/server/v1/environment_pb2.py +14 -12
- chalk/_gen/chalk/server/v1/environment_pb2.pyi +19 -0
- chalk/_gen/chalk/server/v1/eventbus_pb2.py +4 -2
- chalk/_gen/chalk/server/v1/files_pb2.py +65 -0
- chalk/_gen/chalk/server/v1/files_pb2.pyi +167 -0
- chalk/_gen/chalk/server/v1/files_pb2_grpc.py +4 -0
- chalk/_gen/chalk/server/v1/files_pb2_grpc.pyi +4 -0
- chalk/_gen/chalk/server/v1/graph_pb2.py +38 -26
- chalk/_gen/chalk/server/v1/graph_pb2.pyi +58 -0
- chalk/_gen/chalk/server/v1/graph_pb2_grpc.py +47 -0
- chalk/_gen/chalk/server/v1/graph_pb2_grpc.pyi +18 -0
- chalk/_gen/chalk/server/v1/incident_pb2.py +23 -21
- chalk/_gen/chalk/server/v1/incident_pb2.pyi +15 -1
- chalk/_gen/chalk/server/v1/indexing_job_pb2.py +44 -0
- chalk/_gen/chalk/server/v1/indexing_job_pb2.pyi +38 -0
- chalk/_gen/chalk/server/v1/indexing_job_pb2_grpc.py +78 -0
- chalk/_gen/chalk/server/v1/indexing_job_pb2_grpc.pyi +38 -0
- chalk/_gen/chalk/server/v1/integrations_pb2.py +11 -9
- chalk/_gen/chalk/server/v1/integrations_pb2.pyi +34 -2
- chalk/_gen/chalk/server/v1/kube_pb2.py +29 -19
- chalk/_gen/chalk/server/v1/kube_pb2.pyi +28 -0
- chalk/_gen/chalk/server/v1/kube_pb2_grpc.py +45 -0
- chalk/_gen/chalk/server/v1/kube_pb2_grpc.pyi +12 -0
- chalk/_gen/chalk/server/v1/log_pb2.py +21 -3
- chalk/_gen/chalk/server/v1/log_pb2.pyi +68 -0
- chalk/_gen/chalk/server/v1/log_pb2_grpc.py +90 -0
- chalk/_gen/chalk/server/v1/log_pb2_grpc.pyi +24 -0
- chalk/_gen/chalk/server/v1/model_registry_pb2.py +10 -10
- chalk/_gen/chalk/server/v1/model_registry_pb2.pyi +4 -1
- chalk/_gen/chalk/server/v1/plandebug_pb2.py +53 -0
- chalk/_gen/chalk/server/v1/plandebug_pb2.pyi +86 -0
- chalk/_gen/chalk/server/v1/plandebug_pb2_grpc.py +168 -0
- chalk/_gen/chalk/server/v1/plandebug_pb2_grpc.pyi +60 -0
- chalk/_gen/chalk/server/v1/queries_pb2.py +66 -66
- chalk/_gen/chalk/server/v1/queries_pb2.pyi +32 -2
- chalk/_gen/chalk/server/v1/scheduled_query_run_pb2.py +12 -12
- chalk/_gen/chalk/server/v1/scheduled_query_run_pb2.pyi +16 -3
- chalk/_gen/chalk/server/v1/scheduler_pb2.py +24 -12
- chalk/_gen/chalk/server/v1/scheduler_pb2.pyi +61 -1
- chalk/_gen/chalk/server/v1/scheduler_pb2_grpc.py +90 -0
- chalk/_gen/chalk/server/v1/scheduler_pb2_grpc.pyi +24 -0
- chalk/_gen/chalk/server/v1/script_tasks_pb2.py +15 -3
- chalk/_gen/chalk/server/v1/script_tasks_pb2.pyi +22 -0
- chalk/_gen/chalk/server/v1/script_tasks_pb2_grpc.py +90 -0
- chalk/_gen/chalk/server/v1/script_tasks_pb2_grpc.pyi +24 -0
- chalk/_gen/chalk/server/v1/sql_interface_pb2.py +75 -0
- chalk/_gen/chalk/server/v1/sql_interface_pb2.pyi +142 -0
- chalk/_gen/chalk/server/v1/sql_interface_pb2_grpc.py +349 -0
- chalk/_gen/chalk/server/v1/sql_interface_pb2_grpc.pyi +114 -0
- chalk/_gen/chalk/server/v1/sql_queries_pb2.py +48 -0
- chalk/_gen/chalk/server/v1/sql_queries_pb2.pyi +150 -0
- chalk/_gen/chalk/server/v1/sql_queries_pb2_grpc.py +123 -0
- chalk/_gen/chalk/server/v1/sql_queries_pb2_grpc.pyi +52 -0
- chalk/_gen/chalk/server/v1/team_pb2.py +154 -141
- chalk/_gen/chalk/server/v1/team_pb2.pyi +30 -2
- chalk/_gen/chalk/server/v1/team_pb2_grpc.py +45 -0
- chalk/_gen/chalk/server/v1/team_pb2_grpc.pyi +12 -0
- chalk/_gen/chalk/server/v1/topic_pb2.py +5 -3
- chalk/_gen/chalk/server/v1/topic_pb2.pyi +10 -1
- chalk/_gen/chalk/server/v1/trace_pb2.py +44 -40
- chalk/_gen/chalk/server/v1/trace_pb2.pyi +20 -0
- chalk/_gen/chalk/streaming/v1/debug_service_pb2.py +62 -0
- chalk/_gen/chalk/streaming/v1/debug_service_pb2.pyi +75 -0
- chalk/_gen/chalk/streaming/v1/debug_service_pb2_grpc.py +221 -0
- chalk/_gen/chalk/streaming/v1/debug_service_pb2_grpc.pyi +88 -0
- chalk/_gen/chalk/streaming/v1/simple_streaming_service_pb2.py +16 -10
- chalk/_gen/chalk/streaming/v1/simple_streaming_service_pb2.pyi +52 -1
- chalk/_gen/chalk/streaming/v1/simple_streaming_service_pb2_grpc.py +48 -0
- chalk/_gen/chalk/streaming/v1/simple_streaming_service_pb2_grpc.pyi +20 -0
- chalk/_gen/chalk/utils/v1/field_change_pb2.py +32 -0
- chalk/_gen/chalk/utils/v1/field_change_pb2.pyi +42 -0
- chalk/_gen/chalk/utils/v1/field_change_pb2_grpc.py +4 -0
- chalk/_gen/chalk/utils/v1/field_change_pb2_grpc.pyi +4 -0
- chalk/_lsp/error_builder.py +11 -0
- chalk/_version.py +1 -1
- chalk/client/client.py +128 -43
- chalk/client/client_async.py +149 -0
- chalk/client/client_async_impl.py +22 -0
- chalk/client/client_grpc.py +539 -104
- chalk/client/client_impl.py +449 -122
- chalk/client/dataset.py +7 -1
- chalk/client/models.py +98 -0
- chalk/client/serialization/model_serialization.py +92 -9
- chalk/df/LazyFramePlaceholder.py +1154 -0
- chalk/features/_class_property.py +7 -0
- chalk/features/_embedding/embedding.py +1 -0
- chalk/features/_encoding/converter.py +83 -2
- chalk/features/feature_field.py +40 -30
- chalk/features/feature_set_decorator.py +1 -0
- chalk/features/feature_wrapper.py +42 -3
- chalk/features/hooks.py +81 -10
- chalk/features/inference.py +33 -31
- chalk/features/resolver.py +224 -24
- chalk/functions/__init__.py +65 -3
- chalk/gitignore/gitignore_parser.py +5 -1
- chalk/importer.py +142 -68
- chalk/ml/__init__.py +2 -0
- chalk/ml/model_hooks.py +194 -26
- chalk/ml/model_reference.py +56 -8
- chalk/ml/model_version.py +24 -15
- chalk/ml/utils.py +20 -17
- chalk/operators/_utils.py +10 -3
- chalk/parsed/_proto/export.py +22 -0
- chalk/parsed/duplicate_input_gql.py +3 -0
- chalk/parsed/json_conversions.py +20 -14
- chalk/parsed/to_proto.py +16 -4
- chalk/parsed/user_types_to_json.py +31 -10
- chalk/parsed/validation_from_registries.py +182 -0
- chalk/queries/named_query.py +16 -6
- chalk/queries/scheduled_query.py +9 -1
- chalk/serialization/parsed_annotation.py +24 -11
- chalk/sql/__init__.py +18 -0
- chalk/sql/_internal/integrations/databricks.py +55 -17
- chalk/sql/_internal/integrations/mssql.py +127 -62
- chalk/sql/_internal/integrations/redshift.py +4 -0
- chalk/sql/_internal/sql_file_resolver.py +53 -9
- chalk/sql/_internal/sql_source.py +35 -2
- chalk/streams/_kafka_source.py +5 -1
- chalk/streams/_windows.py +15 -2
- chalk/utils/_otel_version.py +13 -0
- chalk/utils/async_helpers.py +2 -2
- chalk/utils/missing_dependency.py +5 -4
- chalk/utils/tracing.py +185 -95
- {chalkpy-2.90.1.dist-info → chalkpy-2.95.3.dist-info}/METADATA +4 -6
- {chalkpy-2.90.1.dist-info → chalkpy-2.95.3.dist-info}/RECORD +202 -146
- {chalkpy-2.90.1.dist-info → chalkpy-2.95.3.dist-info}/WHEEL +0 -0
- {chalkpy-2.90.1.dist-info → chalkpy-2.95.3.dist-info}/entry_points.txt +0 -0
- {chalkpy-2.90.1.dist-info → chalkpy-2.95.3.dist-info}/top_level.txt +0 -0
|
@@ -20,7 +20,7 @@ from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__
|
|
|
20
20
|
|
|
21
21
|
|
|
22
22
|
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(
|
|
23
|
-
b'\n\x1d\x63halk/server/v1/queries.proto\x12\x0f\x63halk.server.v1\x1a\x1f\x63halk/auth/v1/permissions.proto\x1a)chalk/chart/v1/densetimeserieschart.proto\x1a\x1egoogle/protobuf/duration.proto\x1a\x1fgoogle/protobuf/timestamp.proto"F\n!GetQueryPerformanceSummaryRequest\x12!\n\x0coperation_id\x18\x01 \x01(\tR\x0boperationId"\x95\x01\n"GetQueryPerformanceSummaryResponse\x12!\n\x0coperation_id\x18\x01 \x01(\tR\x0boperationId\x12\x34\n\x13performance_summary\x18\x02 \x01(\tH\x00R\x12performanceSummary\x88\x01\x01\x42\x16\n\x14_performance_summary"\x8c\x01\n\x18ListQueryErrorsPageToken\x12$\n\x0enumeric_id_hwm\x18\x01 \x01(\x03R\x0cnumericIdHwm\x12J\n\x13\x65rror_timestamp_hwm\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\x11\x65rrorTimestampHwm"\x99\x02\n\x11QueryErrorFilters\x12&\n\x0coperation_id\x18\x01 \x01(\tH\x00R\x0boperationId\x88\x01\x01\x12$\n\x0b\x66\x65\x61ture_fqn\x18\x02 \x01(\tH\x01R\nfeatureFqn\x88\x01\x01\x12&\n\x0cresolver_fqn\x18\x03 \x01(\tH\x02R\x0bresolverFqn\x88\x01\x01\x12"\n\nquery_name\x18\x04 \x01(\tH\x03R\tqueryName\x88\x01\x01\x12\x1d\n\x07message\x18\x05 \x01(\tH\x04R\x07message\x88\x01\x01\x42\x0f\n\r_operation_idB\x0e\n\x0c_feature_fqnB\x0f\n\r_resolver_fqnB\r\n\x0b_query_nameB\n\n\x08_message"\x8e\x07\n\x0eQueryErrorMeta\x12\x0e\n\x02id\x18\x01 \x01(\x03R\x02id\x12\x12\n\x04\x63ode\x18\x02 \x01(\tR\x04\x63ode\x12\x1a\n\x08\x63\x61tegory\x18\x03 \x01(\tR\x08\x63\x61tegory\x12\x18\n\x07message\x18\x04 \x01(\tR\x07message\x12\x33\n\x13\x64isplay_primary_key\x18\x05 \x01(\tH\x00R\x11\x64isplayPrimaryKey\x88\x01\x01\x12:\n\x17\x64isplay_primary_key_fqn\x18\x06 \x01(\tH\x01R\x14\x64isplayPrimaryKeyFqn\x88\x01\x01\x12\x1d\n\x07\x66\x65\x61ture\x18\x07 \x01(\tH\x02R\x07\x66\x65\x61ture\x88\x01\x01\x12\x1f\n\x08resolver\x18\x08 \x01(\tH\x03R\x08resolver\x88\x01\x01\x12"\n\nquery_name\x18\t \x01(\tH\x04R\tqueryName\x88\x01\x01\x12*\n\x0e\x65xception_kind\x18\n \x01(\tH\x05R\rexceptionKind\x88\x01\x01\x12\x30\n\x11\x65xception_message\x18\x0b \x01(\tH\x06R\x10\x65xceptionMessage\x88\x01\x01\x12\x36\n\x14\x65xception_stacktrace\x18\x0c \x01(\tH\x07R\x13\x65xceptionStacktrace\x88\x01\x01\x12G\n\x1d\x65xception_internal_stacktrace\x18\r \x01(\tH\x08R\x1b\x65xceptionInternalStacktrace\x88\x01\x01\x12&\n\x0coperation_id\x18\x0e \x01(\tH\tR\x0boperationId\x88\x01\x01\x12(\n\rdeployment_id\x18\x0f \x01(\tH\nR\x0c\x64\x65ploymentId\x88\x01\x01\x12\x39\n\ncreated_at\x18\x10 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tcreatedAtB\x16\n\x14_display_primary_keyB\x1a\n\x18_display_primary_key_fqnB\n\n\x08_featureB\x0b\n\t_resolverB\r\n\x0b_query_nameB\x11\n\x0f_exception_kindB\x14\n\x12_exception_messageB\x17\n\x15_exception_stacktraceB \n\x1e_exception_internal_stacktraceB\x0f\n\r_operation_idB\x10\n\x0e_deployment_id"\xab\x02\n\x16ListQueryErrorsRequest\x12\x39\n\nstart_date\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tstartDate\x12\x35\n\x08\x65nd_date\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\x07\x65ndDate\x12<\n\x07\x66ilters\x18\x03 \x01(\x0b\x32".chalk.server.v1.QueryErrorFiltersR\x07\x66ilters\x12 \n\tpage_size\x18\x04 \x01(\x05H\x00R\x08pageSize\x88\x01\x01\x12"\n\npage_token\x18\x05 \x01(\tH\x01R\tpageToken\x88\x01\x01\x42\x0c\n\n_page_sizeB\r\n\x0b_page_token"\x9e\x01\n\x17ListQueryErrorsResponse\x12\x42\n\x0cquery_errors\x18\x01 \x03(\x0b\x32\x1f.chalk.server.v1.QueryErrorMetaR\x0bqueryErrors\x12+\n\x0fnext_page_token\x18\x02 \x01(\tH\x00R\rnextPageToken\x88\x01\x01\x42\x12\n\x10_next_page_token"\xe7\x02\n\x1aGetQueryErrorsChartRequest\x12V\n\x19start_timestamp_inclusive\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\x17startTimestampInclusive\x12W\n\x17\x65nd_timestamp_exclusive\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x00R\x15\x65ndTimestampExclusive\x88\x01\x01\x12>\n\rwindow_period\x18\x03 \x01(\x0b\x32\x19.google.protobuf.DurationR\x0cwindowPeriod\x12<\n\x07\x66ilters\x18\x04 \x01(\x0b\x32".chalk.server.v1.QueryErrorFiltersR\x07\x66iltersB\x1a\n\x18_end_timestamp_exclusive"Y\n\x1bGetQueryErrorsChartResponse\x12:\n\x05\x63hart\x18\x01 \x01(\x0b\x32$.chalk.chart.v1.DenseTimeSeriesChartR\x05\x63hart"9\n\x13GetQueryPlanRequest\x12"\n\rquery_plan_id\x18\x01 \x01(\tR\x0bqueryPlanId"\xc1\x01\n\tQueryPlan\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12%\n\x0e\x65nvironment_id\x18\x02 \x01(\tR\renvironmentId\x12#\n\rdeployment_id\x18\x03 \x01(\tR\x0c\x64\x65ploymentId\x12\x1d\n\nquery_plan\x18\x04 \x01(\tR\tqueryPlan\x12\x39\n\ncreated_at\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tcreatedAt"Q\n\x14GetQueryPlanResponse\x12\x39\n\nquery_plan\x18\x01 \x01(\x0b\x32\x1a.chalk.server.v1.QueryPlanR\tqueryPlan"\xe4\x01\n\x14\x41ggregatedQueryError\x12\x42\n\x0csample_error\x18\x01 \x01(\x0b\x32\x1f.chalk.server.v1.QueryErrorMetaR\x0bsampleError\x12\x14\n\x05\x63ount\x18\x02 \x01(\x03R\x05\x63ount\x12\x39\n\nfirst_seen\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tfirstSeen\x12\x37\n\tlast_seen\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\x08lastSeen"\xb0\x02\n\x1b\x41ggregateQueryErrorsRequest\x12\x39\n\nstart_date\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tstartDate\x12\x35\n\x08\x65nd_date\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\x07\x65ndDate\x12<\n\x07\x66ilters\x18\x03 \x01(\x0b\x32".chalk.server.v1.QueryErrorFiltersR\x07\x66ilters\x12 \n\tpage_size\x18\x04 \x01(\x05H\x00R\x08pageSize\x88\x01\x01\x12"\n\npage_token\x18\x05 \x01(\tH\x01R\tpageToken\x88\x01\x01\x42\x0c\n\n_page_sizeB\r\n\x0b_page_token"\xb3\x01\n\x1c\x41ggregateQueryErrorsResponse\x12R\n\x11\x61ggregated_errors\x18\x01 \x03(\x0b\x32%.chalk.server.v1.AggregatedQueryErrorR\x10\x61ggregatedErrors\x12+\n\x0fnext_page_token\x18\x02 \x01(\tH\x00R\rnextPageToken\x88\x01\x01\x42\x12\n\x10_next_page_token"\xac\x04\n\x0cMetaQueryRun\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12"\n\rmeta_query_id\x18\x02 \x01(\tR\x0bmetaQueryId\x12\x1f\n\x0b\x65xternal_id\x18\x03 \x01(\tR\nexternalId\x12\x39\n\ncreated_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tcreatedAt\x12\'\n\rquery_plan_id\x18\x05 \x01(\tH\x00R\x0bqueryPlanId\x88\x01\x01\x12*\n\x0e\x63orrelation_id\x18\x06 \x01(\tH\x01R\rcorrelationId\x88\x01\x01\x12\x1d\n\nhas_errors\x18\x07 \x01(\x08R\thasErrors\x12\x1e\n\x08\x61gent_id\x18\x08 \x01(\tH\x02R\x07\x61gentId\x88\x01\x01\x12$\n\x0b\x62ranch_name\x18\t \x01(\tH\x03R\nbranchName\x88\x01\x01\x12(\n\rdeployment_id\x18\n \x01(\tH\x04R\x0c\x64\x65ploymentId\x88\x01\x01\x12&\n\x0fhas_plan_stages\x18\x0b \x01(\x08R\rhasPlanStages\x12\x1f\n\x08\x64uration\x18\x0c \x01(\x01H\x05R\x08\x64uration\x88\x01\x01\x42\x10\n\x0e_query_plan_idB\x11\n\x0f_correlation_idB\x0b\n\t_agent_idB\x0e\n\x0c_branch_nameB\x10\n\x0e_deployment_idB\x0b\n\t_duration"\x82\x01\n\x14MetaQueryRunWithMeta\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12/\n\x03run\x18\x02 \x01(\x0b\x32\x1d.chalk.server.v1.MetaQueryRunR\x03run\x12\x1d\n\x07latency\x18\x03 \x01(\x01H\x00R\x07latency\x88\x01\x01\x42\n\n\x08_latency"\xa1\x06\n\x18ListMetaQueryRunsRequest\x12\'\n\x0finclude_latency\x18\x01 \x01(\x08R\x0eincludeLatency\x12)\n\x0emin_latency_ms\x18\x02 \x01(\x01H\x00R\x0cminLatencyMs\x88\x01\x01\x12\'\n\rquery_plan_id\x18\x03 \x01(\tH\x01R\x0bqueryPlanId\x88\x01\x01\x12\'\n\rmeta_query_id\x18\x04 \x01(\x05H\x02R\x0bmetaQueryId\x88\x01\x01\x12+\n\x0fmeta_query_name\x18\x05 \x01(\tH\x03R\rmetaQueryName\x88\x01\x01\x12 \n\tid_filter\x18\x06 \x01(\tH\x04R\x08idFilter\x88\x01\x01\x12(\n\rbranch_filter\x18\x07 \x01(\tH\x05R\x0c\x62ranchFilter\x88\x01\x01\x12\x1e\n\x08\x61gent_id\x18\x08 \x01(\tH\x06R\x07\x61gentId\x88\x01\x01\x12%\n\x0croot_ns_pkey\x18\t \x01(\tH\x07R\nrootNsPkey\x88\x01\x01\x12\x37\n\x06\x63ursor\x18\n \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x08R\x06\x63ursor\x88\x01\x01\x12\x19\n\x05limit\x18\x0b \x01(\x05H\tR\x05limit\x88\x01\x01\x12\x35\n\x05start\x18\x0c \x01(\x0b\x32\x1a.google.protobuf.TimestampH\nR\x05start\x88\x01\x01\x12\x31\n\x03\x65nd\x18\r \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x0bR\x03\x65nd\x88\x01\x01\x12"\n\nhas_errors\x18\x0e \x01(\x08H\x0cR\thasErrors\x88\x01\x01\x42\x11\n\x0f_min_latency_msB\x10\n\x0e_query_plan_idB\x10\n\x0e_meta_query_idB\x12\n\x10_meta_query_nameB\x0c\n\n_id_filterB\x10\n\x0e_branch_filterB\x0b\n\t_agent_idB\x0f\n\r_root_ns_pkeyB\t\n\x07_cursorB\x08\n\x06_limitB\x08\n\x06_startB\x06\n\x04_endB\r\n\x0b_has_errors"a\n\x19ListMetaQueryRunsResponse\x12\x44\n\nquery_runs\x18\x01 \x03(\x0b\x32%.chalk.server.v1.MetaQueryRunWithMetaR\tqueryRuns"\xe2\x04\n\tMetaQuery\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12"\n\nquery_name\x18\x02 \x01(\tH\x00R\tqueryName\x88\x01\x01\x12%\n\x0einput_features\x18\x03 \x03(\tR\rinputFeatures\x12\'\n\x0foutput_features\x18\x04 \x03(\tR\x0eoutputFeatures\x12(\n\x10output_root_fqns\x18\x05 \x03(\tR\x0eoutputRootFqns\x12\x30\n\x14query_features_count\x18\x06 \x01(\x05R\x12queryFeaturesCount\x12\'\n\x0fquery_resolvers\x18\x07 \x03(\tR\x0equeryResolvers\x12\x19\n\x05owner\x18\x08 \x01(\tH\x01R\x05owner\x88\x01\x01\x12\x12\n\x04tags\x18\t \x03(\tR\x04tags\x12\x44\n\x10last_observed_at\x18\n \x01(\x0b\x32\x1a.google.protobuf.TimestampR\x0elastObservedAt\x12\x39\n\ncreated_at\x18\x0b \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tcreatedAt\x12@\n\x0b\x61rchived_at\x18\x0c \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x02R\narchivedAt\x88\x01\x01\x12"\n\nquery_hash\x18\r \x01(\tH\x03R\tqueryHash\x88\x01\x01\x42\r\n\x0b_query_nameB\x08\n\x06_ownerB\x0e\n\x0c_archived_atB\r\n\x0b_query_hash"\xe0\x02\n\x16ListMetaQueriesRequest\x12$\n\x0bname_filter\x18\x01 \x01(\tH\x00R\nnameFilter\x88\x01\x01\x12\x35\n\x05start\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x01R\x05start\x88\x01\x01\x12\x31\n\x03\x65nd\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x02R\x03\x65nd\x88\x01\x01\x12\x1e\n\x08has_name\x18\x04 \x01(\x08H\x03R\x07hasName\x88\x01\x01\x12\x37\n\x06\x63ursor\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x04R\x06\x63ursor\x88\x01\x01\x12\x19\n\x05limit\x18\x06 \x01(\x05H\x05R\x05limit\x88\x01\x01\x42\x0e\n\x0c_name_filterB\x08\n\x06_startB\x06\n\x04_endB\x0b\n\t_has_nameB\t\n\x07_cursorB\x08\n\x06_limit"X\n\x17ListMetaQueriesResponse\x12=\n\x0cmeta_queries\x18\x01 \x03(\x0b\x32\x1a.chalk.server.v1.MetaQueryR\x0bmetaQueries"K\n\x1cListLatestMetaQueriesRequest\x12\x1e\n\x08has_name\x18\x01 \x01(\x08H\x00R\x07hasName\x88\x01\x01\x42\x0b\n\t_has_name"^\n\x1dListLatestMetaQueriesResponse\x12=\n\x0cmeta_queries\x18\x01 \x03(\x0b\x32\x1a.chalk.server.v1.MetaQueryR\x0bmetaQueries"9\n\x13GetMetaQueryRequest\x12"\n\rmeta_query_id\x18\x01 \x01(\tR\x0bmetaQueryId"Q\n\x14GetMetaQueryResponse\x12\x39\n\nmeta_query\x18\x01 \x01(\x0b\x32\x1a.chalk.server.v1.MetaQueryR\tmetaQuery"C\n\x19GetMetaQueryByNameRequest\x12&\n\x0fmeta_query_name\x18\x01 \x01(\tR\rmetaQueryName"W\n\x1aGetMetaQueryByNameResponse\x12\x39\n\nmeta_query\x18\x01 \x01(\x0b\x32\x1a.chalk.server.v1.MetaQueryR\tmetaQuery"C\n\x1bListMetaQueriesByIdsRequest\x12$\n\x0emeta_query_ids\x18\x01 \x03(\tR\x0cmetaQueryIds"]\n\x1cListMetaQueriesByIdsResponse\x12=\n\x0cmeta_queries\x18\x01 \x03(\x0b\x32\x1a.chalk.server.v1.MetaQueryR\x0bmetaQueries" \n\x1eListArchivedMetaQueriesRequest"`\n\x1fListArchivedMetaQueriesResponse\x12=\n\x0cmeta_queries\x18\x01 \x03(\x0b\x32\x1a.chalk.server.v1.MetaQueryR\x0bmetaQueries"F\n!ListMetaQueriesForResolverRequest\x12!\n\x0cresolver_fqn\x18\x01 \x01(\tR\x0bresolverFqn"c\n"ListMetaQueriesForResolverResponse\x12=\n\x0cmeta_queries\x18\x01 \x03(\x0b\x32\x1a.chalk.server.v1.MetaQueryR\x0bmetaQueries"C\n ListMetaQueriesForFeatureRequest\x12\x1f\n\x0b\x66\x65\x61ture_fqn\x18\x01 \x01(\tR\nfeatureFqn"b\n!ListMetaQueriesForFeatureResponse\x12=\n\x0cmeta_queries\x18\x01 \x03(\x0b\x32\x1a.chalk.server.v1.MetaQueryR\x0bmetaQueries"\xaf\x01\n\x1cListMetaQueryVersionsRequest\x12&\n\x0fmeta_query_name\x18\x01 \x01(\tR\rmetaQueryName\x12\x37\n\x06\x63ursor\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x00R\x06\x63ursor\x88\x01\x01\x12\x19\n\x05limit\x18\x03 \x01(\x05H\x01R\x05limit\x88\x01\x01\x42\t\n\x07_cursorB\x08\n\x06_limit"k\n\x1dListMetaQueryVersionsResponse\x12J\n\x13meta_query_versions\x18\x01 \x03(\x0b\x32\x1a.chalk.server.v1.MetaQueryR\x11metaQueryVersions"\xc1\x05\n\x08QueryRun\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12"\n\rmeta_query_id\x18\x02 \x01(\tR\x0bmetaQueryId\x12\x1f\n\x0b\x65xternal_id\x18\x03 \x01(\tR\nexternalId\x12\x39\n\ncreated_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tcreatedAt\x12\'\n\rquery_plan_id\x18\x05 \x01(\tH\x00R\x0bqueryPlanId\x88\x01\x01\x12*\n\x0e\x63orrelation_id\x18\x06 \x01(\tH\x01R\rcorrelationId\x88\x01\x01\x12"\n\nhas_errors\x18\x07 \x01(\x08H\x02R\thasErrors\x88\x01\x01\x12\x1e\n\x08\x61gent_id\x18\x08 \x01(\tH\x03R\x07\x61gentId\x88\x01\x01\x12$\n\x0b\x62ranch_name\x18\t \x01(\tH\x04R\nbranchName\x88\x01\x01\x12(\n\rdeployment_id\x18\n \x01(\tH\x05R\x0c\x64\x65ploymentId\x88\x01\x01\x12+\n\x0fhas_plan_stages\x18\x0b \x01(\x08H\x06R\rhasPlanStages\x88\x01\x01\x12\x1f\n\x08\x64uration\x18\x0c \x01(\x01H\x07R\x08\x64uration\x88\x01\x01\x12\x1e\n\x08trace_id\x18\r \x01(\tH\x08R\x07traceId\x88\x01\x01\x12*\n\x0eresource_group\x18\x0e \x01(\tH\tR\rresourceGroup\x88\x01\x01\x42\x10\n\x0e_query_plan_idB\x11\n\x0f_correlation_idB\r\n\x0b_has_errorsB\x0b\n\t_agent_idB\x0e\n\x0c_branch_nameB\x10\n\x0e_deployment_idB\x12\n\x10_has_plan_stagesB\x0b\n\t_durationB\x0b\n\t_trace_idB\x11\n\x0f_resource_group"\xa7\x01\n\x12GetQueryRunRequest\x12!\n\x0coperation_id\x18\x01 \x01(\tR\x0boperationId\x12T\n\x15\x61pproximate_timestamp\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x00R\x14\x61pproximateTimestamp\x88\x01\x01\x42\x18\n\x16_approximate_timestamp"M\n\x13GetQueryRunResponse\x12\x36\n\tquery_run\x18\x01 \x01(\x0b\x32\x19.chalk.server.v1.QueryRunR\x08queryRun"p\n&GetStreamingResolverMappingPlanRequest\x12!\n\x0cresolver_fqn\x18\x01 \x01(\tR\x0bresolverFqn\x12#\n\rdeployment_id\x18\x02 \x01(\tR\x0c\x64\x65ploymentId"d\n\'GetStreamingResolverMappingPlanResponse\x12\x39\n\nquery_plan\x18\x01 \x01(\x0b\x32\x1a.chalk.server.v1.QueryPlanR\tqueryPlan"m\n#GetStreamingResolverSinkPlanRequest\x12!\n\x0cresolver_fqn\x18\x01 \x01(\tR\x0bresolverFqn\x12#\n\rdeployment_id\x18\x02 \x01(\tR\x0c\x64\x65ploymentId"a\n$GetStreamingResolverSinkPlanResponse\x12\x39\n\nquery_plan\x18\x01 \x01(\x0b\x32\x1a.chalk.server.v1.QueryPlanR\tqueryPlan"\x80\x01\n6GetStreamingResolverMaterializedAggregationPlanRequest\x12!\n\x0cresolver_fqn\x18\x01 \x01(\tR\x0bresolverFqn\x12#\n\rdeployment_id\x18\x02 \x01(\tR\x0c\x64\x65ploymentId"t\n7GetStreamingResolverMaterializedAggregationPlanResponse\x12\x39\n\nquery_plan\x18\x01 \x01(\x0b\x32\x1a.chalk.server.v1.QueryPlanR\tqueryPlan2\xf6\x12\n\x0eQueriesService\x12\x8a\x01\n\x1aGetQueryPerformanceSummary\x12\x32.chalk.server.v1.GetQueryPerformanceSummaryRequest\x1a\x33.chalk.server.v1.GetQueryPerformanceSummaryResponse"\x03\x80}\x06\x12i\n\x0fListQueryErrors\x12\'.chalk.server.v1.ListQueryErrorsRequest\x1a(.chalk.server.v1.ListQueryErrorsResponse"\x03\x80}\x06\x12u\n\x13GetQueryErrorsChart\x12+.chalk.server.v1.GetQueryErrorsChartRequest\x1a,.chalk.server.v1.GetQueryErrorsChartResponse"\x03\x80}\x06\x12`\n\x0cGetQueryPlan\x12$.chalk.server.v1.GetQueryPlanRequest\x1a%.chalk.server.v1.GetQueryPlanResponse"\x03\x80}\x06\x12x\n\x14\x41ggregateQueryErrors\x12,.chalk.server.v1.AggregateQueryErrorsRequest\x1a-.chalk.server.v1.AggregateQueryErrorsResponse"\x03\x80}\x06\x12o\n\x11ListMetaQueryRuns\x12).chalk.server.v1.ListMetaQueryRunsRequest\x1a*.chalk.server.v1.ListMetaQueryRunsResponse"\x03\x80}\x03\x12i\n\x0fListMetaQueries\x12\'.chalk.server.v1.ListMetaQueriesRequest\x1a(.chalk.server.v1.ListMetaQueriesResponse"\x03\x80}\x03\x12{\n\x15ListLatestMetaQueries\x12-.chalk.server.v1.ListLatestMetaQueriesRequest\x1a..chalk.server.v1.ListLatestMetaQueriesResponse"\x03\x80}\x03\x12`\n\x0cGetMetaQuery\x12$.chalk.server.v1.GetMetaQueryRequest\x1a%.chalk.server.v1.GetMetaQueryResponse"\x03\x80}\x03\x12r\n\x12GetMetaQueryByName\x12*.chalk.server.v1.GetMetaQueryByNameRequest\x1a+.chalk.server.v1.GetMetaQueryByNameResponse"\x03\x80}\x03\x12x\n\x14ListMetaQueriesByIds\x12,.chalk.server.v1.ListMetaQueriesByIdsRequest\x1a-.chalk.server.v1.ListMetaQueriesByIdsResponse"\x03\x80}\x03\x12\x81\x01\n\x17ListArchivedMetaQueries\x12/.chalk.server.v1.ListArchivedMetaQueriesRequest\x1a\x30.chalk.server.v1.ListArchivedMetaQueriesResponse"\x03\x80}\x03\x12\x8a\x01\n\x1aListMetaQueriesForResolver\x12\x32.chalk.server.v1.ListMetaQueriesForResolverRequest\x1a\x33.chalk.server.v1.ListMetaQueriesForResolverResponse"\x03\x80}\x03\x12\x87\x01\n\x19ListMetaQueriesForFeature\x12\x31.chalk.server.v1.ListMetaQueriesForFeatureRequest\x1a\x32.chalk.server.v1.ListMetaQueriesForFeatureResponse"\x03\x80}\x03\x12{\n\x15ListMetaQueryVersions\x12-.chalk.server.v1.ListMetaQueryVersionsRequest\x1a..chalk.server.v1.ListMetaQueryVersionsResponse"\x03\x80}\x03\x12]\n\x0bGetQueryRun\x12#.chalk.server.v1.GetQueryRunRequest\x1a$.chalk.server.v1.GetQueryRunResponse"\x03\x80}\x06\x12\x99\x01\n\x1fGetStreamingResolverMappingPlan\x12\x37.chalk.server.v1.GetStreamingResolverMappingPlanRequest\x1a\x38.chalk.server.v1.GetStreamingResolverMappingPlanResponse"\x03\x80}\x06\x12\x90\x01\n\x1cGetStreamingResolverSinkPlan\x12\x34.chalk.server.v1.GetStreamingResolverSinkPlanRequest\x1a\x35.chalk.server.v1.GetStreamingResolverSinkPlanResponse"\x03\x80}\x06\x12\xc9\x01\n/GetStreamingResolverMaterializedAggregationPlan\x12G.chalk.server.v1.GetStreamingResolverMaterializedAggregationPlanRequest\x1aH.chalk.server.v1.GetStreamingResolverMaterializedAggregationPlanResponse"\x03\x80}\x06\x42\x95\x01\n\x13\x63om.chalk.server.v1B\x0cQueriesProtoP\x01Z\x12server/v1;serverv1\xa2\x02\x03\x43SX\xaa\x02\x0f\x43halk.Server.V1\xca\x02\x0f\x43halk\\Server\\V1\xe2\x02\x1b\x43halk\\Server\\V1\\GPBMetadata\xea\x02\x11\x43halk::Server::V1b\x06proto3'
|
|
23
|
+
b'\n\x1d\x63halk/server/v1/queries.proto\x12\x0f\x63halk.server.v1\x1a\x1f\x63halk/auth/v1/permissions.proto\x1a)chalk/chart/v1/densetimeserieschart.proto\x1a\x1egoogle/protobuf/duration.proto\x1a\x1fgoogle/protobuf/timestamp.proto"F\n!GetQueryPerformanceSummaryRequest\x12!\n\x0coperation_id\x18\x01 \x01(\tR\x0boperationId"\x95\x01\n"GetQueryPerformanceSummaryResponse\x12!\n\x0coperation_id\x18\x01 \x01(\tR\x0boperationId\x12\x34\n\x13performance_summary\x18\x02 \x01(\tH\x00R\x12performanceSummary\x88\x01\x01\x42\x16\n\x14_performance_summary"\x8c\x01\n\x18ListQueryErrorsPageToken\x12$\n\x0enumeric_id_hwm\x18\x01 \x01(\x03R\x0cnumericIdHwm\x12J\n\x13\x65rror_timestamp_hwm\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\x11\x65rrorTimestampHwm"\x99\x02\n\x11QueryErrorFilters\x12&\n\x0coperation_id\x18\x01 \x01(\tH\x00R\x0boperationId\x88\x01\x01\x12$\n\x0b\x66\x65\x61ture_fqn\x18\x02 \x01(\tH\x01R\nfeatureFqn\x88\x01\x01\x12&\n\x0cresolver_fqn\x18\x03 \x01(\tH\x02R\x0bresolverFqn\x88\x01\x01\x12"\n\nquery_name\x18\x04 \x01(\tH\x03R\tqueryName\x88\x01\x01\x12\x1d\n\x07message\x18\x05 \x01(\tH\x04R\x07message\x88\x01\x01\x42\x0f\n\r_operation_idB\x0e\n\x0c_feature_fqnB\x0f\n\r_resolver_fqnB\r\n\x0b_query_nameB\n\n\x08_message"\x8e\x07\n\x0eQueryErrorMeta\x12\x0e\n\x02id\x18\x01 \x01(\x03R\x02id\x12\x12\n\x04\x63ode\x18\x02 \x01(\tR\x04\x63ode\x12\x1a\n\x08\x63\x61tegory\x18\x03 \x01(\tR\x08\x63\x61tegory\x12\x18\n\x07message\x18\x04 \x01(\tR\x07message\x12\x33\n\x13\x64isplay_primary_key\x18\x05 \x01(\tH\x00R\x11\x64isplayPrimaryKey\x88\x01\x01\x12:\n\x17\x64isplay_primary_key_fqn\x18\x06 \x01(\tH\x01R\x14\x64isplayPrimaryKeyFqn\x88\x01\x01\x12\x1d\n\x07\x66\x65\x61ture\x18\x07 \x01(\tH\x02R\x07\x66\x65\x61ture\x88\x01\x01\x12\x1f\n\x08resolver\x18\x08 \x01(\tH\x03R\x08resolver\x88\x01\x01\x12"\n\nquery_name\x18\t \x01(\tH\x04R\tqueryName\x88\x01\x01\x12*\n\x0e\x65xception_kind\x18\n \x01(\tH\x05R\rexceptionKind\x88\x01\x01\x12\x30\n\x11\x65xception_message\x18\x0b \x01(\tH\x06R\x10\x65xceptionMessage\x88\x01\x01\x12\x36\n\x14\x65xception_stacktrace\x18\x0c \x01(\tH\x07R\x13\x65xceptionStacktrace\x88\x01\x01\x12G\n\x1d\x65xception_internal_stacktrace\x18\r \x01(\tH\x08R\x1b\x65xceptionInternalStacktrace\x88\x01\x01\x12&\n\x0coperation_id\x18\x0e \x01(\tH\tR\x0boperationId\x88\x01\x01\x12(\n\rdeployment_id\x18\x0f \x01(\tH\nR\x0c\x64\x65ploymentId\x88\x01\x01\x12\x39\n\ncreated_at\x18\x10 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tcreatedAtB\x16\n\x14_display_primary_keyB\x1a\n\x18_display_primary_key_fqnB\n\n\x08_featureB\x0b\n\t_resolverB\r\n\x0b_query_nameB\x11\n\x0f_exception_kindB\x14\n\x12_exception_messageB\x17\n\x15_exception_stacktraceB \n\x1e_exception_internal_stacktraceB\x0f\n\r_operation_idB\x10\n\x0e_deployment_id"\xab\x02\n\x16ListQueryErrorsRequest\x12\x39\n\nstart_date\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tstartDate\x12\x35\n\x08\x65nd_date\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\x07\x65ndDate\x12<\n\x07\x66ilters\x18\x03 \x01(\x0b\x32".chalk.server.v1.QueryErrorFiltersR\x07\x66ilters\x12 \n\tpage_size\x18\x04 \x01(\x05H\x00R\x08pageSize\x88\x01\x01\x12"\n\npage_token\x18\x05 \x01(\tH\x01R\tpageToken\x88\x01\x01\x42\x0c\n\n_page_sizeB\r\n\x0b_page_token"\x9e\x01\n\x17ListQueryErrorsResponse\x12\x42\n\x0cquery_errors\x18\x01 \x03(\x0b\x32\x1f.chalk.server.v1.QueryErrorMetaR\x0bqueryErrors\x12+\n\x0fnext_page_token\x18\x02 \x01(\tH\x00R\rnextPageToken\x88\x01\x01\x42\x12\n\x10_next_page_token"\xe7\x02\n\x1aGetQueryErrorsChartRequest\x12V\n\x19start_timestamp_inclusive\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\x17startTimestampInclusive\x12W\n\x17\x65nd_timestamp_exclusive\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x00R\x15\x65ndTimestampExclusive\x88\x01\x01\x12>\n\rwindow_period\x18\x03 \x01(\x0b\x32\x19.google.protobuf.DurationR\x0cwindowPeriod\x12<\n\x07\x66ilters\x18\x04 \x01(\x0b\x32".chalk.server.v1.QueryErrorFiltersR\x07\x66iltersB\x1a\n\x18_end_timestamp_exclusive"Y\n\x1bGetQueryErrorsChartResponse\x12:\n\x05\x63hart\x18\x01 \x01(\x0b\x32$.chalk.chart.v1.DenseTimeSeriesChartR\x05\x63hart"9\n\x13GetQueryPlanRequest\x12"\n\rquery_plan_id\x18\x01 \x01(\tR\x0bqueryPlanId"\xc1\x01\n\tQueryPlan\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12%\n\x0e\x65nvironment_id\x18\x02 \x01(\tR\renvironmentId\x12#\n\rdeployment_id\x18\x03 \x01(\tR\x0c\x64\x65ploymentId\x12\x1d\n\nquery_plan\x18\x04 \x01(\tR\tqueryPlan\x12\x39\n\ncreated_at\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tcreatedAt"Q\n\x14GetQueryPlanResponse\x12\x39\n\nquery_plan\x18\x01 \x01(\x0b\x32\x1a.chalk.server.v1.QueryPlanR\tqueryPlan"\xe4\x01\n\x14\x41ggregatedQueryError\x12\x42\n\x0csample_error\x18\x01 \x01(\x0b\x32\x1f.chalk.server.v1.QueryErrorMetaR\x0bsampleError\x12\x14\n\x05\x63ount\x18\x02 \x01(\x03R\x05\x63ount\x12\x39\n\nfirst_seen\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tfirstSeen\x12\x37\n\tlast_seen\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\x08lastSeen"\xb0\x02\n\x1b\x41ggregateQueryErrorsRequest\x12\x39\n\nstart_date\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tstartDate\x12\x35\n\x08\x65nd_date\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\x07\x65ndDate\x12<\n\x07\x66ilters\x18\x03 \x01(\x0b\x32".chalk.server.v1.QueryErrorFiltersR\x07\x66ilters\x12 \n\tpage_size\x18\x04 \x01(\x05H\x00R\x08pageSize\x88\x01\x01\x12"\n\npage_token\x18\x05 \x01(\tH\x01R\tpageToken\x88\x01\x01\x42\x0c\n\n_page_sizeB\r\n\x0b_page_token"\xb3\x01\n\x1c\x41ggregateQueryErrorsResponse\x12R\n\x11\x61ggregated_errors\x18\x01 \x03(\x0b\x32%.chalk.server.v1.AggregatedQueryErrorR\x10\x61ggregatedErrors\x12+\n\x0fnext_page_token\x18\x02 \x01(\tH\x00R\rnextPageToken\x88\x01\x01\x42\x12\n\x10_next_page_token"\x98\x05\n\x0cMetaQueryRun\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12"\n\rmeta_query_id\x18\x02 \x01(\tR\x0bmetaQueryId\x12\x1f\n\x0b\x65xternal_id\x18\x03 \x01(\tR\nexternalId\x12\x39\n\ncreated_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tcreatedAt\x12\'\n\rquery_plan_id\x18\x05 \x01(\tH\x00R\x0bqueryPlanId\x88\x01\x01\x12*\n\x0e\x63orrelation_id\x18\x06 \x01(\tH\x01R\rcorrelationId\x88\x01\x01\x12\x1d\n\nhas_errors\x18\x07 \x01(\x08R\thasErrors\x12\x1e\n\x08\x61gent_id\x18\x08 \x01(\tH\x02R\x07\x61gentId\x88\x01\x01\x12$\n\x0b\x62ranch_name\x18\t \x01(\tH\x03R\nbranchName\x88\x01\x01\x12(\n\rdeployment_id\x18\n \x01(\tH\x04R\x0c\x64\x65ploymentId\x88\x01\x01\x12&\n\x0fhas_plan_stages\x18\x0b \x01(\x08R\rhasPlanStages\x12\x1f\n\x08\x64uration\x18\x0c \x01(\x01H\x05R\x08\x64uration\x88\x01\x01\x12\x1e\n\x08trace_id\x18\r \x01(\tH\x06R\x07traceId\x88\x01\x01\x12*\n\x0eresource_group\x18\x0e \x01(\tH\x07R\rresourceGroup\x88\x01\x01\x42\x10\n\x0e_query_plan_idB\x11\n\x0f_correlation_idB\x0b\n\t_agent_idB\x0e\n\x0c_branch_nameB\x10\n\x0e_deployment_idB\x0b\n\t_durationB\x0b\n\t_trace_idB\x11\n\x0f_resource_group"\x82\x01\n\x14MetaQueryRunWithMeta\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12/\n\x03run\x18\x02 \x01(\x0b\x32\x1d.chalk.server.v1.MetaQueryRunR\x03run\x12\x1d\n\x07latency\x18\x03 \x01(\x01H\x00R\x07latency\x88\x01\x01\x42\n\n\x08_latency"\xbd\x07\n\x18ListMetaQueryRunsRequest\x12\'\n\x0finclude_latency\x18\x01 \x01(\x08R\x0eincludeLatency\x12)\n\x0emin_latency_ms\x18\x02 \x01(\x01H\x00R\x0cminLatencyMs\x88\x01\x01\x12\'\n\rquery_plan_id\x18\x03 \x01(\tH\x01R\x0bqueryPlanId\x88\x01\x01\x12\'\n\rmeta_query_id\x18\x04 \x01(\x05H\x02R\x0bmetaQueryId\x88\x01\x01\x12+\n\x0fmeta_query_name\x18\x05 \x01(\tH\x03R\rmetaQueryName\x88\x01\x01\x12 \n\tid_filter\x18\x06 \x01(\tH\x04R\x08idFilter\x88\x01\x01\x12(\n\rbranch_filter\x18\x07 \x01(\tH\x05R\x0c\x62ranchFilter\x88\x01\x01\x12\x1e\n\x08\x61gent_id\x18\x08 \x01(\tH\x06R\x07\x61gentId\x88\x01\x01\x12%\n\x0croot_ns_pkey\x18\t \x01(\tH\x07R\nrootNsPkey\x88\x01\x01\x12\x37\n\x06\x63ursor\x18\n \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x08R\x06\x63ursor\x88\x01\x01\x12\x19\n\x05limit\x18\x0b \x01(\x05H\tR\x05limit\x88\x01\x01\x12\x35\n\x05start\x18\x0c \x01(\x0b\x32\x1a.google.protobuf.TimestampH\nR\x05start\x88\x01\x01\x12\x31\n\x03\x65nd\x18\r \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x0bR\x03\x65nd\x88\x01\x01\x12"\n\nhas_errors\x18\x0e \x01(\x08H\x0cR\thasErrors\x88\x01\x01\x12 \n\thas_trace\x18\x0f \x01(\x08H\rR\x08hasTrace\x88\x01\x01\x12\x1e\n\x08trace_id\x18\x10 \x01(\tH\x0eR\x07traceId\x88\x01\x01\x12*\n\x0eresource_group\x18\x11 \x01(\tH\x0fR\rresourceGroup\x88\x01\x01\x42\x11\n\x0f_min_latency_msB\x10\n\x0e_query_plan_idB\x10\n\x0e_meta_query_idB\x12\n\x10_meta_query_nameB\x0c\n\n_id_filterB\x10\n\x0e_branch_filterB\x0b\n\t_agent_idB\x0f\n\r_root_ns_pkeyB\t\n\x07_cursorB\x08\n\x06_limitB\x08\n\x06_startB\x06\n\x04_endB\r\n\x0b_has_errorsB\x0c\n\n_has_traceB\x0b\n\t_trace_idB\x11\n\x0f_resource_group"\xb3\x01\n\x19ListMetaQueryRunsResponse\x12\x44\n\nquery_runs\x18\x01 \x03(\x0b\x32%.chalk.server.v1.MetaQueryRunWithMetaR\tqueryRuns\x12@\n\x0bnext_cursor\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x00R\nnextCursor\x88\x01\x01\x42\x0e\n\x0c_next_cursor"\x99\x05\n\tMetaQuery\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12"\n\nquery_name\x18\x02 \x01(\tH\x00R\tqueryName\x88\x01\x01\x12%\n\x0einput_features\x18\x03 \x03(\tR\rinputFeatures\x12\'\n\x0foutput_features\x18\x04 \x03(\tR\x0eoutputFeatures\x12(\n\x10output_root_fqns\x18\x05 \x03(\tR\x0eoutputRootFqns\x12\x30\n\x14query_features_count\x18\x06 \x01(\x05R\x12queryFeaturesCount\x12\'\n\x0fquery_resolvers\x18\x07 \x03(\tR\x0equeryResolvers\x12\x19\n\x05owner\x18\x08 \x01(\tH\x01R\x05owner\x88\x01\x01\x12\x12\n\x04tags\x18\t \x03(\tR\x04tags\x12\x44\n\x10last_observed_at\x18\n \x01(\x0b\x32\x1a.google.protobuf.TimestampR\x0elastObservedAt\x12\x39\n\ncreated_at\x18\x0b \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tcreatedAt\x12@\n\x0b\x61rchived_at\x18\x0c \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x02R\narchivedAt\x88\x01\x01\x12"\n\nquery_hash\x18\r \x01(\tH\x03R\tqueryHash\x88\x01\x01\x12\x35\n\x17input_feature_root_fqns\x18\x0e \x03(\tR\x14inputFeatureRootFqnsB\r\n\x0b_query_nameB\x08\n\x06_ownerB\x0e\n\x0c_archived_atB\r\n\x0b_query_hash"\xe0\x02\n\x16ListMetaQueriesRequest\x12$\n\x0bname_filter\x18\x01 \x01(\tH\x00R\nnameFilter\x88\x01\x01\x12\x35\n\x05start\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x01R\x05start\x88\x01\x01\x12\x31\n\x03\x65nd\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x02R\x03\x65nd\x88\x01\x01\x12\x1e\n\x08has_name\x18\x04 \x01(\x08H\x03R\x07hasName\x88\x01\x01\x12\x37\n\x06\x63ursor\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x04R\x06\x63ursor\x88\x01\x01\x12\x19\n\x05limit\x18\x06 \x01(\x05H\x05R\x05limit\x88\x01\x01\x42\x0e\n\x0c_name_filterB\x08\n\x06_startB\x06\n\x04_endB\x0b\n\t_has_nameB\t\n\x07_cursorB\x08\n\x06_limit"X\n\x17ListMetaQueriesResponse\x12=\n\x0cmeta_queries\x18\x01 \x03(\x0b\x32\x1a.chalk.server.v1.MetaQueryR\x0bmetaQueries"K\n\x1cListLatestMetaQueriesRequest\x12\x1e\n\x08has_name\x18\x01 \x01(\x08H\x00R\x07hasName\x88\x01\x01\x42\x0b\n\t_has_name"^\n\x1dListLatestMetaQueriesResponse\x12=\n\x0cmeta_queries\x18\x01 \x03(\x0b\x32\x1a.chalk.server.v1.MetaQueryR\x0bmetaQueries"9\n\x13GetMetaQueryRequest\x12"\n\rmeta_query_id\x18\x01 \x01(\tR\x0bmetaQueryId"Q\n\x14GetMetaQueryResponse\x12\x39\n\nmeta_query\x18\x01 \x01(\x0b\x32\x1a.chalk.server.v1.MetaQueryR\tmetaQuery"C\n\x19GetMetaQueryByNameRequest\x12&\n\x0fmeta_query_name\x18\x01 \x01(\tR\rmetaQueryName"W\n\x1aGetMetaQueryByNameResponse\x12\x39\n\nmeta_query\x18\x01 \x01(\x0b\x32\x1a.chalk.server.v1.MetaQueryR\tmetaQuery"C\n\x1bListMetaQueriesByIdsRequest\x12$\n\x0emeta_query_ids\x18\x01 \x03(\tR\x0cmetaQueryIds"]\n\x1cListMetaQueriesByIdsResponse\x12=\n\x0cmeta_queries\x18\x01 \x03(\x0b\x32\x1a.chalk.server.v1.MetaQueryR\x0bmetaQueries" \n\x1eListArchivedMetaQueriesRequest"`\n\x1fListArchivedMetaQueriesResponse\x12=\n\x0cmeta_queries\x18\x01 \x03(\x0b\x32\x1a.chalk.server.v1.MetaQueryR\x0bmetaQueries"F\n!ListMetaQueriesForResolverRequest\x12!\n\x0cresolver_fqn\x18\x01 \x01(\tR\x0bresolverFqn"c\n"ListMetaQueriesForResolverResponse\x12=\n\x0cmeta_queries\x18\x01 \x03(\x0b\x32\x1a.chalk.server.v1.MetaQueryR\x0bmetaQueries"C\n ListMetaQueriesForFeatureRequest\x12\x1f\n\x0b\x66\x65\x61ture_fqn\x18\x01 \x01(\tR\nfeatureFqn"b\n!ListMetaQueriesForFeatureResponse\x12=\n\x0cmeta_queries\x18\x01 \x03(\x0b\x32\x1a.chalk.server.v1.MetaQueryR\x0bmetaQueries"\xaf\x01\n\x1cListMetaQueryVersionsRequest\x12&\n\x0fmeta_query_name\x18\x01 \x01(\tR\rmetaQueryName\x12\x37\n\x06\x63ursor\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x00R\x06\x63ursor\x88\x01\x01\x12\x19\n\x05limit\x18\x03 \x01(\x05H\x01R\x05limit\x88\x01\x01\x42\t\n\x07_cursorB\x08\n\x06_limit"k\n\x1dListMetaQueryVersionsResponse\x12J\n\x13meta_query_versions\x18\x01 \x03(\x0b\x32\x1a.chalk.server.v1.MetaQueryR\x11metaQueryVersions"\xc1\x05\n\x08QueryRun\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12"\n\rmeta_query_id\x18\x02 \x01(\tR\x0bmetaQueryId\x12\x1f\n\x0b\x65xternal_id\x18\x03 \x01(\tR\nexternalId\x12\x39\n\ncreated_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tcreatedAt\x12\'\n\rquery_plan_id\x18\x05 \x01(\tH\x00R\x0bqueryPlanId\x88\x01\x01\x12*\n\x0e\x63orrelation_id\x18\x06 \x01(\tH\x01R\rcorrelationId\x88\x01\x01\x12"\n\nhas_errors\x18\x07 \x01(\x08H\x02R\thasErrors\x88\x01\x01\x12\x1e\n\x08\x61gent_id\x18\x08 \x01(\tH\x03R\x07\x61gentId\x88\x01\x01\x12$\n\x0b\x62ranch_name\x18\t \x01(\tH\x04R\nbranchName\x88\x01\x01\x12(\n\rdeployment_id\x18\n \x01(\tH\x05R\x0c\x64\x65ploymentId\x88\x01\x01\x12+\n\x0fhas_plan_stages\x18\x0b \x01(\x08H\x06R\rhasPlanStages\x88\x01\x01\x12\x1f\n\x08\x64uration\x18\x0c \x01(\x01H\x07R\x08\x64uration\x88\x01\x01\x12\x1e\n\x08trace_id\x18\r \x01(\tH\x08R\x07traceId\x88\x01\x01\x12*\n\x0eresource_group\x18\x0e \x01(\tH\tR\rresourceGroup\x88\x01\x01\x42\x10\n\x0e_query_plan_idB\x11\n\x0f_correlation_idB\r\n\x0b_has_errorsB\x0b\n\t_agent_idB\x0e\n\x0c_branch_nameB\x10\n\x0e_deployment_idB\x12\n\x10_has_plan_stagesB\x0b\n\t_durationB\x0b\n\t_trace_idB\x11\n\x0f_resource_group"\xa7\x01\n\x12GetQueryRunRequest\x12!\n\x0coperation_id\x18\x01 \x01(\tR\x0boperationId\x12T\n\x15\x61pproximate_timestamp\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x00R\x14\x61pproximateTimestamp\x88\x01\x01\x42\x18\n\x16_approximate_timestamp"M\n\x13GetQueryRunResponse\x12\x36\n\tquery_run\x18\x01 \x01(\x0b\x32\x19.chalk.server.v1.QueryRunR\x08queryRun"p\n&GetStreamingResolverMappingPlanRequest\x12!\n\x0cresolver_fqn\x18\x01 \x01(\tR\x0bresolverFqn\x12#\n\rdeployment_id\x18\x02 \x01(\tR\x0c\x64\x65ploymentId"d\n\'GetStreamingResolverMappingPlanResponse\x12\x39\n\nquery_plan\x18\x01 \x01(\x0b\x32\x1a.chalk.server.v1.QueryPlanR\tqueryPlan"m\n#GetStreamingResolverSinkPlanRequest\x12!\n\x0cresolver_fqn\x18\x01 \x01(\tR\x0bresolverFqn\x12#\n\rdeployment_id\x18\x02 \x01(\tR\x0c\x64\x65ploymentId"a\n$GetStreamingResolverSinkPlanResponse\x12\x39\n\nquery_plan\x18\x01 \x01(\x0b\x32\x1a.chalk.server.v1.QueryPlanR\tqueryPlan"\x80\x01\n6GetStreamingResolverMaterializedAggregationPlanRequest\x12!\n\x0cresolver_fqn\x18\x01 \x01(\tR\x0bresolverFqn\x12#\n\rdeployment_id\x18\x02 \x01(\tR\x0c\x64\x65ploymentId"t\n7GetStreamingResolverMaterializedAggregationPlanResponse\x12\x39\n\nquery_plan\x18\x01 \x01(\x0b\x32\x1a.chalk.server.v1.QueryPlanR\tqueryPlan2\xf6\x12\n\x0eQueriesService\x12\x8a\x01\n\x1aGetQueryPerformanceSummary\x12\x32.chalk.server.v1.GetQueryPerformanceSummaryRequest\x1a\x33.chalk.server.v1.GetQueryPerformanceSummaryResponse"\x03\x80}\x06\x12i\n\x0fListQueryErrors\x12\'.chalk.server.v1.ListQueryErrorsRequest\x1a(.chalk.server.v1.ListQueryErrorsResponse"\x03\x80}\x06\x12u\n\x13GetQueryErrorsChart\x12+.chalk.server.v1.GetQueryErrorsChartRequest\x1a,.chalk.server.v1.GetQueryErrorsChartResponse"\x03\x80}\x06\x12`\n\x0cGetQueryPlan\x12$.chalk.server.v1.GetQueryPlanRequest\x1a%.chalk.server.v1.GetQueryPlanResponse"\x03\x80}\x06\x12x\n\x14\x41ggregateQueryErrors\x12,.chalk.server.v1.AggregateQueryErrorsRequest\x1a-.chalk.server.v1.AggregateQueryErrorsResponse"\x03\x80}\x06\x12o\n\x11ListMetaQueryRuns\x12).chalk.server.v1.ListMetaQueryRunsRequest\x1a*.chalk.server.v1.ListMetaQueryRunsResponse"\x03\x80}\x03\x12i\n\x0fListMetaQueries\x12\'.chalk.server.v1.ListMetaQueriesRequest\x1a(.chalk.server.v1.ListMetaQueriesResponse"\x03\x80}\x03\x12{\n\x15ListLatestMetaQueries\x12-.chalk.server.v1.ListLatestMetaQueriesRequest\x1a..chalk.server.v1.ListLatestMetaQueriesResponse"\x03\x80}\x03\x12`\n\x0cGetMetaQuery\x12$.chalk.server.v1.GetMetaQueryRequest\x1a%.chalk.server.v1.GetMetaQueryResponse"\x03\x80}\x03\x12r\n\x12GetMetaQueryByName\x12*.chalk.server.v1.GetMetaQueryByNameRequest\x1a+.chalk.server.v1.GetMetaQueryByNameResponse"\x03\x80}\x03\x12x\n\x14ListMetaQueriesByIds\x12,.chalk.server.v1.ListMetaQueriesByIdsRequest\x1a-.chalk.server.v1.ListMetaQueriesByIdsResponse"\x03\x80}\x03\x12\x81\x01\n\x17ListArchivedMetaQueries\x12/.chalk.server.v1.ListArchivedMetaQueriesRequest\x1a\x30.chalk.server.v1.ListArchivedMetaQueriesResponse"\x03\x80}\x03\x12\x8a\x01\n\x1aListMetaQueriesForResolver\x12\x32.chalk.server.v1.ListMetaQueriesForResolverRequest\x1a\x33.chalk.server.v1.ListMetaQueriesForResolverResponse"\x03\x80}\x03\x12\x87\x01\n\x19ListMetaQueriesForFeature\x12\x31.chalk.server.v1.ListMetaQueriesForFeatureRequest\x1a\x32.chalk.server.v1.ListMetaQueriesForFeatureResponse"\x03\x80}\x03\x12{\n\x15ListMetaQueryVersions\x12-.chalk.server.v1.ListMetaQueryVersionsRequest\x1a..chalk.server.v1.ListMetaQueryVersionsResponse"\x03\x80}\x03\x12]\n\x0bGetQueryRun\x12#.chalk.server.v1.GetQueryRunRequest\x1a$.chalk.server.v1.GetQueryRunResponse"\x03\x80}\x06\x12\x99\x01\n\x1fGetStreamingResolverMappingPlan\x12\x37.chalk.server.v1.GetStreamingResolverMappingPlanRequest\x1a\x38.chalk.server.v1.GetStreamingResolverMappingPlanResponse"\x03\x80}\x06\x12\x90\x01\n\x1cGetStreamingResolverSinkPlan\x12\x34.chalk.server.v1.GetStreamingResolverSinkPlanRequest\x1a\x35.chalk.server.v1.GetStreamingResolverSinkPlanResponse"\x03\x80}\x06\x12\xc9\x01\n/GetStreamingResolverMaterializedAggregationPlan\x12G.chalk.server.v1.GetStreamingResolverMaterializedAggregationPlanRequest\x1aH.chalk.server.v1.GetStreamingResolverMaterializedAggregationPlanResponse"\x03\x80}\x06\x42\x95\x01\n\x13\x63om.chalk.server.v1B\x0cQueriesProtoP\x01Z\x12server/v1;serverv1\xa2\x02\x03\x43SX\xaa\x02\x0f\x43halk.Server.V1\xca\x02\x0f\x43halk\\Server\\V1\xe2\x02\x1b\x43halk\\Server\\V1\\GPBMetadata\xea\x02\x11\x43halk::Server::V1b\x06proto3'
|
|
24
24
|
)
|
|
25
25
|
|
|
26
26
|
_globals = globals()
|
|
@@ -102,69 +102,69 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
|
102
102
|
_globals["_AGGREGATEQUERYERRORSRESPONSE"]._serialized_start = 3548
|
|
103
103
|
_globals["_AGGREGATEQUERYERRORSRESPONSE"]._serialized_end = 3727
|
|
104
104
|
_globals["_METAQUERYRUN"]._serialized_start = 3730
|
|
105
|
-
_globals["_METAQUERYRUN"]._serialized_end =
|
|
106
|
-
_globals["_METAQUERYRUNWITHMETA"]._serialized_start =
|
|
107
|
-
_globals["_METAQUERYRUNWITHMETA"]._serialized_end =
|
|
108
|
-
_globals["_LISTMETAQUERYRUNSREQUEST"]._serialized_start =
|
|
109
|
-
_globals["_LISTMETAQUERYRUNSREQUEST"]._serialized_end =
|
|
110
|
-
_globals["_LISTMETAQUERYRUNSRESPONSE"]._serialized_start =
|
|
111
|
-
_globals["_LISTMETAQUERYRUNSRESPONSE"]._serialized_end =
|
|
112
|
-
_globals["_METAQUERY"]._serialized_start =
|
|
113
|
-
_globals["_METAQUERY"]._serialized_end =
|
|
114
|
-
_globals["_LISTMETAQUERIESREQUEST"]._serialized_start =
|
|
115
|
-
_globals["_LISTMETAQUERIESREQUEST"]._serialized_end =
|
|
116
|
-
_globals["_LISTMETAQUERIESRESPONSE"]._serialized_start =
|
|
117
|
-
_globals["_LISTMETAQUERIESRESPONSE"]._serialized_end =
|
|
118
|
-
_globals["_LISTLATESTMETAQUERIESREQUEST"]._serialized_start =
|
|
119
|
-
_globals["_LISTLATESTMETAQUERIESREQUEST"]._serialized_end =
|
|
120
|
-
_globals["_LISTLATESTMETAQUERIESRESPONSE"]._serialized_start =
|
|
121
|
-
_globals["_LISTLATESTMETAQUERIESRESPONSE"]._serialized_end =
|
|
122
|
-
_globals["_GETMETAQUERYREQUEST"]._serialized_start =
|
|
123
|
-
_globals["_GETMETAQUERYREQUEST"]._serialized_end =
|
|
124
|
-
_globals["_GETMETAQUERYRESPONSE"]._serialized_start =
|
|
125
|
-
_globals["_GETMETAQUERYRESPONSE"]._serialized_end =
|
|
126
|
-
_globals["_GETMETAQUERYBYNAMEREQUEST"]._serialized_start =
|
|
127
|
-
_globals["_GETMETAQUERYBYNAMEREQUEST"]._serialized_end =
|
|
128
|
-
_globals["_GETMETAQUERYBYNAMERESPONSE"]._serialized_start =
|
|
129
|
-
_globals["_GETMETAQUERYBYNAMERESPONSE"]._serialized_end =
|
|
130
|
-
_globals["_LISTMETAQUERIESBYIDSREQUEST"]._serialized_start =
|
|
131
|
-
_globals["_LISTMETAQUERIESBYIDSREQUEST"]._serialized_end =
|
|
132
|
-
_globals["_LISTMETAQUERIESBYIDSRESPONSE"]._serialized_start =
|
|
133
|
-
_globals["_LISTMETAQUERIESBYIDSRESPONSE"]._serialized_end =
|
|
134
|
-
_globals["_LISTARCHIVEDMETAQUERIESREQUEST"]._serialized_start =
|
|
135
|
-
_globals["_LISTARCHIVEDMETAQUERIESREQUEST"]._serialized_end =
|
|
136
|
-
_globals["_LISTARCHIVEDMETAQUERIESRESPONSE"]._serialized_start =
|
|
137
|
-
_globals["_LISTARCHIVEDMETAQUERIESRESPONSE"]._serialized_end =
|
|
138
|
-
_globals["_LISTMETAQUERIESFORRESOLVERREQUEST"]._serialized_start =
|
|
139
|
-
_globals["_LISTMETAQUERIESFORRESOLVERREQUEST"]._serialized_end =
|
|
140
|
-
_globals["_LISTMETAQUERIESFORRESOLVERRESPONSE"]._serialized_start =
|
|
141
|
-
_globals["_LISTMETAQUERIESFORRESOLVERRESPONSE"]._serialized_end =
|
|
142
|
-
_globals["_LISTMETAQUERIESFORFEATUREREQUEST"]._serialized_start =
|
|
143
|
-
_globals["_LISTMETAQUERIESFORFEATUREREQUEST"]._serialized_end =
|
|
144
|
-
_globals["_LISTMETAQUERIESFORFEATURERESPONSE"]._serialized_start =
|
|
145
|
-
_globals["_LISTMETAQUERIESFORFEATURERESPONSE"]._serialized_end =
|
|
146
|
-
_globals["_LISTMETAQUERYVERSIONSREQUEST"]._serialized_start =
|
|
147
|
-
_globals["_LISTMETAQUERYVERSIONSREQUEST"]._serialized_end =
|
|
148
|
-
_globals["_LISTMETAQUERYVERSIONSRESPONSE"]._serialized_start =
|
|
149
|
-
_globals["_LISTMETAQUERYVERSIONSRESPONSE"]._serialized_end =
|
|
150
|
-
_globals["_QUERYRUN"]._serialized_start =
|
|
151
|
-
_globals["_QUERYRUN"]._serialized_end =
|
|
152
|
-
_globals["_GETQUERYRUNREQUEST"]._serialized_start =
|
|
153
|
-
_globals["_GETQUERYRUNREQUEST"]._serialized_end =
|
|
154
|
-
_globals["_GETQUERYRUNRESPONSE"]._serialized_start =
|
|
155
|
-
_globals["_GETQUERYRUNRESPONSE"]._serialized_end =
|
|
156
|
-
_globals["_GETSTREAMINGRESOLVERMAPPINGPLANREQUEST"]._serialized_start =
|
|
157
|
-
_globals["_GETSTREAMINGRESOLVERMAPPINGPLANREQUEST"]._serialized_end =
|
|
158
|
-
_globals["_GETSTREAMINGRESOLVERMAPPINGPLANRESPONSE"]._serialized_start =
|
|
159
|
-
_globals["_GETSTREAMINGRESOLVERMAPPINGPLANRESPONSE"]._serialized_end =
|
|
160
|
-
_globals["_GETSTREAMINGRESOLVERSINKPLANREQUEST"]._serialized_start =
|
|
161
|
-
_globals["_GETSTREAMINGRESOLVERSINKPLANREQUEST"]._serialized_end =
|
|
162
|
-
_globals["_GETSTREAMINGRESOLVERSINKPLANRESPONSE"]._serialized_start =
|
|
163
|
-
_globals["_GETSTREAMINGRESOLVERSINKPLANRESPONSE"]._serialized_end =
|
|
164
|
-
_globals["_GETSTREAMINGRESOLVERMATERIALIZEDAGGREGATIONPLANREQUEST"]._serialized_start =
|
|
165
|
-
_globals["_GETSTREAMINGRESOLVERMATERIALIZEDAGGREGATIONPLANREQUEST"]._serialized_end =
|
|
166
|
-
_globals["_GETSTREAMINGRESOLVERMATERIALIZEDAGGREGATIONPLANRESPONSE"]._serialized_start =
|
|
167
|
-
_globals["_GETSTREAMINGRESOLVERMATERIALIZEDAGGREGATIONPLANRESPONSE"]._serialized_end =
|
|
168
|
-
_globals["_QUERIESSERVICE"]._serialized_start =
|
|
169
|
-
_globals["_QUERIESSERVICE"]._serialized_end =
|
|
105
|
+
_globals["_METAQUERYRUN"]._serialized_end = 4394
|
|
106
|
+
_globals["_METAQUERYRUNWITHMETA"]._serialized_start = 4397
|
|
107
|
+
_globals["_METAQUERYRUNWITHMETA"]._serialized_end = 4527
|
|
108
|
+
_globals["_LISTMETAQUERYRUNSREQUEST"]._serialized_start = 4530
|
|
109
|
+
_globals["_LISTMETAQUERYRUNSREQUEST"]._serialized_end = 5487
|
|
110
|
+
_globals["_LISTMETAQUERYRUNSRESPONSE"]._serialized_start = 5490
|
|
111
|
+
_globals["_LISTMETAQUERYRUNSRESPONSE"]._serialized_end = 5669
|
|
112
|
+
_globals["_METAQUERY"]._serialized_start = 5672
|
|
113
|
+
_globals["_METAQUERY"]._serialized_end = 6337
|
|
114
|
+
_globals["_LISTMETAQUERIESREQUEST"]._serialized_start = 6340
|
|
115
|
+
_globals["_LISTMETAQUERIESREQUEST"]._serialized_end = 6692
|
|
116
|
+
_globals["_LISTMETAQUERIESRESPONSE"]._serialized_start = 6694
|
|
117
|
+
_globals["_LISTMETAQUERIESRESPONSE"]._serialized_end = 6782
|
|
118
|
+
_globals["_LISTLATESTMETAQUERIESREQUEST"]._serialized_start = 6784
|
|
119
|
+
_globals["_LISTLATESTMETAQUERIESREQUEST"]._serialized_end = 6859
|
|
120
|
+
_globals["_LISTLATESTMETAQUERIESRESPONSE"]._serialized_start = 6861
|
|
121
|
+
_globals["_LISTLATESTMETAQUERIESRESPONSE"]._serialized_end = 6955
|
|
122
|
+
_globals["_GETMETAQUERYREQUEST"]._serialized_start = 6957
|
|
123
|
+
_globals["_GETMETAQUERYREQUEST"]._serialized_end = 7014
|
|
124
|
+
_globals["_GETMETAQUERYRESPONSE"]._serialized_start = 7016
|
|
125
|
+
_globals["_GETMETAQUERYRESPONSE"]._serialized_end = 7097
|
|
126
|
+
_globals["_GETMETAQUERYBYNAMEREQUEST"]._serialized_start = 7099
|
|
127
|
+
_globals["_GETMETAQUERYBYNAMEREQUEST"]._serialized_end = 7166
|
|
128
|
+
_globals["_GETMETAQUERYBYNAMERESPONSE"]._serialized_start = 7168
|
|
129
|
+
_globals["_GETMETAQUERYBYNAMERESPONSE"]._serialized_end = 7255
|
|
130
|
+
_globals["_LISTMETAQUERIESBYIDSREQUEST"]._serialized_start = 7257
|
|
131
|
+
_globals["_LISTMETAQUERIESBYIDSREQUEST"]._serialized_end = 7324
|
|
132
|
+
_globals["_LISTMETAQUERIESBYIDSRESPONSE"]._serialized_start = 7326
|
|
133
|
+
_globals["_LISTMETAQUERIESBYIDSRESPONSE"]._serialized_end = 7419
|
|
134
|
+
_globals["_LISTARCHIVEDMETAQUERIESREQUEST"]._serialized_start = 7421
|
|
135
|
+
_globals["_LISTARCHIVEDMETAQUERIESREQUEST"]._serialized_end = 7453
|
|
136
|
+
_globals["_LISTARCHIVEDMETAQUERIESRESPONSE"]._serialized_start = 7455
|
|
137
|
+
_globals["_LISTARCHIVEDMETAQUERIESRESPONSE"]._serialized_end = 7551
|
|
138
|
+
_globals["_LISTMETAQUERIESFORRESOLVERREQUEST"]._serialized_start = 7553
|
|
139
|
+
_globals["_LISTMETAQUERIESFORRESOLVERREQUEST"]._serialized_end = 7623
|
|
140
|
+
_globals["_LISTMETAQUERIESFORRESOLVERRESPONSE"]._serialized_start = 7625
|
|
141
|
+
_globals["_LISTMETAQUERIESFORRESOLVERRESPONSE"]._serialized_end = 7724
|
|
142
|
+
_globals["_LISTMETAQUERIESFORFEATUREREQUEST"]._serialized_start = 7726
|
|
143
|
+
_globals["_LISTMETAQUERIESFORFEATUREREQUEST"]._serialized_end = 7793
|
|
144
|
+
_globals["_LISTMETAQUERIESFORFEATURERESPONSE"]._serialized_start = 7795
|
|
145
|
+
_globals["_LISTMETAQUERIESFORFEATURERESPONSE"]._serialized_end = 7893
|
|
146
|
+
_globals["_LISTMETAQUERYVERSIONSREQUEST"]._serialized_start = 7896
|
|
147
|
+
_globals["_LISTMETAQUERYVERSIONSREQUEST"]._serialized_end = 8071
|
|
148
|
+
_globals["_LISTMETAQUERYVERSIONSRESPONSE"]._serialized_start = 8073
|
|
149
|
+
_globals["_LISTMETAQUERYVERSIONSRESPONSE"]._serialized_end = 8180
|
|
150
|
+
_globals["_QUERYRUN"]._serialized_start = 8183
|
|
151
|
+
_globals["_QUERYRUN"]._serialized_end = 8888
|
|
152
|
+
_globals["_GETQUERYRUNREQUEST"]._serialized_start = 8891
|
|
153
|
+
_globals["_GETQUERYRUNREQUEST"]._serialized_end = 9058
|
|
154
|
+
_globals["_GETQUERYRUNRESPONSE"]._serialized_start = 9060
|
|
155
|
+
_globals["_GETQUERYRUNRESPONSE"]._serialized_end = 9137
|
|
156
|
+
_globals["_GETSTREAMINGRESOLVERMAPPINGPLANREQUEST"]._serialized_start = 9139
|
|
157
|
+
_globals["_GETSTREAMINGRESOLVERMAPPINGPLANREQUEST"]._serialized_end = 9251
|
|
158
|
+
_globals["_GETSTREAMINGRESOLVERMAPPINGPLANRESPONSE"]._serialized_start = 9253
|
|
159
|
+
_globals["_GETSTREAMINGRESOLVERMAPPINGPLANRESPONSE"]._serialized_end = 9353
|
|
160
|
+
_globals["_GETSTREAMINGRESOLVERSINKPLANREQUEST"]._serialized_start = 9355
|
|
161
|
+
_globals["_GETSTREAMINGRESOLVERSINKPLANREQUEST"]._serialized_end = 9464
|
|
162
|
+
_globals["_GETSTREAMINGRESOLVERSINKPLANRESPONSE"]._serialized_start = 9466
|
|
163
|
+
_globals["_GETSTREAMINGRESOLVERSINKPLANRESPONSE"]._serialized_end = 9563
|
|
164
|
+
_globals["_GETSTREAMINGRESOLVERMATERIALIZEDAGGREGATIONPLANREQUEST"]._serialized_start = 9566
|
|
165
|
+
_globals["_GETSTREAMINGRESOLVERMATERIALIZEDAGGREGATIONPLANREQUEST"]._serialized_end = 9694
|
|
166
|
+
_globals["_GETSTREAMINGRESOLVERMATERIALIZEDAGGREGATIONPLANRESPONSE"]._serialized_start = 9696
|
|
167
|
+
_globals["_GETSTREAMINGRESOLVERMATERIALIZEDAGGREGATIONPLANRESPONSE"]._serialized_end = 9812
|
|
168
|
+
_globals["_QUERIESSERVICE"]._serialized_start = 9815
|
|
169
|
+
_globals["_QUERIESSERVICE"]._serialized_end = 12237
|
|
170
170
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -290,6 +290,8 @@ class MetaQueryRun(_message.Message):
|
|
|
290
290
|
"deployment_id",
|
|
291
291
|
"has_plan_stages",
|
|
292
292
|
"duration",
|
|
293
|
+
"trace_id",
|
|
294
|
+
"resource_group",
|
|
293
295
|
)
|
|
294
296
|
ID_FIELD_NUMBER: _ClassVar[int]
|
|
295
297
|
META_QUERY_ID_FIELD_NUMBER: _ClassVar[int]
|
|
@@ -303,6 +305,8 @@ class MetaQueryRun(_message.Message):
|
|
|
303
305
|
DEPLOYMENT_ID_FIELD_NUMBER: _ClassVar[int]
|
|
304
306
|
HAS_PLAN_STAGES_FIELD_NUMBER: _ClassVar[int]
|
|
305
307
|
DURATION_FIELD_NUMBER: _ClassVar[int]
|
|
308
|
+
TRACE_ID_FIELD_NUMBER: _ClassVar[int]
|
|
309
|
+
RESOURCE_GROUP_FIELD_NUMBER: _ClassVar[int]
|
|
306
310
|
id: str
|
|
307
311
|
meta_query_id: str
|
|
308
312
|
external_id: str
|
|
@@ -315,6 +319,8 @@ class MetaQueryRun(_message.Message):
|
|
|
315
319
|
deployment_id: str
|
|
316
320
|
has_plan_stages: bool
|
|
317
321
|
duration: float
|
|
322
|
+
trace_id: str
|
|
323
|
+
resource_group: str
|
|
318
324
|
def __init__(
|
|
319
325
|
self,
|
|
320
326
|
id: _Optional[str] = ...,
|
|
@@ -329,6 +335,8 @@ class MetaQueryRun(_message.Message):
|
|
|
329
335
|
deployment_id: _Optional[str] = ...,
|
|
330
336
|
has_plan_stages: bool = ...,
|
|
331
337
|
duration: _Optional[float] = ...,
|
|
338
|
+
trace_id: _Optional[str] = ...,
|
|
339
|
+
resource_group: _Optional[str] = ...,
|
|
332
340
|
) -> None: ...
|
|
333
341
|
|
|
334
342
|
class MetaQueryRunWithMeta(_message.Message):
|
|
@@ -362,6 +370,9 @@ class ListMetaQueryRunsRequest(_message.Message):
|
|
|
362
370
|
"start",
|
|
363
371
|
"end",
|
|
364
372
|
"has_errors",
|
|
373
|
+
"has_trace",
|
|
374
|
+
"trace_id",
|
|
375
|
+
"resource_group",
|
|
365
376
|
)
|
|
366
377
|
INCLUDE_LATENCY_FIELD_NUMBER: _ClassVar[int]
|
|
367
378
|
MIN_LATENCY_MS_FIELD_NUMBER: _ClassVar[int]
|
|
@@ -377,6 +388,9 @@ class ListMetaQueryRunsRequest(_message.Message):
|
|
|
377
388
|
START_FIELD_NUMBER: _ClassVar[int]
|
|
378
389
|
END_FIELD_NUMBER: _ClassVar[int]
|
|
379
390
|
HAS_ERRORS_FIELD_NUMBER: _ClassVar[int]
|
|
391
|
+
HAS_TRACE_FIELD_NUMBER: _ClassVar[int]
|
|
392
|
+
TRACE_ID_FIELD_NUMBER: _ClassVar[int]
|
|
393
|
+
RESOURCE_GROUP_FIELD_NUMBER: _ClassVar[int]
|
|
380
394
|
include_latency: bool
|
|
381
395
|
min_latency_ms: float
|
|
382
396
|
query_plan_id: str
|
|
@@ -391,6 +405,9 @@ class ListMetaQueryRunsRequest(_message.Message):
|
|
|
391
405
|
start: _timestamp_pb2.Timestamp
|
|
392
406
|
end: _timestamp_pb2.Timestamp
|
|
393
407
|
has_errors: bool
|
|
408
|
+
has_trace: bool
|
|
409
|
+
trace_id: str
|
|
410
|
+
resource_group: str
|
|
394
411
|
def __init__(
|
|
395
412
|
self,
|
|
396
413
|
include_latency: bool = ...,
|
|
@@ -407,13 +424,22 @@ class ListMetaQueryRunsRequest(_message.Message):
|
|
|
407
424
|
start: _Optional[_Union[_timestamp_pb2.Timestamp, _Mapping]] = ...,
|
|
408
425
|
end: _Optional[_Union[_timestamp_pb2.Timestamp, _Mapping]] = ...,
|
|
409
426
|
has_errors: bool = ...,
|
|
427
|
+
has_trace: bool = ...,
|
|
428
|
+
trace_id: _Optional[str] = ...,
|
|
429
|
+
resource_group: _Optional[str] = ...,
|
|
410
430
|
) -> None: ...
|
|
411
431
|
|
|
412
432
|
class ListMetaQueryRunsResponse(_message.Message):
|
|
413
|
-
__slots__ = ("query_runs",)
|
|
433
|
+
__slots__ = ("query_runs", "next_cursor")
|
|
414
434
|
QUERY_RUNS_FIELD_NUMBER: _ClassVar[int]
|
|
435
|
+
NEXT_CURSOR_FIELD_NUMBER: _ClassVar[int]
|
|
415
436
|
query_runs: _containers.RepeatedCompositeFieldContainer[MetaQueryRunWithMeta]
|
|
416
|
-
|
|
437
|
+
next_cursor: _timestamp_pb2.Timestamp
|
|
438
|
+
def __init__(
|
|
439
|
+
self,
|
|
440
|
+
query_runs: _Optional[_Iterable[_Union[MetaQueryRunWithMeta, _Mapping]]] = ...,
|
|
441
|
+
next_cursor: _Optional[_Union[_timestamp_pb2.Timestamp, _Mapping]] = ...,
|
|
442
|
+
) -> None: ...
|
|
417
443
|
|
|
418
444
|
class MetaQuery(_message.Message):
|
|
419
445
|
__slots__ = (
|
|
@@ -430,6 +456,7 @@ class MetaQuery(_message.Message):
|
|
|
430
456
|
"created_at",
|
|
431
457
|
"archived_at",
|
|
432
458
|
"query_hash",
|
|
459
|
+
"input_feature_root_fqns",
|
|
433
460
|
)
|
|
434
461
|
ID_FIELD_NUMBER: _ClassVar[int]
|
|
435
462
|
QUERY_NAME_FIELD_NUMBER: _ClassVar[int]
|
|
@@ -444,6 +471,7 @@ class MetaQuery(_message.Message):
|
|
|
444
471
|
CREATED_AT_FIELD_NUMBER: _ClassVar[int]
|
|
445
472
|
ARCHIVED_AT_FIELD_NUMBER: _ClassVar[int]
|
|
446
473
|
QUERY_HASH_FIELD_NUMBER: _ClassVar[int]
|
|
474
|
+
INPUT_FEATURE_ROOT_FQNS_FIELD_NUMBER: _ClassVar[int]
|
|
447
475
|
id: str
|
|
448
476
|
query_name: str
|
|
449
477
|
input_features: _containers.RepeatedScalarFieldContainer[str]
|
|
@@ -457,6 +485,7 @@ class MetaQuery(_message.Message):
|
|
|
457
485
|
created_at: _timestamp_pb2.Timestamp
|
|
458
486
|
archived_at: _timestamp_pb2.Timestamp
|
|
459
487
|
query_hash: str
|
|
488
|
+
input_feature_root_fqns: _containers.RepeatedScalarFieldContainer[str]
|
|
460
489
|
def __init__(
|
|
461
490
|
self,
|
|
462
491
|
id: _Optional[str] = ...,
|
|
@@ -472,6 +501,7 @@ class MetaQuery(_message.Message):
|
|
|
472
501
|
created_at: _Optional[_Union[_timestamp_pb2.Timestamp, _Mapping]] = ...,
|
|
473
502
|
archived_at: _Optional[_Union[_timestamp_pb2.Timestamp, _Mapping]] = ...,
|
|
474
503
|
query_hash: _Optional[str] = ...,
|
|
504
|
+
input_feature_root_fqns: _Optional[_Iterable[str]] = ...,
|
|
475
505
|
) -> None: ...
|
|
476
506
|
|
|
477
507
|
class ListMetaQueriesRequest(_message.Message):
|
|
@@ -19,7 +19,7 @@ from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__
|
|
|
19
19
|
|
|
20
20
|
|
|
21
21
|
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(
|
|
22
|
-
b'\n)chalk/server/v1/scheduled_query_run.proto\x12\x0f\x63halk.server.v1\x1a%chalk/server/v1/offline_queries.proto\x1a google/protobuf/field_mask.proto\x1a\x1fgoogle/protobuf/timestamp.proto"\
|
|
22
|
+
b'\n)chalk/server/v1/scheduled_query_run.proto\x12\x0f\x63halk.server.v1\x1a%chalk/server/v1/offline_queries.proto\x1a google/protobuf/field_mask.proto\x1a\x1fgoogle/protobuf/timestamp.proto"\xa4\x06\n\x11ScheduledQueryRun\x12\x0e\n\x02id\x18\x01 \x01(\x03R\x02id\x12%\n\x0e\x65nvironment_id\x18\x02 \x01(\tR\renvironmentId\x12(\n\rdeployment_id\x18\x03 \x01(\tH\x00R\x0c\x64\x65ploymentId\x88\x01\x01\x12\x1a\n\x06run_id\x18\x04 \x01(\tH\x01R\x05runId\x88\x01\x01\x12"\n\rcron_query_id\x18\x05 \x01(\x03R\x0b\x63ronQueryId\x12\x33\n\x16\x63ron_query_schedule_id\x18\x06 \x01(\x03R\x13\x63ronQueryScheduleId\x12\x1b\n\tcron_name\x18\x07 \x01(\tR\x08\x63ronName\x12-\n\x10gcr_execution_id\x18\x08 \x01(\tH\x02R\x0egcrExecutionId\x88\x01\x01\x12%\n\x0cgcr_job_name\x18\t \x01(\tH\x03R\ngcrJobName\x88\x01\x01\x12(\n\x10offline_query_id\x18\n \x01(\tR\x0eofflineQueryId\x12\x39\n\ncreated_at\x18\x0b \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tcreatedAt\x12\x39\n\nupdated_at\x18\x0c \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tupdatedAt\x12@\n\x06status\x18\r \x01(\x0e\x32(.chalk.server.v1.ScheduledQueryRunStatusR\x06status\x12\x35\n\x14\x62locker_operation_id\x18\x0e \x01(\tH\x04R\x12\x62lockerOperationId\x88\x01\x01\x12\x37\n\x15workflow_execution_id\x18\x0f \x01(\tH\x05R\x13workflowExecutionId\x88\x01\x01\x42\x10\n\x0e_deployment_idB\t\n\x07_run_idB\x13\n\x11_gcr_execution_idB\x0f\n\r_gcr_job_nameB\x17\n\x15_blocker_operation_idB\x18\n\x16_workflow_execution_id"\xdd\x01\n\x1bGetScheduledQueryRunRequest\x12\x17\n\x06run_id\x18\x01 \x01(\x03H\x00R\x05runId\x12*\n\x10offline_query_id\x18\x02 \x01(\tH\x00R\x0eofflineQueryId\x12\x34\n\x15workflow_execution_id\x18\x04 \x01(\tH\x00R\x13workflowExecutionId\x12\x35\n\x08get_mask\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.FieldMaskR\x07getMaskB\x0c\n\nidentifier"\xd1\x01\n\x1cGetScheduledQueryRunResponse\x12R\n\x13scheduled_query_run\x18\x01 \x01(\x0b\x32".chalk.server.v1.ScheduledQueryRunR\x11scheduledQueryRun\x12K\n\roffline_query\x18\x02 \x01(\x0b\x32!.chalk.server.v1.OfflineQueryMetaH\x00R\x0cofflineQuery\x88\x01\x01\x42\x10\n\x0e_offline_query"\x9d\x01\n\x1cGetScheduledQueryRunsRequest\x12"\n\rcron_query_id\x18\x01 \x01(\x05R\x0b\x63ronQueryId\x12\x1d\n\tcron_name\x18\x04 \x01(\tH\x00R\x08\x63ronName\x12\x16\n\x06\x63ursor\x18\x02 \x01(\tR\x06\x63ursor\x12\x14\n\x05limit\x18\x03 \x01(\x05R\x05limitB\x0c\n\nidentifier"o\n\x1dGetScheduledQueryRunsResponse\x12\x36\n\x04runs\x18\x01 \x03(\x0b\x32".chalk.server.v1.ScheduledQueryRunR\x04runs\x12\x16\n\x06\x63ursor\x18\x02 \x01(\tR\x06\x63ursor*\x8f\x03\n\x17ScheduledQueryRunStatus\x12*\n&SCHEDULED_QUERY_RUN_STATUS_UNSPECIFIED\x10\x00\x12+\n\'SCHEDULED_QUERY_RUN_STATUS_INITIALIZING\x10\x01\x12*\n&SCHEDULED_QUERY_RUN_STATUS_INIT_FAILED\x10\x02\x12&\n"SCHEDULED_QUERY_RUN_STATUS_SKIPPED\x10\x03\x12%\n!SCHEDULED_QUERY_RUN_STATUS_QUEUED\x10\x04\x12&\n"SCHEDULED_QUERY_RUN_STATUS_WORKING\x10\x05\x12(\n$SCHEDULED_QUERY_RUN_STATUS_COMPLETED\x10\x06\x12%\n!SCHEDULED_QUERY_RUN_STATUS_FAILED\x10\x07\x12\'\n#SCHEDULED_QUERY_RUN_STATUS_CANCELED\x10\x08\x42\x9f\x01\n\x13\x63om.chalk.server.v1B\x16ScheduledQueryRunProtoP\x01Z\x12server/v1;serverv1\xa2\x02\x03\x43SX\xaa\x02\x0f\x43halk.Server.V1\xca\x02\x0f\x43halk\\Server\\V1\xe2\x02\x1b\x43halk\\Server\\V1\\GPBMetadata\xea\x02\x11\x43halk::Server::V1b\x06proto3'
|
|
23
23
|
)
|
|
24
24
|
|
|
25
25
|
_globals = globals()
|
|
@@ -30,16 +30,16 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
|
30
30
|
_globals[
|
|
31
31
|
"DESCRIPTOR"
|
|
32
32
|
]._serialized_options = b"\n\023com.chalk.server.v1B\026ScheduledQueryRunProtoP\001Z\022server/v1;serverv1\242\002\003CSX\252\002\017Chalk.Server.V1\312\002\017Chalk\\Server\\V1\342\002\033Chalk\\Server\\V1\\GPBMetadata\352\002\021Chalk::Server::V1"
|
|
33
|
-
_globals["_SCHEDULEDQUERYRUNSTATUS"]._serialized_start =
|
|
34
|
-
_globals["_SCHEDULEDQUERYRUNSTATUS"]._serialized_end =
|
|
33
|
+
_globals["_SCHEDULEDQUERYRUNSTATUS"]._serialized_start = 1685
|
|
34
|
+
_globals["_SCHEDULEDQUERYRUNSTATUS"]._serialized_end = 2084
|
|
35
35
|
_globals["_SCHEDULEDQUERYRUN"]._serialized_start = 169
|
|
36
|
-
_globals["_SCHEDULEDQUERYRUN"]._serialized_end =
|
|
37
|
-
_globals["_GETSCHEDULEDQUERYRUNREQUEST"]._serialized_start =
|
|
38
|
-
_globals["_GETSCHEDULEDQUERYRUNREQUEST"]._serialized_end =
|
|
39
|
-
_globals["_GETSCHEDULEDQUERYRUNRESPONSE"]._serialized_start =
|
|
40
|
-
_globals["_GETSCHEDULEDQUERYRUNRESPONSE"]._serialized_end =
|
|
41
|
-
_globals["_GETSCHEDULEDQUERYRUNSREQUEST"]._serialized_start =
|
|
42
|
-
_globals["_GETSCHEDULEDQUERYRUNSREQUEST"]._serialized_end =
|
|
43
|
-
_globals["_GETSCHEDULEDQUERYRUNSRESPONSE"]._serialized_start =
|
|
44
|
-
_globals["_GETSCHEDULEDQUERYRUNSRESPONSE"]._serialized_end =
|
|
36
|
+
_globals["_SCHEDULEDQUERYRUN"]._serialized_end = 973
|
|
37
|
+
_globals["_GETSCHEDULEDQUERYRUNREQUEST"]._serialized_start = 976
|
|
38
|
+
_globals["_GETSCHEDULEDQUERYRUNREQUEST"]._serialized_end = 1197
|
|
39
|
+
_globals["_GETSCHEDULEDQUERYRUNRESPONSE"]._serialized_start = 1200
|
|
40
|
+
_globals["_GETSCHEDULEDQUERYRUNRESPONSE"]._serialized_end = 1409
|
|
41
|
+
_globals["_GETSCHEDULEDQUERYRUNSREQUEST"]._serialized_start = 1412
|
|
42
|
+
_globals["_GETSCHEDULEDQUERYRUNSREQUEST"]._serialized_end = 1569
|
|
43
|
+
_globals["_GETSCHEDULEDQUERYRUNSRESPONSE"]._serialized_start = 1571
|
|
44
|
+
_globals["_GETSCHEDULEDQUERYRUNSRESPONSE"]._serialized_end = 1682
|
|
45
45
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -53,6 +53,7 @@ class ScheduledQueryRun(_message.Message):
|
|
|
53
53
|
"updated_at",
|
|
54
54
|
"status",
|
|
55
55
|
"blocker_operation_id",
|
|
56
|
+
"workflow_execution_id",
|
|
56
57
|
)
|
|
57
58
|
ID_FIELD_NUMBER: _ClassVar[int]
|
|
58
59
|
ENVIRONMENT_ID_FIELD_NUMBER: _ClassVar[int]
|
|
@@ -68,6 +69,7 @@ class ScheduledQueryRun(_message.Message):
|
|
|
68
69
|
UPDATED_AT_FIELD_NUMBER: _ClassVar[int]
|
|
69
70
|
STATUS_FIELD_NUMBER: _ClassVar[int]
|
|
70
71
|
BLOCKER_OPERATION_ID_FIELD_NUMBER: _ClassVar[int]
|
|
72
|
+
WORKFLOW_EXECUTION_ID_FIELD_NUMBER: _ClassVar[int]
|
|
71
73
|
id: int
|
|
72
74
|
environment_id: str
|
|
73
75
|
deployment_id: str
|
|
@@ -82,6 +84,7 @@ class ScheduledQueryRun(_message.Message):
|
|
|
82
84
|
updated_at: _timestamp_pb2.Timestamp
|
|
83
85
|
status: ScheduledQueryRunStatus
|
|
84
86
|
blocker_operation_id: str
|
|
87
|
+
workflow_execution_id: str
|
|
85
88
|
def __init__(
|
|
86
89
|
self,
|
|
87
90
|
id: _Optional[int] = ...,
|
|
@@ -98,20 +101,24 @@ class ScheduledQueryRun(_message.Message):
|
|
|
98
101
|
updated_at: _Optional[_Union[_timestamp_pb2.Timestamp, _Mapping]] = ...,
|
|
99
102
|
status: _Optional[_Union[ScheduledQueryRunStatus, str]] = ...,
|
|
100
103
|
blocker_operation_id: _Optional[str] = ...,
|
|
104
|
+
workflow_execution_id: _Optional[str] = ...,
|
|
101
105
|
) -> None: ...
|
|
102
106
|
|
|
103
107
|
class GetScheduledQueryRunRequest(_message.Message):
|
|
104
|
-
__slots__ = ("run_id", "offline_query_id", "get_mask")
|
|
108
|
+
__slots__ = ("run_id", "offline_query_id", "workflow_execution_id", "get_mask")
|
|
105
109
|
RUN_ID_FIELD_NUMBER: _ClassVar[int]
|
|
106
110
|
OFFLINE_QUERY_ID_FIELD_NUMBER: _ClassVar[int]
|
|
111
|
+
WORKFLOW_EXECUTION_ID_FIELD_NUMBER: _ClassVar[int]
|
|
107
112
|
GET_MASK_FIELD_NUMBER: _ClassVar[int]
|
|
108
113
|
run_id: int
|
|
109
114
|
offline_query_id: str
|
|
115
|
+
workflow_execution_id: str
|
|
110
116
|
get_mask: _field_mask_pb2.FieldMask
|
|
111
117
|
def __init__(
|
|
112
118
|
self,
|
|
113
119
|
run_id: _Optional[int] = ...,
|
|
114
120
|
offline_query_id: _Optional[str] = ...,
|
|
121
|
+
workflow_execution_id: _Optional[str] = ...,
|
|
115
122
|
get_mask: _Optional[_Union[_field_mask_pb2.FieldMask, _Mapping]] = ...,
|
|
116
123
|
) -> None: ...
|
|
117
124
|
|
|
@@ -128,15 +135,21 @@ class GetScheduledQueryRunResponse(_message.Message):
|
|
|
128
135
|
) -> None: ...
|
|
129
136
|
|
|
130
137
|
class GetScheduledQueryRunsRequest(_message.Message):
|
|
131
|
-
__slots__ = ("cron_query_id", "cursor", "limit")
|
|
138
|
+
__slots__ = ("cron_query_id", "cron_name", "cursor", "limit")
|
|
132
139
|
CRON_QUERY_ID_FIELD_NUMBER: _ClassVar[int]
|
|
140
|
+
CRON_NAME_FIELD_NUMBER: _ClassVar[int]
|
|
133
141
|
CURSOR_FIELD_NUMBER: _ClassVar[int]
|
|
134
142
|
LIMIT_FIELD_NUMBER: _ClassVar[int]
|
|
135
143
|
cron_query_id: int
|
|
144
|
+
cron_name: str
|
|
136
145
|
cursor: str
|
|
137
146
|
limit: int
|
|
138
147
|
def __init__(
|
|
139
|
-
self,
|
|
148
|
+
self,
|
|
149
|
+
cron_query_id: _Optional[int] = ...,
|
|
150
|
+
cron_name: _Optional[str] = ...,
|
|
151
|
+
cursor: _Optional[str] = ...,
|
|
152
|
+
limit: _Optional[int] = ...,
|
|
140
153
|
) -> None: ...
|
|
141
154
|
|
|
142
155
|
class GetScheduledQueryRunsResponse(_message.Message):
|
|
@@ -21,7 +21,7 @@ from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__
|
|
|
21
21
|
|
|
22
22
|
|
|
23
23
|
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(
|
|
24
|
-
b'\n\x1f\x63halk/server/v1/scheduler.proto\x12\x0f\x63halk.server.v1\x1a\x1f\x63halk/auth/v1/permissions.proto\x1a\x1b\x63halk/server/v1/batch.proto\x1a)chalk/server/v1/scheduled_query_run.proto\x1a\x1cgoogle/protobuf/struct.proto\x1a\x1fgoogle/protobuf/timestamp.proto"\xfe\x05\n\x0f\x43ronResolverRun\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12%\n\x0e\x65nvironment_id\x18\x02 \x01(\tR\renvironmentId\x12!\n\x0cresolver_fqn\x18\x03 \x01(\tR\x0bresolverFqn\x12\x12\n\x04kind\x18\x04 \x01(\tR\x04kind\x12+\n\x11schedule_readable\x18\x05 \x01(\tR\x10scheduleReadable\x12\x36\n\x17schedule_resolver_value\x18\x06 \x01(\tR\x15scheduleResolverValue\x12\x39\n\ncreated_at\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tcreatedAt\x12(\n\rdeployment_id\x18\x08 \x01(\tH\x00R\x0c\x64\x65ploymentId\x88\x01\x01\x12\x31\n\x03\x65nd\x18\t \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x01R\x03\x65nd\x88\x01\x01\x12:\n\x05\x62\x61tch\x18\n \x01(\x0b\x32\x1f.chalk.server.v1.BatchOperationH\x02R\x05\x62\x61tch\x88\x01\x01\x12\x46\n\x0ctrigger_kind\x18\x0b \x01(\x0e\x32#.chalk.server.v1.CronRunTriggerKindR\x0btriggerKind\x12@\n\x0blower_bound\x18\x0c \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x03R\nlowerBound\x88\x01\x01\x12@\n\x0bupper_bound\x18\r \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x04R\nupperBound\x88\x01\x01\x12$\n\x0bmax_samples\x18\x0e \x01(\x03H\x05R\nmaxSamples\x88\x01\x01\x42\x10\n\x0e_deployment_idB\x06\n\x04_endB\x08\n\x06_batchB\x0e\n\x0c_lower_boundB\x0e\n\x0c_upper_boundB\x0e\n\x0c_max_samples"\x9d\x03\n ManualTriggerCronResolverRequest\x12!\n\x0cresolver_fqn\x18\x01 \x01(\tR\x0bresolverFqn\x12$\n\x0bmax_samples\x18\x02 \x01(\x03H\x00R\nmaxSamples\x88\x01\x01\x12@\n\x0blower_bound\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x01R\nlowerBound\x88\x01\x01\x12@\n\x0bupper_bound\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x02R\nupperBound\x88\x01\x01\x12\x30\n\x11timestamping_mode\x18\x06 \x01(\tH\x03R\x10timestampingMode\x88\x01\x01\x12$\n\x0bjob_options\x18\x07 \x01(\tH\x04R\njobOptions\x88\x01\x01\x42\x0e\n\x0c_max_samplesB\x0e\n\x0c_lower_boundB\x0e\n\x0c_upper_boundB\x14\n\x12_timestamping_modeB\x0e\n\x0c_job_options"q\n!ManualTriggerCronResolverResponse\x12L\n\x11\x63ron_resolver_run\x18\x01 \x01(\x0b\x32 .chalk.server.v1.CronResolverRunR\x0f\x63ronResolverRun"\
|
|
24
|
+
b'\n\x1f\x63halk/server/v1/scheduler.proto\x12\x0f\x63halk.server.v1\x1a\x1f\x63halk/auth/v1/permissions.proto\x1a\x1b\x63halk/server/v1/batch.proto\x1a)chalk/server/v1/scheduled_query_run.proto\x1a\x1cgoogle/protobuf/struct.proto\x1a\x1fgoogle/protobuf/timestamp.proto"\xfe\x05\n\x0f\x43ronResolverRun\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12%\n\x0e\x65nvironment_id\x18\x02 \x01(\tR\renvironmentId\x12!\n\x0cresolver_fqn\x18\x03 \x01(\tR\x0bresolverFqn\x12\x12\n\x04kind\x18\x04 \x01(\tR\x04kind\x12+\n\x11schedule_readable\x18\x05 \x01(\tR\x10scheduleReadable\x12\x36\n\x17schedule_resolver_value\x18\x06 \x01(\tR\x15scheduleResolverValue\x12\x39\n\ncreated_at\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tcreatedAt\x12(\n\rdeployment_id\x18\x08 \x01(\tH\x00R\x0c\x64\x65ploymentId\x88\x01\x01\x12\x31\n\x03\x65nd\x18\t \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x01R\x03\x65nd\x88\x01\x01\x12:\n\x05\x62\x61tch\x18\n \x01(\x0b\x32\x1f.chalk.server.v1.BatchOperationH\x02R\x05\x62\x61tch\x88\x01\x01\x12\x46\n\x0ctrigger_kind\x18\x0b \x01(\x0e\x32#.chalk.server.v1.CronRunTriggerKindR\x0btriggerKind\x12@\n\x0blower_bound\x18\x0c \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x03R\nlowerBound\x88\x01\x01\x12@\n\x0bupper_bound\x18\r \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x04R\nupperBound\x88\x01\x01\x12$\n\x0bmax_samples\x18\x0e \x01(\x03H\x05R\nmaxSamples\x88\x01\x01\x42\x10\n\x0e_deployment_idB\x06\n\x04_endB\x08\n\x06_batchB\x0e\n\x0c_lower_boundB\x0e\n\x0c_upper_boundB\x0e\n\x0c_max_samples"\x9d\x03\n ManualTriggerCronResolverRequest\x12!\n\x0cresolver_fqn\x18\x01 \x01(\tR\x0bresolverFqn\x12$\n\x0bmax_samples\x18\x02 \x01(\x03H\x00R\nmaxSamples\x88\x01\x01\x12@\n\x0blower_bound\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x01R\nlowerBound\x88\x01\x01\x12@\n\x0bupper_bound\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x02R\nupperBound\x88\x01\x01\x12\x30\n\x11timestamping_mode\x18\x06 \x01(\tH\x03R\x10timestampingMode\x88\x01\x01\x12$\n\x0bjob_options\x18\x07 \x01(\tH\x04R\njobOptions\x88\x01\x01\x42\x0e\n\x0c_max_samplesB\x0e\n\x0c_lower_boundB\x0e\n\x0c_upper_boundB\x14\n\x12_timestamping_modeB\x0e\n\x0c_job_options"q\n!ManualTriggerCronResolverResponse\x12L\n\x11\x63ron_resolver_run\x18\x01 \x01(\x0b\x32 .chalk.server.v1.CronResolverRunR\x0f\x63ronResolverRun"\x9c\x05\n"ManualTriggerScheduledQueryRequest\x12"\n\rcron_query_id\x18\x01 \x01(\x03R\x0b\x63ronQueryId\x12p\n\x0fplanner_options\x18\x02 \x03(\x0b\x32G.chalk.server.v1.ManualTriggerScheduledQueryRequest.PlannerOptionsEntryR\x0eplannerOptions\x12\x33\n\x15incremental_resolvers\x18\x03 \x03(\tR\x14incrementalResolvers\x12$\n\x0bmax_samples\x18\x04 \x01(\x03H\x01R\nmaxSamples\x88\x01\x01\x12j\n\renv_overrides\x18\x05 \x03(\x0b\x32\x45.chalk.server.v1.ManualTriggerScheduledQueryRequest.EnvOverridesEntryR\x0c\x65nvOverrides\x12(\n\x0f\x63ron_query_name\x18\x06 \x01(\tH\x00R\rcronQueryName\x12*\n\x11store_plan_stages\x18\x07 \x01(\x08R\x0fstorePlanStages\x1aY\n\x13PlannerOptionsEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12,\n\x05value\x18\x02 \x01(\x0b\x32\x16.google.protobuf.ValueR\x05value:\x02\x38\x01\x1a?\n\x11\x45nvOverridesEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n\x05value\x18\x02 \x01(\tR\x05value:\x02\x38\x01\x42\x17\n\x15\x63ron_query_identifierB\x0e\n\x0c_max_samples"y\n#ManualTriggerScheduledQueryResponse\x12R\n\x13scheduled_query_run\x18\x01 \x01(\x0b\x32".chalk.server.v1.ScheduledQueryRunR\x11scheduledQueryRun"0\n\x1eGetScheduledResolverRunRequest\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id"U\n\x1fGetScheduledResolverRunResponse\x12\x32\n\x03run\x18\x01 \x01(\x0b\x32 .chalk.server.v1.CronResolverRunR\x03run"\xa7\x03\n ListScheduledResolverRunsRequest\x12\x37\n\x06\x63ursor\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x00R\x06\x63ursor\x88\x01\x01\x12,\n\x0fresolver_filter\x18\x02 \x01(\tH\x01R\x0eresolverFilter\x88\x01\x01\x12\x19\n\x05limit\x18\x03 \x01(\x05H\x02R\x05limit\x88\x01\x01\x12\x35\n\x05start\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x03R\x05start\x88\x01\x01\x12\x31\n\x03\x65nd\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x04R\x03\x65nd\x88\x01\x01\x12J\n\rstatus_filter\x18\x06 \x01(\x0e\x32 .chalk.server.v1.OperationStatusH\x05R\x0cstatusFilter\x88\x01\x01\x42\t\n\x07_cursorB\x12\n\x10_resolver_filterB\x08\n\x06_limitB\x08\n\x06_startB\x06\n\x04_endB\x10\n\x0e_status_filter"Y\n!ListScheduledResolverRunsResponse\x12\x34\n\x04runs\x18\x01 \x03(\x0b\x32 .chalk.server.v1.CronResolverRunR\x04runs*\x9c\x01\n\x12\x43ronRunTriggerKind\x12%\n!CRON_RUN_TRIGGER_KIND_UNSPECIFIED\x10\x00\x12 \n\x1c\x43RON_RUN_TRIGGER_KIND_MANUAL\x10\x01\x12\x1d\n\x19\x43RON_RUN_TRIGGER_KIND_API\x10\x02\x12\x1e\n\x1a\x43RON_RUN_TRIGGER_KIND_CRON\x10\x03\x32\xba\x04\n\x10SchedulerService\x12\x87\x01\n\x19ManualTriggerCronResolver\x12\x31.chalk.server.v1.ManualTriggerCronResolverRequest\x1a\x32.chalk.server.v1.ManualTriggerCronResolverResponse"\x03\x80}\x11\x12\x8d\x01\n\x1bManualTriggerScheduledQuery\x12\x33.chalk.server.v1.ManualTriggerScheduledQueryRequest\x1a\x34.chalk.server.v1.ManualTriggerScheduledQueryResponse"\x03\x80}\x11\x12\x81\x01\n\x17GetScheduledResolverRun\x12/.chalk.server.v1.GetScheduledResolverRunRequest\x1a\x30.chalk.server.v1.GetScheduledResolverRunResponse"\x03\x80}\x10\x12\x87\x01\n\x19ListScheduledResolverRuns\x12\x31.chalk.server.v1.ListScheduledResolverRunsRequest\x1a\x32.chalk.server.v1.ListScheduledResolverRunsResponse"\x03\x80}\x10\x42\x97\x01\n\x13\x63om.chalk.server.v1B\x0eSchedulerProtoP\x01Z\x12server/v1;serverv1\xa2\x02\x03\x43SX\xaa\x02\x0f\x43halk.Server.V1\xca\x02\x0f\x43halk\\Server\\V1\xe2\x02\x1b\x43halk\\Server\\V1\\GPBMetadata\xea\x02\x11\x43halk::Server::V1b\x06proto3'
|
|
25
25
|
)
|
|
26
26
|
|
|
27
27
|
_globals = globals()
|
|
@@ -40,8 +40,12 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
|
40
40
|
_globals["_SCHEDULERSERVICE"].methods_by_name["ManualTriggerCronResolver"]._serialized_options = b"\200}\021"
|
|
41
41
|
_globals["_SCHEDULERSERVICE"].methods_by_name["ManualTriggerScheduledQuery"]._options = None
|
|
42
42
|
_globals["_SCHEDULERSERVICE"].methods_by_name["ManualTriggerScheduledQuery"]._serialized_options = b"\200}\021"
|
|
43
|
-
_globals["
|
|
44
|
-
_globals["
|
|
43
|
+
_globals["_SCHEDULERSERVICE"].methods_by_name["GetScheduledResolverRun"]._options = None
|
|
44
|
+
_globals["_SCHEDULERSERVICE"].methods_by_name["GetScheduledResolverRun"]._serialized_options = b"\200}\020"
|
|
45
|
+
_globals["_SCHEDULERSERVICE"].methods_by_name["ListScheduledResolverRuns"]._options = None
|
|
46
|
+
_globals["_SCHEDULERSERVICE"].methods_by_name["ListScheduledResolverRuns"]._serialized_options = b"\200}\020"
|
|
47
|
+
_globals["_CRONRUNTRIGGERKIND"]._serialized_start = 2969
|
|
48
|
+
_globals["_CRONRUNTRIGGERKIND"]._serialized_end = 3125
|
|
45
49
|
_globals["_CRONRESOLVERRUN"]._serialized_start = 221
|
|
46
50
|
_globals["_CRONRESOLVERRUN"]._serialized_end = 987
|
|
47
51
|
_globals["_MANUALTRIGGERCRONRESOLVERREQUEST"]._serialized_start = 990
|
|
@@ -49,13 +53,21 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
|
49
53
|
_globals["_MANUALTRIGGERCRONRESOLVERRESPONSE"]._serialized_start = 1405
|
|
50
54
|
_globals["_MANUALTRIGGERCRONRESOLVERRESPONSE"]._serialized_end = 1518
|
|
51
55
|
_globals["_MANUALTRIGGERSCHEDULEDQUERYREQUEST"]._serialized_start = 1521
|
|
52
|
-
_globals["_MANUALTRIGGERSCHEDULEDQUERYREQUEST"]._serialized_end =
|
|
53
|
-
_globals["_MANUALTRIGGERSCHEDULEDQUERYREQUEST_PLANNEROPTIONSENTRY"]._serialized_start =
|
|
54
|
-
_globals["_MANUALTRIGGERSCHEDULEDQUERYREQUEST_PLANNEROPTIONSENTRY"]._serialized_end =
|
|
55
|
-
_globals["_MANUALTRIGGERSCHEDULEDQUERYREQUEST_ENVOVERRIDESENTRY"]._serialized_start =
|
|
56
|
-
_globals["_MANUALTRIGGERSCHEDULEDQUERYREQUEST_ENVOVERRIDESENTRY"]._serialized_end =
|
|
57
|
-
_globals["_MANUALTRIGGERSCHEDULEDQUERYRESPONSE"]._serialized_start =
|
|
58
|
-
_globals["_MANUALTRIGGERSCHEDULEDQUERYRESPONSE"]._serialized_end =
|
|
59
|
-
_globals["
|
|
60
|
-
_globals["
|
|
56
|
+
_globals["_MANUALTRIGGERSCHEDULEDQUERYREQUEST"]._serialized_end = 2189
|
|
57
|
+
_globals["_MANUALTRIGGERSCHEDULEDQUERYREQUEST_PLANNEROPTIONSENTRY"]._serialized_start = 1994
|
|
58
|
+
_globals["_MANUALTRIGGERSCHEDULEDQUERYREQUEST_PLANNEROPTIONSENTRY"]._serialized_end = 2083
|
|
59
|
+
_globals["_MANUALTRIGGERSCHEDULEDQUERYREQUEST_ENVOVERRIDESENTRY"]._serialized_start = 2085
|
|
60
|
+
_globals["_MANUALTRIGGERSCHEDULEDQUERYREQUEST_ENVOVERRIDESENTRY"]._serialized_end = 2148
|
|
61
|
+
_globals["_MANUALTRIGGERSCHEDULEDQUERYRESPONSE"]._serialized_start = 2191
|
|
62
|
+
_globals["_MANUALTRIGGERSCHEDULEDQUERYRESPONSE"]._serialized_end = 2312
|
|
63
|
+
_globals["_GETSCHEDULEDRESOLVERRUNREQUEST"]._serialized_start = 2314
|
|
64
|
+
_globals["_GETSCHEDULEDRESOLVERRUNREQUEST"]._serialized_end = 2362
|
|
65
|
+
_globals["_GETSCHEDULEDRESOLVERRUNRESPONSE"]._serialized_start = 2364
|
|
66
|
+
_globals["_GETSCHEDULEDRESOLVERRUNRESPONSE"]._serialized_end = 2449
|
|
67
|
+
_globals["_LISTSCHEDULEDRESOLVERRUNSREQUEST"]._serialized_start = 2452
|
|
68
|
+
_globals["_LISTSCHEDULEDRESOLVERRUNSREQUEST"]._serialized_end = 2875
|
|
69
|
+
_globals["_LISTSCHEDULEDRESOLVERRUNSRESPONSE"]._serialized_start = 2877
|
|
70
|
+
_globals["_LISTSCHEDULEDRESOLVERRUNSRESPONSE"]._serialized_end = 2966
|
|
71
|
+
_globals["_SCHEDULERSERVICE"]._serialized_start = 3128
|
|
72
|
+
_globals["_SCHEDULERSERVICE"]._serialized_end = 3698
|
|
61
73
|
# @@protoc_insertion_point(module_scope)
|