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.
Files changed (202) hide show
  1. chalk/__init__.py +2 -1
  2. chalk/_gen/chalk/arrow/v1/arrow_pb2.py +7 -5
  3. chalk/_gen/chalk/arrow/v1/arrow_pb2.pyi +6 -0
  4. chalk/_gen/chalk/artifacts/v1/chart_pb2.py +16 -16
  5. chalk/_gen/chalk/artifacts/v1/chart_pb2.pyi +4 -0
  6. chalk/_gen/chalk/artifacts/v1/cron_query_pb2.py +8 -7
  7. chalk/_gen/chalk/artifacts/v1/cron_query_pb2.pyi +5 -0
  8. chalk/_gen/chalk/common/v1/offline_query_pb2.py +17 -15
  9. chalk/_gen/chalk/common/v1/offline_query_pb2.pyi +25 -0
  10. chalk/_gen/chalk/common/v1/script_task_pb2.py +3 -3
  11. chalk/_gen/chalk/common/v1/script_task_pb2.pyi +2 -0
  12. chalk/_gen/chalk/dataframe/__init__.py +0 -0
  13. chalk/_gen/chalk/dataframe/v1/__init__.py +0 -0
  14. chalk/_gen/chalk/dataframe/v1/dataframe_pb2.py +48 -0
  15. chalk/_gen/chalk/dataframe/v1/dataframe_pb2.pyi +123 -0
  16. chalk/_gen/chalk/dataframe/v1/dataframe_pb2_grpc.py +4 -0
  17. chalk/_gen/chalk/dataframe/v1/dataframe_pb2_grpc.pyi +4 -0
  18. chalk/_gen/chalk/graph/v1/graph_pb2.py +150 -149
  19. chalk/_gen/chalk/graph/v1/graph_pb2.pyi +25 -0
  20. chalk/_gen/chalk/graph/v1/sources_pb2.py +94 -84
  21. chalk/_gen/chalk/graph/v1/sources_pb2.pyi +56 -0
  22. chalk/_gen/chalk/kubernetes/v1/horizontalpodautoscaler_pb2.py +79 -0
  23. chalk/_gen/chalk/kubernetes/v1/horizontalpodautoscaler_pb2.pyi +377 -0
  24. chalk/_gen/chalk/kubernetes/v1/horizontalpodautoscaler_pb2_grpc.py +4 -0
  25. chalk/_gen/chalk/kubernetes/v1/horizontalpodautoscaler_pb2_grpc.pyi +4 -0
  26. chalk/_gen/chalk/kubernetes/v1/scaledobject_pb2.py +43 -7
  27. chalk/_gen/chalk/kubernetes/v1/scaledobject_pb2.pyi +252 -2
  28. chalk/_gen/chalk/protosql/v1/sql_service_pb2.py +54 -27
  29. chalk/_gen/chalk/protosql/v1/sql_service_pb2.pyi +131 -3
  30. chalk/_gen/chalk/protosql/v1/sql_service_pb2_grpc.py +45 -0
  31. chalk/_gen/chalk/protosql/v1/sql_service_pb2_grpc.pyi +14 -0
  32. chalk/_gen/chalk/python/v1/types_pb2.py +14 -14
  33. chalk/_gen/chalk/python/v1/types_pb2.pyi +8 -0
  34. chalk/_gen/chalk/server/v1/benchmark_pb2.py +76 -0
  35. chalk/_gen/chalk/server/v1/benchmark_pb2.pyi +156 -0
  36. chalk/_gen/chalk/server/v1/benchmark_pb2_grpc.py +258 -0
  37. chalk/_gen/chalk/server/v1/benchmark_pb2_grpc.pyi +84 -0
  38. chalk/_gen/chalk/server/v1/billing_pb2.py +40 -38
  39. chalk/_gen/chalk/server/v1/billing_pb2.pyi +17 -1
  40. chalk/_gen/chalk/server/v1/branches_pb2.py +45 -0
  41. chalk/_gen/chalk/server/v1/branches_pb2.pyi +80 -0
  42. chalk/_gen/chalk/server/v1/branches_pb2_grpc.pyi +36 -0
  43. chalk/_gen/chalk/server/v1/builder_pb2.py +358 -288
  44. chalk/_gen/chalk/server/v1/builder_pb2.pyi +360 -10
  45. chalk/_gen/chalk/server/v1/builder_pb2_grpc.py +225 -0
  46. chalk/_gen/chalk/server/v1/builder_pb2_grpc.pyi +60 -0
  47. chalk/_gen/chalk/server/v1/chart_pb2.py +10 -10
  48. chalk/_gen/chalk/server/v1/chart_pb2.pyi +18 -2
  49. chalk/_gen/chalk/server/v1/clickhouse_pb2.py +42 -0
  50. chalk/_gen/chalk/server/v1/clickhouse_pb2.pyi +17 -0
  51. chalk/_gen/chalk/server/v1/clickhouse_pb2_grpc.py +78 -0
  52. chalk/_gen/chalk/server/v1/clickhouse_pb2_grpc.pyi +38 -0
  53. chalk/_gen/chalk/server/v1/cloud_components_pb2.py +141 -119
  54. chalk/_gen/chalk/server/v1/cloud_components_pb2.pyi +106 -4
  55. chalk/_gen/chalk/server/v1/cloud_components_pb2_grpc.py +45 -0
  56. chalk/_gen/chalk/server/v1/cloud_components_pb2_grpc.pyi +12 -0
  57. chalk/_gen/chalk/server/v1/cloud_credentials_pb2.py +11 -3
  58. chalk/_gen/chalk/server/v1/cloud_credentials_pb2.pyi +20 -0
  59. chalk/_gen/chalk/server/v1/cloud_credentials_pb2_grpc.py +45 -0
  60. chalk/_gen/chalk/server/v1/cloud_credentials_pb2_grpc.pyi +12 -0
  61. chalk/_gen/chalk/server/v1/dataplanejobqueue_pb2.py +52 -38
  62. chalk/_gen/chalk/server/v1/dataplanejobqueue_pb2.pyi +62 -1
  63. chalk/_gen/chalk/server/v1/dataplanejobqueue_pb2_grpc.py +90 -0
  64. chalk/_gen/chalk/server/v1/dataplanejobqueue_pb2_grpc.pyi +24 -0
  65. chalk/_gen/chalk/server/v1/dataplaneworkflows_pb2.py +90 -0
  66. chalk/_gen/chalk/server/v1/dataplaneworkflows_pb2.pyi +264 -0
  67. chalk/_gen/chalk/server/v1/dataplaneworkflows_pb2_grpc.py +170 -0
  68. chalk/_gen/chalk/server/v1/dataplaneworkflows_pb2_grpc.pyi +62 -0
  69. chalk/_gen/chalk/server/v1/deploy_pb2.py +9 -3
  70. chalk/_gen/chalk/server/v1/deploy_pb2.pyi +12 -0
  71. chalk/_gen/chalk/server/v1/deploy_pb2_grpc.py +45 -0
  72. chalk/_gen/chalk/server/v1/deploy_pb2_grpc.pyi +12 -0
  73. chalk/_gen/chalk/server/v1/deployment_pb2.py +6 -6
  74. chalk/_gen/chalk/server/v1/deployment_pb2.pyi +20 -0
  75. chalk/_gen/chalk/server/v1/environment_pb2.py +14 -12
  76. chalk/_gen/chalk/server/v1/environment_pb2.pyi +19 -0
  77. chalk/_gen/chalk/server/v1/eventbus_pb2.py +4 -2
  78. chalk/_gen/chalk/server/v1/files_pb2.py +65 -0
  79. chalk/_gen/chalk/server/v1/files_pb2.pyi +167 -0
  80. chalk/_gen/chalk/server/v1/files_pb2_grpc.py +4 -0
  81. chalk/_gen/chalk/server/v1/files_pb2_grpc.pyi +4 -0
  82. chalk/_gen/chalk/server/v1/graph_pb2.py +38 -26
  83. chalk/_gen/chalk/server/v1/graph_pb2.pyi +58 -0
  84. chalk/_gen/chalk/server/v1/graph_pb2_grpc.py +47 -0
  85. chalk/_gen/chalk/server/v1/graph_pb2_grpc.pyi +18 -0
  86. chalk/_gen/chalk/server/v1/incident_pb2.py +23 -21
  87. chalk/_gen/chalk/server/v1/incident_pb2.pyi +15 -1
  88. chalk/_gen/chalk/server/v1/indexing_job_pb2.py +44 -0
  89. chalk/_gen/chalk/server/v1/indexing_job_pb2.pyi +38 -0
  90. chalk/_gen/chalk/server/v1/indexing_job_pb2_grpc.py +78 -0
  91. chalk/_gen/chalk/server/v1/indexing_job_pb2_grpc.pyi +38 -0
  92. chalk/_gen/chalk/server/v1/integrations_pb2.py +11 -9
  93. chalk/_gen/chalk/server/v1/integrations_pb2.pyi +34 -2
  94. chalk/_gen/chalk/server/v1/kube_pb2.py +29 -19
  95. chalk/_gen/chalk/server/v1/kube_pb2.pyi +28 -0
  96. chalk/_gen/chalk/server/v1/kube_pb2_grpc.py +45 -0
  97. chalk/_gen/chalk/server/v1/kube_pb2_grpc.pyi +12 -0
  98. chalk/_gen/chalk/server/v1/log_pb2.py +21 -3
  99. chalk/_gen/chalk/server/v1/log_pb2.pyi +68 -0
  100. chalk/_gen/chalk/server/v1/log_pb2_grpc.py +90 -0
  101. chalk/_gen/chalk/server/v1/log_pb2_grpc.pyi +24 -0
  102. chalk/_gen/chalk/server/v1/model_registry_pb2.py +10 -10
  103. chalk/_gen/chalk/server/v1/model_registry_pb2.pyi +4 -1
  104. chalk/_gen/chalk/server/v1/plandebug_pb2.py +53 -0
  105. chalk/_gen/chalk/server/v1/plandebug_pb2.pyi +86 -0
  106. chalk/_gen/chalk/server/v1/plandebug_pb2_grpc.py +168 -0
  107. chalk/_gen/chalk/server/v1/plandebug_pb2_grpc.pyi +60 -0
  108. chalk/_gen/chalk/server/v1/queries_pb2.py +66 -66
  109. chalk/_gen/chalk/server/v1/queries_pb2.pyi +32 -2
  110. chalk/_gen/chalk/server/v1/scheduled_query_run_pb2.py +12 -12
  111. chalk/_gen/chalk/server/v1/scheduled_query_run_pb2.pyi +16 -3
  112. chalk/_gen/chalk/server/v1/scheduler_pb2.py +24 -12
  113. chalk/_gen/chalk/server/v1/scheduler_pb2.pyi +61 -1
  114. chalk/_gen/chalk/server/v1/scheduler_pb2_grpc.py +90 -0
  115. chalk/_gen/chalk/server/v1/scheduler_pb2_grpc.pyi +24 -0
  116. chalk/_gen/chalk/server/v1/script_tasks_pb2.py +15 -3
  117. chalk/_gen/chalk/server/v1/script_tasks_pb2.pyi +22 -0
  118. chalk/_gen/chalk/server/v1/script_tasks_pb2_grpc.py +90 -0
  119. chalk/_gen/chalk/server/v1/script_tasks_pb2_grpc.pyi +24 -0
  120. chalk/_gen/chalk/server/v1/sql_interface_pb2.py +75 -0
  121. chalk/_gen/chalk/server/v1/sql_interface_pb2.pyi +142 -0
  122. chalk/_gen/chalk/server/v1/sql_interface_pb2_grpc.py +349 -0
  123. chalk/_gen/chalk/server/v1/sql_interface_pb2_grpc.pyi +114 -0
  124. chalk/_gen/chalk/server/v1/sql_queries_pb2.py +48 -0
  125. chalk/_gen/chalk/server/v1/sql_queries_pb2.pyi +150 -0
  126. chalk/_gen/chalk/server/v1/sql_queries_pb2_grpc.py +123 -0
  127. chalk/_gen/chalk/server/v1/sql_queries_pb2_grpc.pyi +52 -0
  128. chalk/_gen/chalk/server/v1/team_pb2.py +154 -141
  129. chalk/_gen/chalk/server/v1/team_pb2.pyi +30 -2
  130. chalk/_gen/chalk/server/v1/team_pb2_grpc.py +45 -0
  131. chalk/_gen/chalk/server/v1/team_pb2_grpc.pyi +12 -0
  132. chalk/_gen/chalk/server/v1/topic_pb2.py +5 -3
  133. chalk/_gen/chalk/server/v1/topic_pb2.pyi +10 -1
  134. chalk/_gen/chalk/server/v1/trace_pb2.py +44 -40
  135. chalk/_gen/chalk/server/v1/trace_pb2.pyi +20 -0
  136. chalk/_gen/chalk/streaming/v1/debug_service_pb2.py +62 -0
  137. chalk/_gen/chalk/streaming/v1/debug_service_pb2.pyi +75 -0
  138. chalk/_gen/chalk/streaming/v1/debug_service_pb2_grpc.py +221 -0
  139. chalk/_gen/chalk/streaming/v1/debug_service_pb2_grpc.pyi +88 -0
  140. chalk/_gen/chalk/streaming/v1/simple_streaming_service_pb2.py +16 -10
  141. chalk/_gen/chalk/streaming/v1/simple_streaming_service_pb2.pyi +52 -1
  142. chalk/_gen/chalk/streaming/v1/simple_streaming_service_pb2_grpc.py +48 -0
  143. chalk/_gen/chalk/streaming/v1/simple_streaming_service_pb2_grpc.pyi +20 -0
  144. chalk/_gen/chalk/utils/v1/field_change_pb2.py +32 -0
  145. chalk/_gen/chalk/utils/v1/field_change_pb2.pyi +42 -0
  146. chalk/_gen/chalk/utils/v1/field_change_pb2_grpc.py +4 -0
  147. chalk/_gen/chalk/utils/v1/field_change_pb2_grpc.pyi +4 -0
  148. chalk/_lsp/error_builder.py +11 -0
  149. chalk/_version.py +1 -1
  150. chalk/client/client.py +128 -43
  151. chalk/client/client_async.py +149 -0
  152. chalk/client/client_async_impl.py +22 -0
  153. chalk/client/client_grpc.py +539 -104
  154. chalk/client/client_impl.py +449 -122
  155. chalk/client/dataset.py +7 -1
  156. chalk/client/models.py +98 -0
  157. chalk/client/serialization/model_serialization.py +92 -9
  158. chalk/df/LazyFramePlaceholder.py +1154 -0
  159. chalk/features/_class_property.py +7 -0
  160. chalk/features/_embedding/embedding.py +1 -0
  161. chalk/features/_encoding/converter.py +83 -2
  162. chalk/features/feature_field.py +40 -30
  163. chalk/features/feature_set_decorator.py +1 -0
  164. chalk/features/feature_wrapper.py +42 -3
  165. chalk/features/hooks.py +81 -10
  166. chalk/features/inference.py +33 -31
  167. chalk/features/resolver.py +224 -24
  168. chalk/functions/__init__.py +65 -3
  169. chalk/gitignore/gitignore_parser.py +5 -1
  170. chalk/importer.py +142 -68
  171. chalk/ml/__init__.py +2 -0
  172. chalk/ml/model_hooks.py +194 -26
  173. chalk/ml/model_reference.py +56 -8
  174. chalk/ml/model_version.py +24 -15
  175. chalk/ml/utils.py +20 -17
  176. chalk/operators/_utils.py +10 -3
  177. chalk/parsed/_proto/export.py +22 -0
  178. chalk/parsed/duplicate_input_gql.py +3 -0
  179. chalk/parsed/json_conversions.py +20 -14
  180. chalk/parsed/to_proto.py +16 -4
  181. chalk/parsed/user_types_to_json.py +31 -10
  182. chalk/parsed/validation_from_registries.py +182 -0
  183. chalk/queries/named_query.py +16 -6
  184. chalk/queries/scheduled_query.py +9 -1
  185. chalk/serialization/parsed_annotation.py +24 -11
  186. chalk/sql/__init__.py +18 -0
  187. chalk/sql/_internal/integrations/databricks.py +55 -17
  188. chalk/sql/_internal/integrations/mssql.py +127 -62
  189. chalk/sql/_internal/integrations/redshift.py +4 -0
  190. chalk/sql/_internal/sql_file_resolver.py +53 -9
  191. chalk/sql/_internal/sql_source.py +35 -2
  192. chalk/streams/_kafka_source.py +5 -1
  193. chalk/streams/_windows.py +15 -2
  194. chalk/utils/_otel_version.py +13 -0
  195. chalk/utils/async_helpers.py +2 -2
  196. chalk/utils/missing_dependency.py +5 -4
  197. chalk/utils/tracing.py +185 -95
  198. {chalkpy-2.90.1.dist-info → chalkpy-2.95.3.dist-info}/METADATA +4 -6
  199. {chalkpy-2.90.1.dist-info → chalkpy-2.95.3.dist-info}/RECORD +202 -146
  200. {chalkpy-2.90.1.dist-info → chalkpy-2.95.3.dist-info}/WHEEL +0 -0
  201. {chalkpy-2.90.1.dist-info → chalkpy-2.95.3.dist-info}/entry_points.txt +0 -0
  202. {chalkpy-2.90.1.dist-info → chalkpy-2.95.3.dist-info}/top_level.txt +0 -0
@@ -55,6 +55,11 @@ class DeployServiceStub(object):
55
55
  request_serializer=chalk_dot_server_dot_v1_dot_deploy__pb2.TagDeploymentRequest.SerializeToString,
56
56
  response_deserializer=chalk_dot_server_dot_v1_dot_deploy__pb2.TagDeploymentResponse.FromString,
57
57
  )
58
+ self.GetDeploymentSource = channel.unary_unary(
59
+ "/chalk.server.v1.DeployService/GetDeploymentSource",
60
+ request_serializer=chalk_dot_server_dot_v1_dot_deploy__pb2.GetDeploymentSourceRequest.SerializeToString,
61
+ response_deserializer=chalk_dot_server_dot_v1_dot_deploy__pb2.GetDeploymentSourceResponse.FromString,
62
+ )
58
63
 
59
64
 
60
65
  class DeployServiceServicer(object):
@@ -108,6 +113,12 @@ class DeployServiceServicer(object):
108
113
  context.set_details("Method not implemented!")
109
114
  raise NotImplementedError("Method not implemented!")
110
115
 
116
+ def GetDeploymentSource(self, request, context):
117
+ """Missing associated documentation comment in .proto file."""
118
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
119
+ context.set_details("Method not implemented!")
120
+ raise NotImplementedError("Method not implemented!")
121
+
111
122
 
112
123
  def add_DeployServiceServicer_to_server(servicer, server):
113
124
  rpc_method_handlers = {
@@ -151,6 +162,11 @@ def add_DeployServiceServicer_to_server(servicer, server):
151
162
  request_deserializer=chalk_dot_server_dot_v1_dot_deploy__pb2.TagDeploymentRequest.FromString,
152
163
  response_serializer=chalk_dot_server_dot_v1_dot_deploy__pb2.TagDeploymentResponse.SerializeToString,
153
164
  ),
165
+ "GetDeploymentSource": grpc.unary_unary_rpc_method_handler(
166
+ servicer.GetDeploymentSource,
167
+ request_deserializer=chalk_dot_server_dot_v1_dot_deploy__pb2.GetDeploymentSourceRequest.FromString,
168
+ response_serializer=chalk_dot_server_dot_v1_dot_deploy__pb2.GetDeploymentSourceResponse.SerializeToString,
169
+ ),
154
170
  }
155
171
  generic_handler = grpc.method_handlers_generic_handler("chalk.server.v1.DeployService", rpc_method_handlers)
156
172
  server.add_generic_rpc_handlers((generic_handler,))
@@ -391,3 +407,32 @@ class DeployService(object):
391
407
  timeout,
392
408
  metadata,
393
409
  )
410
+
411
+ @staticmethod
412
+ def GetDeploymentSource(
413
+ request,
414
+ target,
415
+ options=(),
416
+ channel_credentials=None,
417
+ call_credentials=None,
418
+ insecure=False,
419
+ compression=None,
420
+ wait_for_ready=None,
421
+ timeout=None,
422
+ metadata=None,
423
+ ):
424
+ return grpc.experimental.unary_unary(
425
+ request,
426
+ target,
427
+ "/chalk.server.v1.DeployService/GetDeploymentSource",
428
+ chalk_dot_server_dot_v1_dot_deploy__pb2.GetDeploymentSourceRequest.SerializeToString,
429
+ chalk_dot_server_dot_v1_dot_deploy__pb2.GetDeploymentSourceResponse.FromString,
430
+ options,
431
+ channel_credentials,
432
+ insecure,
433
+ call_credentials,
434
+ compression,
435
+ wait_for_ready,
436
+ timeout,
437
+ metadata,
438
+ )
@@ -16,6 +16,8 @@ from chalk._gen.chalk.server.v1.deploy_pb2 import (
16
16
  GetActiveDeploymentsResponse,
17
17
  GetDeploymentRequest,
18
18
  GetDeploymentResponse,
19
+ GetDeploymentSourceRequest,
20
+ GetDeploymentSourceResponse,
19
21
  ListDeploymentsRequest,
20
22
  ListDeploymentsResponse,
21
23
  ScaleDeploymentRequest,
@@ -66,6 +68,10 @@ class DeployServiceStub:
66
68
  TagDeploymentRequest,
67
69
  TagDeploymentResponse,
68
70
  ]
71
+ GetDeploymentSource: UnaryUnaryMultiCallable[
72
+ GetDeploymentSourceRequest,
73
+ GetDeploymentSourceResponse,
74
+ ]
69
75
 
70
76
  class DeployServiceServicer(metaclass=ABCMeta):
71
77
  @abstractmethod
@@ -116,5 +122,11 @@ class DeployServiceServicer(metaclass=ABCMeta):
116
122
  request: TagDeploymentRequest,
117
123
  context: ServicerContext,
118
124
  ) -> TagDeploymentResponse: ...
125
+ @abstractmethod
126
+ def GetDeploymentSource(
127
+ self,
128
+ request: GetDeploymentSourceRequest,
129
+ context: ServicerContext,
130
+ ) -> GetDeploymentSourceResponse: ...
119
131
 
120
132
  def add_DeployServiceServicer_to_server(servicer: DeployServiceServicer, server: Server) -> None: ...
@@ -18,7 +18,7 @@ from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__
18
18
 
19
19
 
20
20
  DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(
21
- b'\n chalk/server/v1/deployment.proto\x12\x0f\x63halk.server.v1\x1a!chalk/server/v1/environment.proto\x1a\x1fgoogle/protobuf/timestamp.proto"\x88\x01\n\x0eInstanceSizing\x12(\n\rmin_instances\x18\x01 \x01(\rH\x00R\x0cminInstances\x88\x01\x01\x12(\n\rmax_instances\x18\x02 \x01(\rH\x01R\x0cmaxInstances\x88\x01\x01\x42\x10\n\x0e_min_instancesB\x10\n\x0e_max_instances"\xa3\x01\n\x0fSourceImageSpec\x12"\n\x0crequirements\x18\x01 \x01(\tR\x0crequirements\x12+\n\x11\x64\x65pendencies_hash\x18\x02 \x01(\tR\x10\x64\x65pendenciesHash\x12\x18\n\x07runtime\x18\x03 \x01(\tR\x07runtime\x12%\n\x0epython_version\x18\x04 \x01(\tR\rpythonVersion"\xb2\x01\n\x10SourceImageSpecs\x12\x42\n\x05specs\x18\x01 \x03(\x0b\x32,.chalk.server.v1.SourceImageSpecs.SpecsEntryR\x05specs\x1aZ\n\nSpecsEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x36\n\x05value\x18\x02 \x01(\x0b\x32 .chalk.server.v1.SourceImageSpecR\x05value:\x02\x38\x01"\xcc\r\n\nDeployment\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12%\n\x0e\x65nvironment_id\x18\x02 \x01(\tR\renvironmentId\x12\x39\n\x06status\x18\x03 \x01(\x0e\x32!.chalk.server.v1.DeploymentStatusR\x06status\x12\'\n\x0f\x64\x65ployment_tags\x18\x04 \x03(\tR\x0e\x64\x65ploymentTags\x12$\n\x0e\x63loud_build_id\x18\x05 \x01(\tR\x0c\x63loudBuildId\x12!\n\x0ctriggered_by\x18\x06 \x01(\tR\x0btriggeredBy\x12\x38\n\x15requirements_filepath\x18\x07 \x01(\tH\x00R\x14requirementsFilepath\x88\x01\x01\x12\x34\n\x13\x64ockerfile_filepath\x18\x08 \x01(\tH\x01R\x12\x64ockerfileFilepath\x88\x01\x01\x12\x1d\n\x07runtime\x18\t \x01(\tH\x02R\x07runtime\x88\x01\x01\x12\'\n\x0f\x63halkpy_version\x18\n \x01(\tR\x0e\x63halkpyVersion\x12.\n\x13raw_dependency_hash\x18\x0b \x01(\tR\x11rawDependencyHash\x12\x37\n\x15\x66inal_dependency_hash\x18\x0c \x01(\tH\x03R\x13\x66inalDependencyHash\x88\x01\x01\x12\x37\n\x15is_preview_deployment\x18\r \x01(\x08H\x04R\x13isPreviewDeployment\x88\x01\x01\x12\x39\n\ncreated_at\x18\x0e \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tcreatedAt\x12\x39\n\nupdated_at\x18\x0f \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tupdatedAt\x12\x1d\n\ngit_commit\x18\x10 \x01(\tR\tgitCommit\x12\x15\n\x06git_pr\x18\x11 \x01(\tR\x05gitPr\x12\x1d\n\ngit_branch\x18\x12 \x01(\tR\tgitBranch\x12(\n\x10git_author_email\x18\x13 \x01(\tR\x0egitAuthorEmail\x12\x16\n\x06\x62ranch\x18\x14 \x01(\tR\x06\x62ranch\x12)\n\x10project_settings\x18\x15 \x01(\tR\x0fprojectSettings\x12\x32\n\x12requirements_files\x18\x16 \x01(\tH\x05R\x11requirementsFiles\x88\x01\x01\x12\x17\n\x07git_tag\x18\x17 \x01(\tR\x06gitTag\x12$\n\x0e\x62\x61se_image_sha\x18\x18 \x01(\tR\x0c\x62\x61seImageSha\x12\x46\n\x11status_changed_at\x18\x19 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\x0fstatusChangedAt\x12;\n\x17pinned_platform_version\x18\x1a \x01(\tH\x06R\x15pinnedPlatformVersion\x88\x01\x01\x12\x39\n\x16preview_deployment_tag\x18\x1b \x01(\tH\x07R\x14previewDeploymentTag\x88\x01\x01\x12X\n\x0eprofiling_mode\x18\x1c \x01(\x0e\x32(.chalk.server.v1.DeploymentProfilingModeB\x02\x18\x01H\x08R\rprofilingMode\x88\x01\x01\x12\x31\n\x12source_image_specs\x18\x1d \x01(\x0cH\tR\x10sourceImageSpecs\x88\x01\x01\x12\x39\n\x19uses_uploaded_proto_graph\x18\x1e \x01(\x08R\x16usesUploadedProtoGraph\x12Q\n\rbuild_profile\x18\x1f \x01(\x0e\x32\'.chalk.server.v1.DeploymentBuildProfileH\nR\x0c\x62uildProfile\x88\x01\x01\x42\x18\n\x16_requirements_filepathB\x16\n\x14_dockerfile_filepathB\n\n\x08_runtimeB\x18\n\x16_final_dependency_hashB\x18\n\x16_is_preview_deploymentB\x15\n\x13_requirements_filesB\x1a\n\x18_pinned_platform_versionB\x19\n\x17_preview_deployment_tagB\x11\n\x0f_profiling_modeB\x15\n\x13_source_image_specsB\x10\n\x0e_build_profile*\xde\x03\n\x10\x44\x65ploymentStatus\x12!\n\x1d\x44\x45PLOYMENT_STATUS_UNSPECIFIED\x10\x00\x12\x1d\n\x19\x44\x45PLOYMENT_STATUS_UNKNOWN\x10\x01\x12\x1d\n\x19\x44\x45PLOYMENT_STATUS_PENDING\x10\x02\x12\x1c\n\x18\x44\x45PLOYMENT_STATUS_QUEUED\x10\x03\x12\x1d\n\x19\x44\x45PLOYMENT_STATUS_WORKING\x10\x04\x12\x1d\n\x19\x44\x45PLOYMENT_STATUS_SUCCESS\x10\x05\x12\x1d\n\x19\x44\x45PLOYMENT_STATUS_FAILURE\x10\x06\x12$\n DEPLOYMENT_STATUS_INTERNAL_ERROR\x10\x07\x12\x1d\n\x19\x44\x45PLOYMENT_STATUS_TIMEOUT\x10\x08\x12\x1f\n\x1b\x44\x45PLOYMENT_STATUS_CANCELLED\x10\t\x12\x1d\n\x19\x44\x45PLOYMENT_STATUS_EXPIRED\x10\n\x12!\n\x1d\x44\x45PLOYMENT_STATUS_BOOT_ERRORS\x10\x0b\x12%\n!DEPLOYMENT_STATUS_AWAITING_SOURCE\x10\x0c\x12\x1f\n\x1b\x44\x45PLOYMENT_STATUS_DEPLOYING\x10\r*\x8e\x01\n\x17\x44\x65ploymentProfilingMode\x12)\n%DEPLOYMENT_PROFILING_MODE_UNSPECIFIED\x10\x00\x12"\n\x1e\x44\x45PLOYMENT_PROFILING_MODE_NONE\x10\x01\x12 \n\x1c\x44\x45PLOYMENT_PROFILING_MODE_O2\x10\x02\x1a\x02\x18\x01\x42\x98\x01\n\x13\x63om.chalk.server.v1B\x0f\x44\x65ploymentProtoP\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'
21
+ b'\n chalk/server/v1/deployment.proto\x12\x0f\x63halk.server.v1\x1a!chalk/server/v1/environment.proto\x1a\x1fgoogle/protobuf/timestamp.proto"\x88\x01\n\x0eInstanceSizing\x12(\n\rmin_instances\x18\x01 \x01(\rH\x00R\x0cminInstances\x88\x01\x01\x12(\n\rmax_instances\x18\x02 \x01(\rH\x01R\x0cmaxInstances\x88\x01\x01\x42\x10\n\x0e_min_instancesB\x10\n\x0e_max_instances"\xa3\x01\n\x0fSourceImageSpec\x12"\n\x0crequirements\x18\x01 \x01(\tR\x0crequirements\x12+\n\x11\x64\x65pendencies_hash\x18\x02 \x01(\tR\x10\x64\x65pendenciesHash\x12\x18\n\x07runtime\x18\x03 \x01(\tR\x07runtime\x12%\n\x0epython_version\x18\x04 \x01(\tR\rpythonVersion"\xb2\x01\n\x10SourceImageSpecs\x12\x42\n\x05specs\x18\x01 \x03(\x0b\x32,.chalk.server.v1.SourceImageSpecs.SpecsEntryR\x05specs\x1aZ\n\nSpecsEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x36\n\x05value\x18\x02 \x01(\x0b\x32 .chalk.server.v1.SourceImageSpecR\x05value:\x02\x38\x01"\xc2\x10\n\nDeployment\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12%\n\x0e\x65nvironment_id\x18\x02 \x01(\tR\renvironmentId\x12\x39\n\x06status\x18\x03 \x01(\x0e\x32!.chalk.server.v1.DeploymentStatusR\x06status\x12\'\n\x0f\x64\x65ployment_tags\x18\x04 \x03(\tR\x0e\x64\x65ploymentTags\x12$\n\x0e\x63loud_build_id\x18\x05 \x01(\tR\x0c\x63loudBuildId\x12!\n\x0ctriggered_by\x18\x06 \x01(\tR\x0btriggeredBy\x12\x38\n\x15requirements_filepath\x18\x07 \x01(\tH\x00R\x14requirementsFilepath\x88\x01\x01\x12\x34\n\x13\x64ockerfile_filepath\x18\x08 \x01(\tH\x01R\x12\x64ockerfileFilepath\x88\x01\x01\x12\x1d\n\x07runtime\x18\t \x01(\tH\x02R\x07runtime\x88\x01\x01\x12\'\n\x0f\x63halkpy_version\x18\n \x01(\tR\x0e\x63halkpyVersion\x12.\n\x13raw_dependency_hash\x18\x0b \x01(\tR\x11rawDependencyHash\x12\x37\n\x15\x66inal_dependency_hash\x18\x0c \x01(\tH\x03R\x13\x66inalDependencyHash\x88\x01\x01\x12\x37\n\x15is_preview_deployment\x18\r \x01(\x08H\x04R\x13isPreviewDeployment\x88\x01\x01\x12\x39\n\ncreated_at\x18\x0e \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tcreatedAt\x12\x39\n\nupdated_at\x18\x0f \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tupdatedAt\x12\x1d\n\ngit_commit\x18\x10 \x01(\tR\tgitCommit\x12\x15\n\x06git_pr\x18\x11 \x01(\tR\x05gitPr\x12\x1d\n\ngit_branch\x18\x12 \x01(\tR\tgitBranch\x12(\n\x10git_author_email\x18\x13 \x01(\tR\x0egitAuthorEmail\x12\x16\n\x06\x62ranch\x18\x14 \x01(\tR\x06\x62ranch\x12)\n\x10project_settings\x18\x15 \x01(\tR\x0fprojectSettings\x12\x32\n\x12requirements_files\x18\x16 \x01(\tH\x05R\x11requirementsFiles\x88\x01\x01\x12\x17\n\x07git_tag\x18\x17 \x01(\tR\x06gitTag\x12$\n\x0e\x62\x61se_image_sha\x18\x18 \x01(\tR\x0c\x62\x61seImageSha\x12\x46\n\x11status_changed_at\x18\x19 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\x0fstatusChangedAt\x12;\n\x17pinned_platform_version\x18\x1a \x01(\tH\x06R\x15pinnedPlatformVersion\x88\x01\x01\x12\x39\n\x16preview_deployment_tag\x18\x1b \x01(\tH\x07R\x14previewDeploymentTag\x88\x01\x01\x12X\n\x0eprofiling_mode\x18\x1c \x01(\x0e\x32(.chalk.server.v1.DeploymentProfilingModeB\x02\x18\x01H\x08R\rprofilingMode\x88\x01\x01\x12\x31\n\x12source_image_specs\x18\x1d \x01(\x0cH\tR\x10sourceImageSpecs\x88\x01\x01\x12\x39\n\x19uses_uploaded_proto_graph\x18\x1e \x01(\x08R\x16usesUploadedProtoGraph\x12Q\n\rbuild_profile\x18\x1f \x01(\x0e\x32\'.chalk.server.v1.DeploymentBuildProfileH\nR\x0c\x62uildProfile\x88\x01\x01\x12\x36\n\x15\x63ustomer_cicd_job_url\x18 \x01(\tH\x0bR\x12\x63ustomerCicdJobUrl\x88\x01\x01\x12\x30\n\x11\x63ustomer_metadata\x18! \x01(\tH\x0cR\x10\x63ustomerMetadata\x88\x01\x01\x12-\n\x10\x63ustomer_vcs_url\x18" \x01(\tH\rR\x0e\x63ustomerVcsUrl\x88\x01\x01\x12\x34\n\x13\x64isplay_description\x18# \x01(\tH\x0eR\x12\x64isplayDescription\x88\x01\x01\x12\x31\n\x12git_commit_message\x18$ \x01(\tH\x0fR\x10gitCommitMessage\x88\x01\x01\x42\x18\n\x16_requirements_filepathB\x16\n\x14_dockerfile_filepathB\n\n\x08_runtimeB\x18\n\x16_final_dependency_hashB\x18\n\x16_is_preview_deploymentB\x15\n\x13_requirements_filesB\x1a\n\x18_pinned_platform_versionB\x19\n\x17_preview_deployment_tagB\x11\n\x0f_profiling_modeB\x15\n\x13_source_image_specsB\x10\n\x0e_build_profileB\x18\n\x16_customer_cicd_job_urlB\x14\n\x12_customer_metadataB\x13\n\x11_customer_vcs_urlB\x16\n\x14_display_descriptionB\x15\n\x13_git_commit_message*\xde\x03\n\x10\x44\x65ploymentStatus\x12!\n\x1d\x44\x45PLOYMENT_STATUS_UNSPECIFIED\x10\x00\x12\x1d\n\x19\x44\x45PLOYMENT_STATUS_UNKNOWN\x10\x01\x12\x1d\n\x19\x44\x45PLOYMENT_STATUS_PENDING\x10\x02\x12\x1c\n\x18\x44\x45PLOYMENT_STATUS_QUEUED\x10\x03\x12\x1d\n\x19\x44\x45PLOYMENT_STATUS_WORKING\x10\x04\x12\x1d\n\x19\x44\x45PLOYMENT_STATUS_SUCCESS\x10\x05\x12\x1d\n\x19\x44\x45PLOYMENT_STATUS_FAILURE\x10\x06\x12$\n DEPLOYMENT_STATUS_INTERNAL_ERROR\x10\x07\x12\x1d\n\x19\x44\x45PLOYMENT_STATUS_TIMEOUT\x10\x08\x12\x1f\n\x1b\x44\x45PLOYMENT_STATUS_CANCELLED\x10\t\x12\x1d\n\x19\x44\x45PLOYMENT_STATUS_EXPIRED\x10\n\x12!\n\x1d\x44\x45PLOYMENT_STATUS_BOOT_ERRORS\x10\x0b\x12%\n!DEPLOYMENT_STATUS_AWAITING_SOURCE\x10\x0c\x12\x1f\n\x1b\x44\x45PLOYMENT_STATUS_DEPLOYING\x10\r*\x8e\x01\n\x17\x44\x65ploymentProfilingMode\x12)\n%DEPLOYMENT_PROFILING_MODE_UNSPECIFIED\x10\x00\x12"\n\x1e\x44\x45PLOYMENT_PROFILING_MODE_NONE\x10\x01\x12 \n\x1c\x44\x45PLOYMENT_PROFILING_MODE_O2\x10\x02\x1a\x02\x18\x01\x42\x98\x01\n\x13\x63om.chalk.server.v1B\x0f\x44\x65ploymentProtoP\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'
22
22
  )
23
23
 
24
24
  _globals = globals()
@@ -35,10 +35,10 @@ if _descriptor._USE_C_DESCRIPTORS == False:
35
35
  _globals["_SOURCEIMAGESPECS_SPECSENTRY"]._serialized_options = b"8\001"
36
36
  _globals["_DEPLOYMENT"].fields_by_name["profiling_mode"]._options = None
37
37
  _globals["_DEPLOYMENT"].fields_by_name["profiling_mode"]._serialized_options = b"\030\001"
38
- _globals["_DEPLOYMENTSTATUS"]._serialized_start = 2351
39
- _globals["_DEPLOYMENTSTATUS"]._serialized_end = 2829
40
- _globals["_DEPLOYMENTPROFILINGMODE"]._serialized_start = 2832
41
- _globals["_DEPLOYMENTPROFILINGMODE"]._serialized_end = 2974
38
+ _globals["_DEPLOYMENTSTATUS"]._serialized_start = 2725
39
+ _globals["_DEPLOYMENTSTATUS"]._serialized_end = 3203
40
+ _globals["_DEPLOYMENTPROFILINGMODE"]._serialized_start = 3206
41
+ _globals["_DEPLOYMENTPROFILINGMODE"]._serialized_end = 3348
42
42
  _globals["_INSTANCESIZING"]._serialized_start = 122
43
43
  _globals["_INSTANCESIZING"]._serialized_end = 258
44
44
  _globals["_SOURCEIMAGESPEC"]._serialized_start = 261
@@ -48,5 +48,5 @@ if _descriptor._USE_C_DESCRIPTORS == False:
48
48
  _globals["_SOURCEIMAGESPECS_SPECSENTRY"]._serialized_start = 515
49
49
  _globals["_SOURCEIMAGESPECS_SPECSENTRY"]._serialized_end = 605
50
50
  _globals["_DEPLOYMENT"]._serialized_start = 608
51
- _globals["_DEPLOYMENT"]._serialized_end = 2348
51
+ _globals["_DEPLOYMENT"]._serialized_end = 2722
52
52
  # @@protoc_insertion_point(module_scope)
@@ -130,6 +130,11 @@ class Deployment(_message.Message):
130
130
  "source_image_specs",
131
131
  "uses_uploaded_proto_graph",
132
132
  "build_profile",
133
+ "customer_cicd_job_url",
134
+ "customer_metadata",
135
+ "customer_vcs_url",
136
+ "display_description",
137
+ "git_commit_message",
133
138
  )
134
139
  ID_FIELD_NUMBER: _ClassVar[int]
135
140
  ENVIRONMENT_ID_FIELD_NUMBER: _ClassVar[int]
@@ -162,6 +167,11 @@ class Deployment(_message.Message):
162
167
  SOURCE_IMAGE_SPECS_FIELD_NUMBER: _ClassVar[int]
163
168
  USES_UPLOADED_PROTO_GRAPH_FIELD_NUMBER: _ClassVar[int]
164
169
  BUILD_PROFILE_FIELD_NUMBER: _ClassVar[int]
170
+ CUSTOMER_CICD_JOB_URL_FIELD_NUMBER: _ClassVar[int]
171
+ CUSTOMER_METADATA_FIELD_NUMBER: _ClassVar[int]
172
+ CUSTOMER_VCS_URL_FIELD_NUMBER: _ClassVar[int]
173
+ DISPLAY_DESCRIPTION_FIELD_NUMBER: _ClassVar[int]
174
+ GIT_COMMIT_MESSAGE_FIELD_NUMBER: _ClassVar[int]
165
175
  id: str
166
176
  environment_id: str
167
177
  status: DeploymentStatus
@@ -193,6 +203,11 @@ class Deployment(_message.Message):
193
203
  source_image_specs: bytes
194
204
  uses_uploaded_proto_graph: bool
195
205
  build_profile: _environment_pb2.DeploymentBuildProfile
206
+ customer_cicd_job_url: str
207
+ customer_metadata: str
208
+ customer_vcs_url: str
209
+ display_description: str
210
+ git_commit_message: str
196
211
  def __init__(
197
212
  self,
198
213
  id: _Optional[str] = ...,
@@ -226,4 +241,9 @@ class Deployment(_message.Message):
226
241
  source_image_specs: _Optional[bytes] = ...,
227
242
  uses_uploaded_proto_graph: bool = ...,
228
243
  build_profile: _Optional[_Union[_environment_pb2.DeploymentBuildProfile, str]] = ...,
244
+ customer_cicd_job_url: _Optional[str] = ...,
245
+ customer_metadata: _Optional[str] = ...,
246
+ customer_vcs_url: _Optional[str] = ...,
247
+ display_description: _Optional[str] = ...,
248
+ git_commit_message: _Optional[str] = ...,
229
249
  ) -> None: ...
@@ -18,7 +18,7 @@ from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__
18
18
 
19
19
 
20
20
  DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(
21
- b'\n!chalk/server/v1/environment.proto\x12\x0f\x63halk.server.v1\x1a\x1cgoogle/protobuf/struct.proto\x1a\x1fgoogle/protobuf/timestamp.proto"{\n\x13\x41WSCloudWatchConfig\x12)\n\x0elog_group_path\x18\x01 \x01(\tH\x00R\x0clogGroupPath\x88\x01\x01\x12&\n\x0flog_group_paths\x18\x02 \x03(\tR\rlogGroupPathsB\x11\n\x0f_log_group_path"\xab\x02\n\x16\x41WSSecretManagerConfig\x12)\n\x0esecret_kms_arn\x18\x01 \x01(\tH\x00R\x0csecretKmsArn\x88\x01\x01\x12X\n\x0bsecret_tags\x18\x02 \x03(\x0b\x32\x37.chalk.server.v1.AWSSecretManagerConfig.SecretTagsEntryR\nsecretTags\x12(\n\rsecret_prefix\x18\x03 \x01(\tH\x01R\x0csecretPrefix\x88\x01\x01\x1a=\n\x0fSecretTagsEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n\x05value\x18\x02 \x01(\tR\x05value:\x02\x38\x01\x42\x11\n\x0f_secret_kms_arnB\x10\n\x0e_secret_prefix"9\n\x1bGCPSecretReplicationReplica\x12\x1a\n\x08location\x18\x01 \x01(\tR\x08location"D\n\x0fGCPRegionConfig\x12"\n\nscope_type\x18\x01 \x01(\tH\x00R\tscopeType\x88\x01\x01\x42\r\n\x0b_scope_type"\x9e\x01\n\x16GCPSecretManagerConfig\x12(\n\rsecret_region\x18\x01 \x01(\tH\x00R\x0csecretRegion\x88\x01\x01\x12H\n\x08replicas\x18\x02 \x03(\x0b\x32,.chalk.server.v1.GCPSecretReplicationReplicaR\x08replicasB\x10\n\x0e_secret_region"\xad\x01\n\x13GCPWorkloadIdentity\x12,\n\x12gcp_project_number\x18\x01 \x01(\tR\x10gcpProjectNumber\x12.\n\x13gcp_service_account\x18\x02 \x01(\tR\x11gcpServiceAccount\x12\x17\n\x07pool_id\x18\x03 \x01(\tR\x06poolId\x12\x1f\n\x0bprovider_id\x18\x04 \x01(\tR\nproviderId"\x88\x02\n\x11\x44ockerBuildConfig\x12\x18\n\x07\x62uilder\x18\x01 \x01(\tR\x07\x62uilder\x12,\n\x12push_registry_type\x18\x02 \x01(\tR\x10pushRegistryType\x12\x37\n\x18push_registry_tag_prefix\x18\x03 \x01(\tR\x15pushRegistryTagPrefix\x12\x43\n\x1eregistry_credentials_secret_id\x18\x04 \x01(\tR\x1bregistryCredentialsSecretId\x12-\n\x12notification_topic\x18\x05 \x01(\tR\x11notificationTopic"l\n\x16\x45lasticsearchLogConfig\x12\x1a\n\x08username\x18\x01 \x01(\tR\x08username\x12\x1a\n\x08password\x18\x02 \x01(\tR\x08password\x12\x1a\n\x08\x65ndpoint\x18\x03 \x01(\tR\x08\x65ndpoint"\xa7\x07\n\x0e\x41WSCloudConfig\x12\x1d\n\naccount_id\x18\x01 \x01(\tR\taccountId\x12.\n\x13management_role_arn\x18\x02 \x01(\tR\x11managementRoleArn\x12\x16\n\x06region\x18\x03 \x01(\tR\x06region\x12$\n\x0b\x65xternal_id\x18\x04 \x01(\tH\x00R\nexternalId\x88\x01\x01\x12k\n\x1d\x64\x65precated_cloud_watch_config\x18\x05 \x01(\x0b\x32$.chalk.server.v1.AWSCloudWatchConfigB\x02\x18\x01R\x1a\x64\x65precatedCloudWatchConfig\x12t\n deprecated_secret_manager_config\x18\x06 \x01(\x0b\x32\'.chalk.server.v1.AWSSecretManagerConfigB\x02\x18\x01R\x1d\x64\x65precatedSecretManagerConfig\x12U\n\x11workload_identity\x18\x07 \x01(\x0b\x32$.chalk.server.v1.GCPWorkloadIdentityB\x02\x18\x01R\x10workloadIdentity\x12R\n\x13\x64ocker_build_config\x18\x08 \x01(\x0b\x32".chalk.server.v1.DockerBuildConfigR\x11\x64ockerBuildConfig\x12\x61\n\x18\x65lasticsearch_log_config\x18\t \x01(\x0b\x32\'.chalk.server.v1.ElasticsearchLogConfigR\x16\x65lasticsearchLogConfig\x12Q\n\x11\x63loudwatch_config\x18\n \x01(\x0b\x32$.chalk.server.v1.AWSCloudWatchConfigR\x10\x63loudwatchConfig\x12Z\n\x14secretmanager_config\x18\x0b \x01(\x0b\x32\'.chalk.server.v1.AWSSecretManagerConfigR\x13secretmanagerConfig\x12X\n\x15gcp_workload_identity\x18\x0c \x01(\x0b\x32$.chalk.server.v1.GCPWorkloadIdentityR\x13gcpWorkloadIdentityB\x0e\n\x0c_external_id"\xa0\x03\n\x0eGCPCloudConfig\x12\x1d\n\nproject_id\x18\x01 \x01(\tR\tprojectId\x12\x16\n\x06region\x18\x02 \x01(\tR\x06region\x12\x41\n\x1amanagement_service_account\x18\x03 \x01(\tH\x00R\x18managementServiceAccount\x88\x01\x01\x12R\n\x13\x64ocker_build_config\x18\x04 \x01(\x0b\x32".chalk.server.v1.DockerBuildConfigR\x11\x64ockerBuildConfig\x12Z\n\x14secretmanager_config\x18\x05 \x01(\x0b\x32\'.chalk.server.v1.GCPSecretManagerConfigR\x13secretmanagerConfig\x12\x45\n\rregion_config\x18\x06 \x01(\x0b\x32 .chalk.server.v1.GCPRegionConfigR\x0cregionConfigB\x1d\n\x1b_management_service_account"Z\n\x1c\x41zureContainerRegistryConfig\x12(\n\rregistry_name\x18\x01 \x01(\tH\x00R\x0cregistryName\x88\x01\x01\x42\x10\n\x0e_registry_name"H\n\x13\x41zureKeyVaultConfig\x12"\n\nvault_name\x18\x01 \x01(\tH\x00R\tvaultName\x88\x01\x01\x42\r\n\x0b_vault_name"\x80\x04\n\x10\x41zureCloudConfig\x12\'\n\x0fsubscription_id\x18\x01 \x01(\tR\x0esubscriptionId\x12\x1b\n\ttenant_id\x18\x02 \x01(\tR\x08tenantId\x12\x16\n\x06region\x18\x03 \x01(\tR\x06region\x12%\n\x0eresource_group\x18\x04 \x01(\tR\rresourceGroup\x12R\n\x13\x64ocker_build_config\x18\x06 \x01(\x0b\x32".chalk.server.v1.DockerBuildConfigR\x11\x64ockerBuildConfig\x12i\n\x19\x63ontainer_registry_config\x18\x07 \x01(\x0b\x32-.chalk.server.v1.AzureContainerRegistryConfigR\x17\x63ontainerRegistryConfig\x12N\n\x10key_vault_config\x18\x08 \x01(\x0b\x32$.chalk.server.v1.AzureKeyVaultConfigR\x0ekeyVaultConfig\x12X\n\x15gcp_workload_identity\x18\t \x01(\x0b\x32$.chalk.server.v1.GCPWorkloadIdentityR\x13gcpWorkloadIdentity"\xbc\x01\n\x0b\x43loudConfig\x12\x33\n\x03\x61ws\x18\x01 \x01(\x0b\x32\x1f.chalk.server.v1.AWSCloudConfigH\x00R\x03\x61ws\x12\x33\n\x03gcp\x18\x02 \x01(\x0b\x32\x1f.chalk.server.v1.GCPCloudConfigH\x00R\x03gcp\x12\x39\n\x05\x61zure\x18\x03 \x01(\x0b\x32!.chalk.server.v1.AzureCloudConfigH\x00R\x05\x61zureB\x08\n\x06\x63onfig"\xdb\x01\n\x1e\x45nvironmentObjectStorageConfig\x12%\n\x0e\x64\x61taset_bucket\x18\x01 \x01(\tR\rdatasetBucket\x12,\n\x12plan_stages_bucket\x18\x02 \x01(\tR\x10planStagesBucket\x12\x30\n\x14source_bundle_bucket\x18\x03 \x01(\tR\x12sourceBundleBucket\x12\x32\n\x15model_registry_bucket\x18\x04 \x01(\tR\x13modelRegistryBucket"\xdd%\n\x0b\x45nvironment\x12\x12\n\x04name\x18\x01 \x01(\tR\x04name\x12\x1d\n\nproject_id\x18\x02 \x01(\tR\tprojectId\x12\x0e\n\x02id\x18\x03 \x01(\tR\x02id\x12\x17\n\x07team_id\x18\x04 \x01(\tR\x06teamId\x12\x35\n\x14\x61\x63tive_deployment_id\x18\x05 \x01(\tH\x00R\x12\x61\x63tiveDeploymentId\x88\x01\x01\x12"\n\nworker_url\x18\x06 \x01(\tH\x01R\tworkerUrl\x88\x01\x01\x12$\n\x0bservice_url\x18\x07 \x01(\tH\x02R\nserviceUrl\x88\x01\x01\x12"\n\nbranch_url\x18\x08 \x01(\tH\x03R\tbranchUrl\x88\x01\x01\x12\x35\n\x14offline_store_secret\x18\t \x01(\tH\x04R\x12offlineStoreSecret\x88\x01\x01\x12\x33\n\x13online_store_secret\x18\n \x01(\tH\x05R\x11onlineStoreSecret\x88\x01\x01\x12\x35\n\x14\x66\x65\x61ture_store_secret\x18\x0b \x01(\tH\x06R\x12\x66\x65\x61tureStoreSecret\x88\x01\x01\x12,\n\x0fpostgres_secret\x18\x0c \x01(\tH\x07R\x0epostgresSecret\x88\x01\x01\x12/\n\x11online_store_kind\x18\r \x01(\tH\x08R\x0fonlineStoreKind\x88\x01\x01\x12\x1c\n\x07\x65mq_uri\x18\x0e \x01(\tH\tR\x06\x65mqUri\x88\x01\x01\x12\x31\n\x12vpc_connector_name\x18\x0f \x01(\tH\nR\x10vpcConnectorName\x88\x01\x01\x12/\n\x11kube_cluster_name\x18\x10 \x01(\tH\x0bR\x0fkubeClusterName\x88\x01\x01\x12<\n\x18\x62ranch_kube_cluster_name\x18\x11 \x01(\tH\x0cR\x15\x62ranchKubeClusterName\x88\x01\x01\x12<\n\x18\x65ngine_kube_cluster_name\x18\x12 \x01(\tH\rR\x15\x65ngineKubeClusterName\x88\x01\x01\x12I\n\x1fshadow_engine_kube_cluster_name\x18\x13 \x01(\tH\x0eR\x1bshadowEngineKubeClusterName\x88\x01\x01\x12\x31\n\x12kube_job_namespace\x18\x14 \x01(\tH\x0fR\x10kubeJobNamespace\x88\x01\x01\x12\x39\n\x16kube_preview_namespace\x18\x15 \x01(\tH\x10R\x14kubePreviewNamespace\x88\x01\x01\x12>\n\x19kube_service_account_name\x18\x16 \x01(\tH\x11R\x16kubeServiceAccountName\x88\x01\x01\x12\x42\n\x1bstreaming_query_service_uri\x18\x17 \x01(\tH\x12R\x18streamingQueryServiceUri\x88\x01\x01\x12`\n.skip_offline_writes_for_online_cached_features\x18\x18 \x01(\x08R(skipOfflineWritesForOnlineCachedFeatures\x12-\n\x10result_bus_topic\x18\x19 \x01(\tH\x13R\x0eresultBusTopic\x88\x01\x01\x12;\n\x17online_persistence_mode\x18\x1a \x01(\tH\x14R\x15onlinePersistenceMode\x88\x01\x01\x12/\n\x11metrics_bus_topic\x18\x1b \x01(\tH\x15R\x0fmetricsBusTopic\x88\x01\x01\x12\x39\n\x16\x62igtable_instance_name\x18\x1c \x01(\tH\x16R\x14\x62igtableInstanceName\x88\x01\x01\x12\x33\n\x13\x62igtable_table_name\x18\x1d \x01(\tH\x17R\x11\x62igtableTableName\x88\x01\x01\x12\x37\n\x15\x63loud_account_locator\x18\x1e \x01(\tH\x18R\x13\x63loudAccountLocator\x88\x01\x01\x12&\n\x0c\x63loud_region\x18\x1f \x01(\tH\x19R\x0b\x63loudRegion\x88\x01\x01\x12-\n\x10\x63loud_tenancy_id\x18 \x01(\tH\x1aR\x0e\x63loudTenancyId\x88\x01\x01\x12\x35\n\x14source_bundle_bucket\x18! \x01(\tH\x1bR\x12sourceBundleBucket\x88\x01\x01\x12\x42\n\x1b\x65ngine_docker_registry_path\x18" \x01(\tH\x1cR\x18\x65ngineDockerRegistryPath\x88\x01\x01\x12,\n\x0f\x64\x65\x66\x61ult_planner\x18# \x01(\tH\x1dR\x0e\x64\x65\x66\x61ultPlanner\x88\x01\x01\x12\x63\n\x13\x61\x64\x64itional_env_vars\x18$ \x03(\x0b\x32\x33.chalk.server.v1.Environment.AdditionalEnvVarsEntryR\x11\x61\x64\x64itionalEnvVars\x12p\n\x18\x61\x64\x64itional_cron_env_vars\x18% \x03(\x0b\x32\x37.chalk.server.v1.Environment.AdditionalCronEnvVarsEntryR\x15\x61\x64\x64itionalCronEnvVars\x12=\n\x18private_pip_repositories\x18& \x01(\tH\x1eR\x16privatePipRepositories\x88\x01\x01\x12\x1d\n\nis_sandbox\x18\' \x01(\x08R\tisSandbox\x12I\n\x0e\x63loud_provider\x18) \x01(\x0e\x32".chalk.server.v1.CloudProviderKindR\rcloudProvider\x12\x44\n\x0c\x63loud_config\x18* \x01(\x0b\x32\x1c.chalk.server.v1.CloudConfigH\x1fR\x0b\x63loudConfig\x88\x01\x01\x12Z\n\x10spec_config_json\x18( \x03(\x0b\x32\x30.chalk.server.v1.Environment.SpecConfigJsonEntryR\x0especConfigJson\x12@\n\x0b\x61rchived_at\x18+ \x01(\x0b\x32\x1a.google.protobuf.TimestampH R\narchivedAt\x88\x01\x01\x12S\n$metadata_server_metrics_store_secret\x18, \x01(\tH!R metadataServerMetricsStoreSecret\x88\x01\x01\x12M\n!query_server_metrics_store_secret\x18- \x01(\tH"R\x1dqueryServerMetricsStoreSecret\x88\x01\x01\x12/\n\x11pinned_base_image\x18. \x01(\tH#R\x0fpinnedBaseImage\x88\x01\x01\x12\x31\n\x12\x63luster_gateway_id\x18/ \x01(\tH$R\x10\x63lusterGatewayId\x88\x01\x01\x12\x39\n\x16\x63luster_timescaledb_id\x18\x30 \x01(\tH%R\x14\x63lusterTimescaledbId\x88\x01\x01\x12T\n$background_persistence_deployment_id\x18\x31 \x01(\tH&R!backgroundPersistenceDeploymentId\x88\x01\x01\x12\x65\n\x13\x65nvironment_buckets\x18\x32 \x01(\x0b\x32/.chalk.server.v1.EnvironmentObjectStorageConfigH\'R\x12\x65nvironmentBuckets\x88\x01\x01\x12\x41\n\x1a\x63luster_timescaledb_secret\x18\x33 \x01(\tH(R\x18\x63lusterTimescaledbSecret\x88\x01\x01\x12+\n\x0fgrpc_engine_url\x18\x34 \x01(\tH)R\rgrpcEngineUrl\x88\x01\x01\x12/\n\x11kube_cluster_mode\x18\x35 \x01(\tH*R\x0fkubeClusterMode\x88\x01\x01\x12(\n\rdashboard_url\x18\x36 \x01(\tH+R\x0c\x64\x61shboardUrl\x88\x01\x01\x12+\n\x0fkube_cluster_id\x18\x37 \x01(\tH,R\rkubeClusterId\x88\x01\x01\x12\x1d\n\x07managed\x18\x38 \x01(\x08H-R\x07managed\x88\x01\x01\x12;\n\x17telemetry_deployment_id\x18\x39 \x01(\tH.R\x15telemetryDeploymentId\x88\x01\x01\x12\x42\n\x0csuspended_at\x18: \x01(\x0b\x32\x1a.google.protobuf.TimestampH/R\x0bsuspendedAt\x88\x01\x01\x12`\n\x15\x64\x65\x66\x61ult_build_profile\x18; \x01(\x0e\x32\'.chalk.server.v1.DeploymentBuildProfileH0R\x13\x64\x65\x66\x61ultBuildProfile\x88\x01\x01\x1a\x44\n\x16\x41\x64\x64itionalEnvVarsEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n\x05value\x18\x02 \x01(\tR\x05value:\x02\x38\x01\x1aH\n\x1a\x41\x64\x64itionalCronEnvVarsEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n\x05value\x18\x02 \x01(\tR\x05value:\x02\x38\x01\x1aY\n\x13SpecConfigJsonEntry\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\x42\x17\n\x15_active_deployment_idB\r\n\x0b_worker_urlB\x0e\n\x0c_service_urlB\r\n\x0b_branch_urlB\x17\n\x15_offline_store_secretB\x16\n\x14_online_store_secretB\x17\n\x15_feature_store_secretB\x12\n\x10_postgres_secretB\x14\n\x12_online_store_kindB\n\n\x08_emq_uriB\x15\n\x13_vpc_connector_nameB\x14\n\x12_kube_cluster_nameB\x1b\n\x19_branch_kube_cluster_nameB\x1b\n\x19_engine_kube_cluster_nameB"\n _shadow_engine_kube_cluster_nameB\x15\n\x13_kube_job_namespaceB\x19\n\x17_kube_preview_namespaceB\x1c\n\x1a_kube_service_account_nameB\x1e\n\x1c_streaming_query_service_uriB\x13\n\x11_result_bus_topicB\x1a\n\x18_online_persistence_modeB\x14\n\x12_metrics_bus_topicB\x19\n\x17_bigtable_instance_nameB\x16\n\x14_bigtable_table_nameB\x18\n\x16_cloud_account_locatorB\x0f\n\r_cloud_regionB\x13\n\x11_cloud_tenancy_idB\x17\n\x15_source_bundle_bucketB\x1e\n\x1c_engine_docker_registry_pathB\x12\n\x10_default_plannerB\x1b\n\x19_private_pip_repositoriesB\x0f\n\r_cloud_configB\x0e\n\x0c_archived_atB\'\n%_metadata_server_metrics_store_secretB$\n"_query_server_metrics_store_secretB\x14\n\x12_pinned_base_imageB\x15\n\x13_cluster_gateway_idB\x19\n\x17_cluster_timescaledb_idB\'\n%_background_persistence_deployment_idB\x16\n\x14_environment_bucketsB\x1d\n\x1b_cluster_timescaledb_secretB\x12\n\x10_grpc_engine_urlB\x14\n\x12_kube_cluster_modeB\x10\n\x0e_dashboard_urlB\x12\n\x10_kube_cluster_idB\n\n\x08_managedB\x1a\n\x18_telemetry_deployment_idB\x0f\n\r_suspended_atB\x18\n\x16_default_build_profile*\xb2\x01\n\x11\x43loudProviderKind\x12#\n\x1f\x43LOUD_PROVIDER_KIND_UNSPECIFIED\x10\x00\x12\x1f\n\x1b\x43LOUD_PROVIDER_KIND_UNKNOWN\x10\x01\x12\x1b\n\x17\x43LOUD_PROVIDER_KIND_GCP\x10\x02\x12\x1b\n\x17\x43LOUD_PROVIDER_KIND_AWS\x10\x03\x12\x1d\n\x19\x43LOUD_PROVIDER_KIND_AZURE\x10\x04*\xf4\x01\n\x16\x44\x65ploymentBuildProfile\x12(\n$DEPLOYMENT_BUILD_PROFILE_UNSPECIFIED\x10\x00\x12,\n(DEPLOYMENT_BUILD_PROFILE_O3_NO_PROFILING\x10\x01\x12)\n%DEPLOYMENT_BUILD_PROFILE_O3_PROFILING\x10\x02\x12,\n(DEPLOYMENT_BUILD_PROFILE_O2_NO_PROFILING\x10\x03\x12)\n%DEPLOYMENT_BUILD_PROFILE_O2_PROFILING\x10\x04\x42\x99\x01\n\x13\x63om.chalk.server.v1B\x10\x45nvironmentProtoP\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'
21
+ b'\n!chalk/server/v1/environment.proto\x12\x0f\x63halk.server.v1\x1a\x1cgoogle/protobuf/struct.proto\x1a\x1fgoogle/protobuf/timestamp.proto"{\n\x13\x41WSCloudWatchConfig\x12)\n\x0elog_group_path\x18\x01 \x01(\tH\x00R\x0clogGroupPath\x88\x01\x01\x12&\n\x0flog_group_paths\x18\x02 \x03(\tR\rlogGroupPathsB\x11\n\x0f_log_group_path"\xab\x02\n\x16\x41WSSecretManagerConfig\x12)\n\x0esecret_kms_arn\x18\x01 \x01(\tH\x00R\x0csecretKmsArn\x88\x01\x01\x12X\n\x0bsecret_tags\x18\x02 \x03(\x0b\x32\x37.chalk.server.v1.AWSSecretManagerConfig.SecretTagsEntryR\nsecretTags\x12(\n\rsecret_prefix\x18\x03 \x01(\tH\x01R\x0csecretPrefix\x88\x01\x01\x1a=\n\x0fSecretTagsEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n\x05value\x18\x02 \x01(\tR\x05value:\x02\x38\x01\x42\x11\n\x0f_secret_kms_arnB\x10\n\x0e_secret_prefix"9\n\x1bGCPSecretReplicationReplica\x12\x1a\n\x08location\x18\x01 \x01(\tR\x08location"D\n\x0fGCPRegionConfig\x12"\n\nscope_type\x18\x01 \x01(\tH\x00R\tscopeType\x88\x01\x01\x42\r\n\x0b_scope_type"\x9e\x01\n\x16GCPSecretManagerConfig\x12(\n\rsecret_region\x18\x01 \x01(\tH\x00R\x0csecretRegion\x88\x01\x01\x12H\n\x08replicas\x18\x02 \x03(\x0b\x32,.chalk.server.v1.GCPSecretReplicationReplicaR\x08replicasB\x10\n\x0e_secret_region"\xad\x01\n\x13GCPWorkloadIdentity\x12,\n\x12gcp_project_number\x18\x01 \x01(\tR\x10gcpProjectNumber\x12.\n\x13gcp_service_account\x18\x02 \x01(\tR\x11gcpServiceAccount\x12\x17\n\x07pool_id\x18\x03 \x01(\tR\x06poolId\x12\x1f\n\x0bprovider_id\x18\x04 \x01(\tR\nproviderId"\x88\x02\n\x11\x44ockerBuildConfig\x12\x18\n\x07\x62uilder\x18\x01 \x01(\tR\x07\x62uilder\x12,\n\x12push_registry_type\x18\x02 \x01(\tR\x10pushRegistryType\x12\x37\n\x18push_registry_tag_prefix\x18\x03 \x01(\tR\x15pushRegistryTagPrefix\x12\x43\n\x1eregistry_credentials_secret_id\x18\x04 \x01(\tR\x1bregistryCredentialsSecretId\x12-\n\x12notification_topic\x18\x05 \x01(\tR\x11notificationTopic"l\n\x16\x45lasticsearchLogConfig\x12\x1a\n\x08username\x18\x01 \x01(\tR\x08username\x12\x1a\n\x08password\x18\x02 \x01(\tR\x08password\x12\x1a\n\x08\x65ndpoint\x18\x03 \x01(\tR\x08\x65ndpoint"\xa7\x07\n\x0e\x41WSCloudConfig\x12\x1d\n\naccount_id\x18\x01 \x01(\tR\taccountId\x12.\n\x13management_role_arn\x18\x02 \x01(\tR\x11managementRoleArn\x12\x16\n\x06region\x18\x03 \x01(\tR\x06region\x12$\n\x0b\x65xternal_id\x18\x04 \x01(\tH\x00R\nexternalId\x88\x01\x01\x12k\n\x1d\x64\x65precated_cloud_watch_config\x18\x05 \x01(\x0b\x32$.chalk.server.v1.AWSCloudWatchConfigB\x02\x18\x01R\x1a\x64\x65precatedCloudWatchConfig\x12t\n deprecated_secret_manager_config\x18\x06 \x01(\x0b\x32\'.chalk.server.v1.AWSSecretManagerConfigB\x02\x18\x01R\x1d\x64\x65precatedSecretManagerConfig\x12U\n\x11workload_identity\x18\x07 \x01(\x0b\x32$.chalk.server.v1.GCPWorkloadIdentityB\x02\x18\x01R\x10workloadIdentity\x12R\n\x13\x64ocker_build_config\x18\x08 \x01(\x0b\x32".chalk.server.v1.DockerBuildConfigR\x11\x64ockerBuildConfig\x12\x61\n\x18\x65lasticsearch_log_config\x18\t \x01(\x0b\x32\'.chalk.server.v1.ElasticsearchLogConfigR\x16\x65lasticsearchLogConfig\x12Q\n\x11\x63loudwatch_config\x18\n \x01(\x0b\x32$.chalk.server.v1.AWSCloudWatchConfigR\x10\x63loudwatchConfig\x12Z\n\x14secretmanager_config\x18\x0b \x01(\x0b\x32\'.chalk.server.v1.AWSSecretManagerConfigR\x13secretmanagerConfig\x12X\n\x15gcp_workload_identity\x18\x0c \x01(\x0b\x32$.chalk.server.v1.GCPWorkloadIdentityR\x13gcpWorkloadIdentityB\x0e\n\x0c_external_id"\xa0\x03\n\x0eGCPCloudConfig\x12\x1d\n\nproject_id\x18\x01 \x01(\tR\tprojectId\x12\x16\n\x06region\x18\x02 \x01(\tR\x06region\x12\x41\n\x1amanagement_service_account\x18\x03 \x01(\tH\x00R\x18managementServiceAccount\x88\x01\x01\x12R\n\x13\x64ocker_build_config\x18\x04 \x01(\x0b\x32".chalk.server.v1.DockerBuildConfigR\x11\x64ockerBuildConfig\x12Z\n\x14secretmanager_config\x18\x05 \x01(\x0b\x32\'.chalk.server.v1.GCPSecretManagerConfigR\x13secretmanagerConfig\x12\x45\n\rregion_config\x18\x06 \x01(\x0b\x32 .chalk.server.v1.GCPRegionConfigR\x0cregionConfigB\x1d\n\x1b_management_service_account"Z\n\x1c\x41zureContainerRegistryConfig\x12(\n\rregistry_name\x18\x01 \x01(\tH\x00R\x0cregistryName\x88\x01\x01\x42\x10\n\x0e_registry_name"H\n\x13\x41zureKeyVaultConfig\x12"\n\nvault_name\x18\x01 \x01(\tH\x00R\tvaultName\x88\x01\x01\x42\r\n\x0b_vault_name"\x80\x04\n\x10\x41zureCloudConfig\x12\'\n\x0fsubscription_id\x18\x01 \x01(\tR\x0esubscriptionId\x12\x1b\n\ttenant_id\x18\x02 \x01(\tR\x08tenantId\x12\x16\n\x06region\x18\x03 \x01(\tR\x06region\x12%\n\x0eresource_group\x18\x04 \x01(\tR\rresourceGroup\x12R\n\x13\x64ocker_build_config\x18\x06 \x01(\x0b\x32".chalk.server.v1.DockerBuildConfigR\x11\x64ockerBuildConfig\x12i\n\x19\x63ontainer_registry_config\x18\x07 \x01(\x0b\x32-.chalk.server.v1.AzureContainerRegistryConfigR\x17\x63ontainerRegistryConfig\x12N\n\x10key_vault_config\x18\x08 \x01(\x0b\x32$.chalk.server.v1.AzureKeyVaultConfigR\x0ekeyVaultConfig\x12X\n\x15gcp_workload_identity\x18\t \x01(\x0b\x32$.chalk.server.v1.GCPWorkloadIdentityR\x13gcpWorkloadIdentity"\xbc\x01\n\x0b\x43loudConfig\x12\x33\n\x03\x61ws\x18\x01 \x01(\x0b\x32\x1f.chalk.server.v1.AWSCloudConfigH\x00R\x03\x61ws\x12\x33\n\x03gcp\x18\x02 \x01(\x0b\x32\x1f.chalk.server.v1.GCPCloudConfigH\x00R\x03gcp\x12\x39\n\x05\x61zure\x18\x03 \x01(\x0b\x32!.chalk.server.v1.AzureCloudConfigH\x00R\x05\x61zureB\x08\n\x06\x63onfig"\xdb\x01\n\x1e\x45nvironmentObjectStorageConfig\x12%\n\x0e\x64\x61taset_bucket\x18\x01 \x01(\tR\rdatasetBucket\x12,\n\x12plan_stages_bucket\x18\x02 \x01(\tR\x10planStagesBucket\x12\x30\n\x14source_bundle_bucket\x18\x03 \x01(\tR\x12sourceBundleBucket\x12\x32\n\x15model_registry_bucket\x18\x04 \x01(\tR\x13modelRegistryBucket"\xfe&\n\x0b\x45nvironment\x12\x12\n\x04name\x18\x01 \x01(\tR\x04name\x12\x1d\n\nproject_id\x18\x02 \x01(\tR\tprojectId\x12\x0e\n\x02id\x18\x03 \x01(\tR\x02id\x12\x17\n\x07team_id\x18\x04 \x01(\tR\x06teamId\x12\x35\n\x14\x61\x63tive_deployment_id\x18\x05 \x01(\tH\x00R\x12\x61\x63tiveDeploymentId\x88\x01\x01\x12"\n\nworker_url\x18\x06 \x01(\tH\x01R\tworkerUrl\x88\x01\x01\x12$\n\x0bservice_url\x18\x07 \x01(\tH\x02R\nserviceUrl\x88\x01\x01\x12"\n\nbranch_url\x18\x08 \x01(\tH\x03R\tbranchUrl\x88\x01\x01\x12\x35\n\x14offline_store_secret\x18\t \x01(\tH\x04R\x12offlineStoreSecret\x88\x01\x01\x12\x33\n\x13online_store_secret\x18\n \x01(\tH\x05R\x11onlineStoreSecret\x88\x01\x01\x12\x35\n\x14\x66\x65\x61ture_store_secret\x18\x0b \x01(\tH\x06R\x12\x66\x65\x61tureStoreSecret\x88\x01\x01\x12,\n\x0fpostgres_secret\x18\x0c \x01(\tH\x07R\x0epostgresSecret\x88\x01\x01\x12/\n\x11online_store_kind\x18\r \x01(\tH\x08R\x0fonlineStoreKind\x88\x01\x01\x12\x1c\n\x07\x65mq_uri\x18\x0e \x01(\tH\tR\x06\x65mqUri\x88\x01\x01\x12\x31\n\x12vpc_connector_name\x18\x0f \x01(\tH\nR\x10vpcConnectorName\x88\x01\x01\x12/\n\x11kube_cluster_name\x18\x10 \x01(\tH\x0bR\x0fkubeClusterName\x88\x01\x01\x12<\n\x18\x62ranch_kube_cluster_name\x18\x11 \x01(\tH\x0cR\x15\x62ranchKubeClusterName\x88\x01\x01\x12<\n\x18\x65ngine_kube_cluster_name\x18\x12 \x01(\tH\rR\x15\x65ngineKubeClusterName\x88\x01\x01\x12I\n\x1fshadow_engine_kube_cluster_name\x18\x13 \x01(\tH\x0eR\x1bshadowEngineKubeClusterName\x88\x01\x01\x12\x31\n\x12kube_job_namespace\x18\x14 \x01(\tH\x0fR\x10kubeJobNamespace\x88\x01\x01\x12\x39\n\x16kube_preview_namespace\x18\x15 \x01(\tH\x10R\x14kubePreviewNamespace\x88\x01\x01\x12>\n\x19kube_service_account_name\x18\x16 \x01(\tH\x11R\x16kubeServiceAccountName\x88\x01\x01\x12\x42\n\x1bstreaming_query_service_uri\x18\x17 \x01(\tH\x12R\x18streamingQueryServiceUri\x88\x01\x01\x12`\n.skip_offline_writes_for_online_cached_features\x18\x18 \x01(\x08R(skipOfflineWritesForOnlineCachedFeatures\x12-\n\x10result_bus_topic\x18\x19 \x01(\tH\x13R\x0eresultBusTopic\x88\x01\x01\x12;\n\x17online_persistence_mode\x18\x1a \x01(\tH\x14R\x15onlinePersistenceMode\x88\x01\x01\x12/\n\x11metrics_bus_topic\x18\x1b \x01(\tH\x15R\x0fmetricsBusTopic\x88\x01\x01\x12\x39\n\x16\x62igtable_instance_name\x18\x1c \x01(\tH\x16R\x14\x62igtableInstanceName\x88\x01\x01\x12\x33\n\x13\x62igtable_table_name\x18\x1d \x01(\tH\x17R\x11\x62igtableTableName\x88\x01\x01\x12\x37\n\x15\x63loud_account_locator\x18\x1e \x01(\tH\x18R\x13\x63loudAccountLocator\x88\x01\x01\x12&\n\x0c\x63loud_region\x18\x1f \x01(\tH\x19R\x0b\x63loudRegion\x88\x01\x01\x12-\n\x10\x63loud_tenancy_id\x18 \x01(\tH\x1aR\x0e\x63loudTenancyId\x88\x01\x01\x12\x35\n\x14source_bundle_bucket\x18! \x01(\tH\x1bR\x12sourceBundleBucket\x88\x01\x01\x12\x42\n\x1b\x65ngine_docker_registry_path\x18" \x01(\tH\x1cR\x18\x65ngineDockerRegistryPath\x88\x01\x01\x12,\n\x0f\x64\x65\x66\x61ult_planner\x18# \x01(\tH\x1dR\x0e\x64\x65\x66\x61ultPlanner\x88\x01\x01\x12\x63\n\x13\x61\x64\x64itional_env_vars\x18$ \x03(\x0b\x32\x33.chalk.server.v1.Environment.AdditionalEnvVarsEntryR\x11\x61\x64\x64itionalEnvVars\x12p\n\x18\x61\x64\x64itional_cron_env_vars\x18% \x03(\x0b\x32\x37.chalk.server.v1.Environment.AdditionalCronEnvVarsEntryR\x15\x61\x64\x64itionalCronEnvVars\x12=\n\x18private_pip_repositories\x18& \x01(\tH\x1eR\x16privatePipRepositories\x88\x01\x01\x12\x1d\n\nis_sandbox\x18\' \x01(\x08R\tisSandbox\x12I\n\x0e\x63loud_provider\x18) \x01(\x0e\x32".chalk.server.v1.CloudProviderKindR\rcloudProvider\x12\x44\n\x0c\x63loud_config\x18* \x01(\x0b\x32\x1c.chalk.server.v1.CloudConfigH\x1fR\x0b\x63loudConfig\x88\x01\x01\x12Z\n\x10spec_config_json\x18( \x03(\x0b\x32\x30.chalk.server.v1.Environment.SpecConfigJsonEntryR\x0especConfigJson\x12@\n\x0b\x61rchived_at\x18+ \x01(\x0b\x32\x1a.google.protobuf.TimestampH R\narchivedAt\x88\x01\x01\x12S\n$metadata_server_metrics_store_secret\x18, \x01(\tH!R metadataServerMetricsStoreSecret\x88\x01\x01\x12M\n!query_server_metrics_store_secret\x18- \x01(\tH"R\x1dqueryServerMetricsStoreSecret\x88\x01\x01\x12/\n\x11pinned_base_image\x18. \x01(\tH#R\x0fpinnedBaseImage\x88\x01\x01\x12\x31\n\x12\x63luster_gateway_id\x18/ \x01(\tH$R\x10\x63lusterGatewayId\x88\x01\x01\x12\x39\n\x16\x63luster_timescaledb_id\x18\x30 \x01(\tH%R\x14\x63lusterTimescaledbId\x88\x01\x01\x12T\n$background_persistence_deployment_id\x18\x31 \x01(\tH&R!backgroundPersistenceDeploymentId\x88\x01\x01\x12\x65\n\x13\x65nvironment_buckets\x18\x32 \x01(\x0b\x32/.chalk.server.v1.EnvironmentObjectStorageConfigH\'R\x12\x65nvironmentBuckets\x88\x01\x01\x12\x41\n\x1a\x63luster_timescaledb_secret\x18\x33 \x01(\tH(R\x18\x63lusterTimescaledbSecret\x88\x01\x01\x12+\n\x0fgrpc_engine_url\x18\x34 \x01(\tH)R\rgrpcEngineUrl\x88\x01\x01\x12/\n\x11kube_cluster_mode\x18\x35 \x01(\tH*R\x0fkubeClusterMode\x88\x01\x01\x12(\n\rdashboard_url\x18\x36 \x01(\tH+R\x0c\x64\x61shboardUrl\x88\x01\x01\x12+\n\x0fkube_cluster_id\x18\x37 \x01(\tH,R\rkubeClusterId\x88\x01\x01\x12\x1d\n\x07managed\x18\x38 \x01(\x08H-R\x07managed\x88\x01\x01\x12;\n\x17telemetry_deployment_id\x18\x39 \x01(\tH.R\x15telemetryDeploymentId\x88\x01\x01\x12\x42\n\x0csuspended_at\x18: \x01(\x0b\x32\x1a.google.protobuf.TimestampH/R\x0bsuspendedAt\x88\x01\x01\x12`\n\x15\x64\x65\x66\x61ult_build_profile\x18; \x01(\x0e\x32\'.chalk.server.v1.DeploymentBuildProfileH0R\x13\x64\x65\x66\x61ultBuildProfile\x88\x01\x01\x12H\n\x0evector_db_kind\x18< \x01(\x0e\x32\x1d.chalk.server.v1.VectorDBKindH1R\x0cvectorDbKind\x88\x01\x01\x12-\n\x10vector_db_secret\x18= \x01(\tH2R\x0evectorDbSecret\x88\x01\x01\x1a\x44\n\x16\x41\x64\x64itionalEnvVarsEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n\x05value\x18\x02 \x01(\tR\x05value:\x02\x38\x01\x1aH\n\x1a\x41\x64\x64itionalCronEnvVarsEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n\x05value\x18\x02 \x01(\tR\x05value:\x02\x38\x01\x1aY\n\x13SpecConfigJsonEntry\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\x42\x17\n\x15_active_deployment_idB\r\n\x0b_worker_urlB\x0e\n\x0c_service_urlB\r\n\x0b_branch_urlB\x17\n\x15_offline_store_secretB\x16\n\x14_online_store_secretB\x17\n\x15_feature_store_secretB\x12\n\x10_postgres_secretB\x14\n\x12_online_store_kindB\n\n\x08_emq_uriB\x15\n\x13_vpc_connector_nameB\x14\n\x12_kube_cluster_nameB\x1b\n\x19_branch_kube_cluster_nameB\x1b\n\x19_engine_kube_cluster_nameB"\n _shadow_engine_kube_cluster_nameB\x15\n\x13_kube_job_namespaceB\x19\n\x17_kube_preview_namespaceB\x1c\n\x1a_kube_service_account_nameB\x1e\n\x1c_streaming_query_service_uriB\x13\n\x11_result_bus_topicB\x1a\n\x18_online_persistence_modeB\x14\n\x12_metrics_bus_topicB\x19\n\x17_bigtable_instance_nameB\x16\n\x14_bigtable_table_nameB\x18\n\x16_cloud_account_locatorB\x0f\n\r_cloud_regionB\x13\n\x11_cloud_tenancy_idB\x17\n\x15_source_bundle_bucketB\x1e\n\x1c_engine_docker_registry_pathB\x12\n\x10_default_plannerB\x1b\n\x19_private_pip_repositoriesB\x0f\n\r_cloud_configB\x0e\n\x0c_archived_atB\'\n%_metadata_server_metrics_store_secretB$\n"_query_server_metrics_store_secretB\x14\n\x12_pinned_base_imageB\x15\n\x13_cluster_gateway_idB\x19\n\x17_cluster_timescaledb_idB\'\n%_background_persistence_deployment_idB\x16\n\x14_environment_bucketsB\x1d\n\x1b_cluster_timescaledb_secretB\x12\n\x10_grpc_engine_urlB\x14\n\x12_kube_cluster_modeB\x10\n\x0e_dashboard_urlB\x12\n\x10_kube_cluster_idB\n\n\x08_managedB\x1a\n\x18_telemetry_deployment_idB\x0f\n\r_suspended_atB\x18\n\x16_default_build_profileB\x11\n\x0f_vector_db_kindB\x13\n\x11_vector_db_secret*\xb2\x01\n\x11\x43loudProviderKind\x12#\n\x1f\x43LOUD_PROVIDER_KIND_UNSPECIFIED\x10\x00\x12\x1f\n\x1b\x43LOUD_PROVIDER_KIND_UNKNOWN\x10\x01\x12\x1b\n\x17\x43LOUD_PROVIDER_KIND_GCP\x10\x02\x12\x1b\n\x17\x43LOUD_PROVIDER_KIND_AWS\x10\x03\x12\x1d\n\x19\x43LOUD_PROVIDER_KIND_AZURE\x10\x04*\x85\x01\n\x0cVectorDBKind\x12\x1e\n\x1aVECTOR_DB_KIND_UNSPECIFIED\x10\x00\x12\x1d\n\x19VECTOR_DB_KIND_OPENSEARCH\x10\x01\x12\x1b\n\x17VECTOR_DB_KIND_PGVECTOR\x10\x02\x12\x19\n\x15VECTOR_DB_KIND_MILVUS\x10\x03*\xf4\x01\n\x16\x44\x65ploymentBuildProfile\x12(\n$DEPLOYMENT_BUILD_PROFILE_UNSPECIFIED\x10\x00\x12,\n(DEPLOYMENT_BUILD_PROFILE_O3_NO_PROFILING\x10\x01\x12)\n%DEPLOYMENT_BUILD_PROFILE_O3_PROFILING\x10\x02\x12,\n(DEPLOYMENT_BUILD_PROFILE_O2_NO_PROFILING\x10\x03\x12)\n%DEPLOYMENT_BUILD_PROFILE_O2_PROFILING\x10\x04\x42\x99\x01\n\x13\x63om.chalk.server.v1B\x10\x45nvironmentProtoP\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'
22
22
  )
23
23
 
24
24
  _globals = globals()
@@ -43,10 +43,12 @@ if _descriptor._USE_C_DESCRIPTORS == False:
43
43
  _globals["_ENVIRONMENT_ADDITIONALCRONENVVARSENTRY"]._serialized_options = b"8\001"
44
44
  _globals["_ENVIRONMENT_SPECCONFIGJSONENTRY"]._options = None
45
45
  _globals["_ENVIRONMENT_SPECCONFIGJSONENTRY"]._serialized_options = b"8\001"
46
- _globals["_CLOUDPROVIDERKIND"]._serialized_start = 8671
47
- _globals["_CLOUDPROVIDERKIND"]._serialized_end = 8849
48
- _globals["_DEPLOYMENTBUILDPROFILE"]._serialized_start = 8852
49
- _globals["_DEPLOYMENTBUILDPROFILE"]._serialized_end = 9096
46
+ _globals["_CLOUDPROVIDERKIND"]._serialized_start = 8832
47
+ _globals["_CLOUDPROVIDERKIND"]._serialized_end = 9010
48
+ _globals["_VECTORDBKIND"]._serialized_start = 9013
49
+ _globals["_VECTORDBKIND"]._serialized_end = 9146
50
+ _globals["_DEPLOYMENTBUILDPROFILE"]._serialized_start = 9149
51
+ _globals["_DEPLOYMENTBUILDPROFILE"]._serialized_end = 9393
50
52
  _globals["_AWSCLOUDWATCHCONFIG"]._serialized_start = 117
51
53
  _globals["_AWSCLOUDWATCHCONFIG"]._serialized_end = 240
52
54
  _globals["_AWSSECRETMANAGERCONFIG"]._serialized_start = 243
@@ -80,11 +82,11 @@ if _descriptor._USE_C_DESCRIPTORS == False:
80
82
  _globals["_ENVIRONMENTOBJECTSTORAGECONFIG"]._serialized_start = 3617
81
83
  _globals["_ENVIRONMENTOBJECTSTORAGECONFIG"]._serialized_end = 3836
82
84
  _globals["_ENVIRONMENT"]._serialized_start = 3839
83
- _globals["_ENVIRONMENT"]._serialized_end = 8668
84
- _globals["_ENVIRONMENT_ADDITIONALENVVARSENTRY"]._serialized_start = 7250
85
- _globals["_ENVIRONMENT_ADDITIONALENVVARSENTRY"]._serialized_end = 7318
86
- _globals["_ENVIRONMENT_ADDITIONALCRONENVVARSENTRY"]._serialized_start = 7320
87
- _globals["_ENVIRONMENT_ADDITIONALCRONENVVARSENTRY"]._serialized_end = 7392
88
- _globals["_ENVIRONMENT_SPECCONFIGJSONENTRY"]._serialized_start = 7394
89
- _globals["_ENVIRONMENT_SPECCONFIGJSONENTRY"]._serialized_end = 7483
85
+ _globals["_ENVIRONMENT"]._serialized_end = 8829
86
+ _globals["_ENVIRONMENT_ADDITIONALENVVARSENTRY"]._serialized_start = 7371
87
+ _globals["_ENVIRONMENT_ADDITIONALENVVARSENTRY"]._serialized_end = 7439
88
+ _globals["_ENVIRONMENT_ADDITIONALCRONENVVARSENTRY"]._serialized_start = 7441
89
+ _globals["_ENVIRONMENT_ADDITIONALCRONENVVARSENTRY"]._serialized_end = 7513
90
+ _globals["_ENVIRONMENT_SPECCONFIGJSONENTRY"]._serialized_start = 7515
91
+ _globals["_ENVIRONMENT_SPECCONFIGJSONENTRY"]._serialized_end = 7604
90
92
  # @@protoc_insertion_point(module_scope)
@@ -22,6 +22,13 @@ class CloudProviderKind(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
22
22
  CLOUD_PROVIDER_KIND_AWS: _ClassVar[CloudProviderKind]
23
23
  CLOUD_PROVIDER_KIND_AZURE: _ClassVar[CloudProviderKind]
24
24
 
25
+ class VectorDBKind(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
26
+ __slots__ = ()
27
+ VECTOR_DB_KIND_UNSPECIFIED: _ClassVar[VectorDBKind]
28
+ VECTOR_DB_KIND_OPENSEARCH: _ClassVar[VectorDBKind]
29
+ VECTOR_DB_KIND_PGVECTOR: _ClassVar[VectorDBKind]
30
+ VECTOR_DB_KIND_MILVUS: _ClassVar[VectorDBKind]
31
+
25
32
  class DeploymentBuildProfile(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
26
33
  __slots__ = ()
27
34
  DEPLOYMENT_BUILD_PROFILE_UNSPECIFIED: _ClassVar[DeploymentBuildProfile]
@@ -35,6 +42,10 @@ CLOUD_PROVIDER_KIND_UNKNOWN: CloudProviderKind
35
42
  CLOUD_PROVIDER_KIND_GCP: CloudProviderKind
36
43
  CLOUD_PROVIDER_KIND_AWS: CloudProviderKind
37
44
  CLOUD_PROVIDER_KIND_AZURE: CloudProviderKind
45
+ VECTOR_DB_KIND_UNSPECIFIED: VectorDBKind
46
+ VECTOR_DB_KIND_OPENSEARCH: VectorDBKind
47
+ VECTOR_DB_KIND_PGVECTOR: VectorDBKind
48
+ VECTOR_DB_KIND_MILVUS: VectorDBKind
38
49
  DEPLOYMENT_BUILD_PROFILE_UNSPECIFIED: DeploymentBuildProfile
39
50
  DEPLOYMENT_BUILD_PROFILE_O3_NO_PROFILING: DeploymentBuildProfile
40
51
  DEPLOYMENT_BUILD_PROFILE_O3_PROFILING: DeploymentBuildProfile
@@ -386,6 +397,8 @@ class Environment(_message.Message):
386
397
  "telemetry_deployment_id",
387
398
  "suspended_at",
388
399
  "default_build_profile",
400
+ "vector_db_kind",
401
+ "vector_db_secret",
389
402
  )
390
403
  class AdditionalEnvVarsEntry(_message.Message):
391
404
  __slots__ = ("key", "value")
@@ -472,6 +485,8 @@ class Environment(_message.Message):
472
485
  TELEMETRY_DEPLOYMENT_ID_FIELD_NUMBER: _ClassVar[int]
473
486
  SUSPENDED_AT_FIELD_NUMBER: _ClassVar[int]
474
487
  DEFAULT_BUILD_PROFILE_FIELD_NUMBER: _ClassVar[int]
488
+ VECTOR_DB_KIND_FIELD_NUMBER: _ClassVar[int]
489
+ VECTOR_DB_SECRET_FIELD_NUMBER: _ClassVar[int]
475
490
  name: str
476
491
  project_id: str
477
492
  id: str
@@ -531,6 +546,8 @@ class Environment(_message.Message):
531
546
  telemetry_deployment_id: str
532
547
  suspended_at: _timestamp_pb2.Timestamp
533
548
  default_build_profile: DeploymentBuildProfile
549
+ vector_db_kind: VectorDBKind
550
+ vector_db_secret: str
534
551
  def __init__(
535
552
  self,
536
553
  name: _Optional[str] = ...,
@@ -592,4 +609,6 @@ class Environment(_message.Message):
592
609
  telemetry_deployment_id: _Optional[str] = ...,
593
610
  suspended_at: _Optional[_Union[_timestamp_pb2.Timestamp, _Mapping]] = ...,
594
611
  default_build_profile: _Optional[_Union[DeploymentBuildProfile, str]] = ...,
612
+ vector_db_kind: _Optional[_Union[VectorDBKind, str]] = ...,
613
+ vector_db_secret: _Optional[str] = ...,
595
614
  ) -> None: ...
@@ -18,7 +18,7 @@ from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__
18
18
 
19
19
 
20
20
  DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(
21
- b'\n\x1e\x63halk/server/v1/eventbus.proto\x12\x0f\x63halk.server.v1\x1a\x1cgoogle/protobuf/struct.proto\x1a\x1fgoogle/protobuf/timestamp.proto"\xdd\x02\n\x10\x45ventBusEnvelope\x12\x19\n\x08\x65vent_id\x18\x01 \x01(\tR\x07\x65ventId\x12\x39\n\ncreated_at\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tcreatedAt\x12%\n\x0e\x65nvironment_id\x18\x03 \x01(\tR\renvironmentId\x12:\n\x07message\x18\x04 \x01(\x0b\x32 .chalk.server.v1.EventBusMessageR\x07message\x12Q\n\nattributes\x18\x05 \x03(\x0b\x32\x31.chalk.server.v1.EventBusEnvelope.AttributesEntryR\nattributes\x1a=\n\x0f\x41ttributesEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n\x05value\x18\x02 \x01(\tR\x05value:\x02\x38\x01"b\n\x0f\x45ventBusMessage\x12\x44\n\rwebhook_event\x18\x01 \x01(\x0b\x32\x1d.chalk.server.v1.WebhookEventH\x00R\x0cwebhookEventB\t\n\x07payload"\x8b\x02\n\x0cWebhookEvent\x12\x1d\n\nwebhook_id\x18\x01 \x01(\tR\twebhookId\x12"\n\x0csubscription\x18\x02 \x01(\tR\x0csubscription\x12\x31\n\x07payload\x18\x03 \x01(\x0b\x32\x17.google.protobuf.StructR\x07payload\x12\x43\n\x0f\x65vent_timestamp\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\x0e\x65ventTimestamp\x12,\n\x0fidempotency_key\x18\x05 \x01(\tH\x00R\x0eidempotencyKey\x88\x01\x01\x42\x12\n\x10_idempotency_keyB\x96\x01\n\x13\x63om.chalk.server.v1B\rEventbusProtoP\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'
21
+ b'\n\x1e\x63halk/server/v1/eventbus.proto\x12\x0f\x63halk.server.v1\x1a\x1cgoogle/protobuf/struct.proto\x1a\x1fgoogle/protobuf/timestamp.proto"\xdd\x02\n\x10\x45ventBusEnvelope\x12\x19\n\x08\x65vent_id\x18\x01 \x01(\tR\x07\x65ventId\x12\x39\n\ncreated_at\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tcreatedAt\x12%\n\x0e\x65nvironment_id\x18\x03 \x01(\tR\renvironmentId\x12:\n\x07message\x18\x04 \x01(\x0b\x32 .chalk.server.v1.EventBusMessageR\x07message\x12Q\n\nattributes\x18\x05 \x03(\x0b\x32\x31.chalk.server.v1.EventBusEnvelope.AttributesEntryR\nattributes\x1a=\n\x0f\x41ttributesEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n\x05value\x18\x02 \x01(\tR\x05value:\x02\x38\x01"b\n\x0f\x45ventBusMessage\x12\x44\n\rwebhook_event\x18\x01 \x01(\x0b\x32\x1d.chalk.server.v1.WebhookEventH\x00R\x0cwebhookEventB\t\n\x07payload"\x8f\x02\n\x0cWebhookEvent\x12!\n\nwebhook_id\x18\x01 \x01(\tB\x02\x18\x01R\twebhookId\x12"\n\x0csubscription\x18\x02 \x01(\tR\x0csubscription\x12\x31\n\x07payload\x18\x03 \x01(\x0b\x32\x17.google.protobuf.StructR\x07payload\x12\x43\n\x0f\x65vent_timestamp\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\x0e\x65ventTimestamp\x12,\n\x0fidempotency_key\x18\x05 \x01(\tH\x00R\x0eidempotencyKey\x88\x01\x01\x42\x12\n\x10_idempotency_keyB\x96\x01\n\x13\x63om.chalk.server.v1B\rEventbusProtoP\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'
22
22
  )
23
23
 
24
24
  _globals = globals()
@@ -31,6 +31,8 @@ if _descriptor._USE_C_DESCRIPTORS == False:
31
31
  ]._serialized_options = b"\n\023com.chalk.server.v1B\rEventbusProtoP\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"
32
32
  _globals["_EVENTBUSENVELOPE_ATTRIBUTESENTRY"]._options = None
33
33
  _globals["_EVENTBUSENVELOPE_ATTRIBUTESENTRY"]._serialized_options = b"8\001"
34
+ _globals["_WEBHOOKEVENT"].fields_by_name["webhook_id"]._options = None
35
+ _globals["_WEBHOOKEVENT"].fields_by_name["webhook_id"]._serialized_options = b"\030\001"
34
36
  _globals["_EVENTBUSENVELOPE"]._serialized_start = 115
35
37
  _globals["_EVENTBUSENVELOPE"]._serialized_end = 464
36
38
  _globals["_EVENTBUSENVELOPE_ATTRIBUTESENTRY"]._serialized_start = 403
@@ -38,5 +40,5 @@ if _descriptor._USE_C_DESCRIPTORS == False:
38
40
  _globals["_EVENTBUSMESSAGE"]._serialized_start = 466
39
41
  _globals["_EVENTBUSMESSAGE"]._serialized_end = 564
40
42
  _globals["_WEBHOOKEVENT"]._serialized_start = 567
41
- _globals["_WEBHOOKEVENT"]._serialized_end = 834
43
+ _globals["_WEBHOOKEVENT"]._serialized_end = 838
42
44
  # @@protoc_insertion_point(module_scope)
@@ -0,0 +1,65 @@
1
+ # -*- coding: utf-8 -*-
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # source: chalk/server/v1/files.proto
4
+ # Protobuf Python Version: 4.25.3
5
+ """Generated protocol buffer code."""
6
+
7
+ from google.protobuf import descriptor as _descriptor
8
+ from google.protobuf import descriptor_pool as _descriptor_pool
9
+ from google.protobuf import symbol_database as _symbol_database
10
+ from google.protobuf.internal import builder as _builder
11
+ # @@protoc_insertion_point(imports)
12
+
13
+ _sym_db = _symbol_database.Default()
14
+
15
+
16
+ from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
17
+
18
+
19
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(
20
+ b'\n\x1b\x63halk/server/v1/files.proto\x12\x0f\x63halk.server.v1\x1a\x1fgoogle/protobuf/timestamp.proto"\xec\x02\n\x04\x46ile\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x12\n\x04name\x18\x02 \x01(\tR\x04name\x12\x36\n\tfile_type\x18\x03 \x01(\x0e\x32\x19.chalk.server.v1.FileTypeR\x08\x66ileType\x12\x19\n\x08owner_id\x18\x04 \x01(\tR\x07ownerId\x12%\n\x0e\x65nvironment_id\x18\x05 \x01(\tR\renvironmentId\x12\x39\n\ncreated_at\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tcreatedAt\x12\x39\n\nupdated_at\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tupdatedAt\x12@\n\x0b\x61rchived_at\x18\x08 \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x00R\narchivedAt\x88\x01\x01\x42\x0e\n\x0c_archived_at"\x86\x01\n\x11\x43reateFileRequest\x12\x12\n\x04name\x18\x01 \x01(\tR\x04name\x12\x36\n\tfile_type\x18\x02 \x01(\x0e\x32\x19.chalk.server.v1.FileTypeR\x08\x66ileType\x12%\n\x0e\x65nvironment_id\x18\x03 \x01(\tR\renvironmentId"?\n\x12\x43reateFileResponse\x12)\n\x04\x66ile\x18\x01 \x01(\x0b\x32\x15.chalk.server.v1.FileR\x04\x66ile" \n\x0eGetFileRequest\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id"<\n\x0fGetFileResponse\x12)\n\x04\x66ile\x18\x01 \x01(\x0b\x32\x15.chalk.server.v1.FileR\x04\x66ile"E\n\x11UpdateFileRequest\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x17\n\x04name\x18\x02 \x01(\tH\x00R\x04name\x88\x01\x01\x42\x07\n\x05_name"?\n\x12UpdateFileResponse\x12)\n\x04\x66ile\x18\x01 \x01(\x0b\x32\x15.chalk.server.v1.FileR\x04\x66ile"#\n\x11\x44\x65leteFileRequest\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id"\x14\n\x12\x44\x65leteFileResponse"\\\n\x0fListFilesFilter\x12;\n\tfile_type\x18\x01 \x01(\x0e\x32\x19.chalk.server.v1.FileTypeH\x00R\x08\x66ileType\x88\x01\x01\x42\x0c\n\n_file_type"\xd0\x01\n\x10ListFilesRequest\x12%\n\x0e\x65nvironment_id\x18\x01 \x01(\tR\renvironmentId\x12=\n\x06\x66ilter\x18\x02 \x01(\x0b\x32 .chalk.server.v1.ListFilesFilterH\x00R\x06\x66ilter\x88\x01\x01\x12\x1b\n\x06\x63ursor\x18\x03 \x01(\tH\x01R\x06\x63ursor\x88\x01\x01\x12\x19\n\x05limit\x18\x04 \x01(\x05H\x02R\x05limit\x88\x01\x01\x42\t\n\x07_filterB\t\n\x07_cursorB\x08\n\x06_limit"h\n\x11ListFilesResponse\x12+\n\x05\x66iles\x18\x01 \x03(\x0b\x32\x15.chalk.server.v1.FileR\x05\x66iles\x12\x1b\n\x06\x63ursor\x18\x02 \x01(\tH\x00R\x06\x63ursor\x88\x01\x01\x42\t\n\x07_cursor"$\n\x12\x41rchiveFileRequest\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id"@\n\x13\x41rchiveFileResponse\x12)\n\x04\x66ile\x18\x01 \x01(\x0b\x32\x15.chalk.server.v1.FileR\x04\x66ile"&\n\x14UnarchiveFileRequest\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id"B\n\x15UnarchiveFileResponse\x12)\n\x04\x66ile\x18\x01 \x01(\x0b\x32\x15.chalk.server.v1.FileR\x04\x66ile*B\n\x08\x46ileType\x12\x19\n\x15\x46ILE_TYPE_UNSPECIFIED\x10\x00\x12\x1b\n\x17\x46ILE_TYPE_SQL_WORKSHEET\x10\x01\x42\x93\x01\n\x13\x63om.chalk.server.v1B\nFilesProtoP\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'
21
+ )
22
+
23
+ _globals = globals()
24
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
25
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, "chalk.server.v1.files_pb2", _globals)
26
+ if _descriptor._USE_C_DESCRIPTORS == False:
27
+ _globals["DESCRIPTOR"]._options = None
28
+ _globals[
29
+ "DESCRIPTOR"
30
+ ]._serialized_options = b"\n\023com.chalk.server.v1B\nFilesProtoP\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"
31
+ _globals["_FILETYPE"]._serialized_start = 1564
32
+ _globals["_FILETYPE"]._serialized_end = 1630
33
+ _globals["_FILE"]._serialized_start = 82
34
+ _globals["_FILE"]._serialized_end = 446
35
+ _globals["_CREATEFILEREQUEST"]._serialized_start = 449
36
+ _globals["_CREATEFILEREQUEST"]._serialized_end = 583
37
+ _globals["_CREATEFILERESPONSE"]._serialized_start = 585
38
+ _globals["_CREATEFILERESPONSE"]._serialized_end = 648
39
+ _globals["_GETFILEREQUEST"]._serialized_start = 650
40
+ _globals["_GETFILEREQUEST"]._serialized_end = 682
41
+ _globals["_GETFILERESPONSE"]._serialized_start = 684
42
+ _globals["_GETFILERESPONSE"]._serialized_end = 744
43
+ _globals["_UPDATEFILEREQUEST"]._serialized_start = 746
44
+ _globals["_UPDATEFILEREQUEST"]._serialized_end = 815
45
+ _globals["_UPDATEFILERESPONSE"]._serialized_start = 817
46
+ _globals["_UPDATEFILERESPONSE"]._serialized_end = 880
47
+ _globals["_DELETEFILEREQUEST"]._serialized_start = 882
48
+ _globals["_DELETEFILEREQUEST"]._serialized_end = 917
49
+ _globals["_DELETEFILERESPONSE"]._serialized_start = 919
50
+ _globals["_DELETEFILERESPONSE"]._serialized_end = 939
51
+ _globals["_LISTFILESFILTER"]._serialized_start = 941
52
+ _globals["_LISTFILESFILTER"]._serialized_end = 1033
53
+ _globals["_LISTFILESREQUEST"]._serialized_start = 1036
54
+ _globals["_LISTFILESREQUEST"]._serialized_end = 1244
55
+ _globals["_LISTFILESRESPONSE"]._serialized_start = 1246
56
+ _globals["_LISTFILESRESPONSE"]._serialized_end = 1350
57
+ _globals["_ARCHIVEFILEREQUEST"]._serialized_start = 1352
58
+ _globals["_ARCHIVEFILEREQUEST"]._serialized_end = 1388
59
+ _globals["_ARCHIVEFILERESPONSE"]._serialized_start = 1390
60
+ _globals["_ARCHIVEFILERESPONSE"]._serialized_end = 1454
61
+ _globals["_UNARCHIVEFILEREQUEST"]._serialized_start = 1456
62
+ _globals["_UNARCHIVEFILEREQUEST"]._serialized_end = 1494
63
+ _globals["_UNARCHIVEFILERESPONSE"]._serialized_start = 1496
64
+ _globals["_UNARCHIVEFILERESPONSE"]._serialized_end = 1562
65
+ # @@protoc_insertion_point(module_scope)
@@ -0,0 +1,167 @@
1
+ from google.protobuf import timestamp_pb2 as _timestamp_pb2
2
+ from google.protobuf.internal import containers as _containers
3
+ from google.protobuf.internal import enum_type_wrapper as _enum_type_wrapper
4
+ from google.protobuf import descriptor as _descriptor
5
+ from google.protobuf import message as _message
6
+ from typing import (
7
+ ClassVar as _ClassVar,
8
+ Iterable as _Iterable,
9
+ Mapping as _Mapping,
10
+ Optional as _Optional,
11
+ Union as _Union,
12
+ )
13
+
14
+ DESCRIPTOR: _descriptor.FileDescriptor
15
+
16
+ class FileType(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
17
+ __slots__ = ()
18
+ FILE_TYPE_UNSPECIFIED: _ClassVar[FileType]
19
+ FILE_TYPE_SQL_WORKSHEET: _ClassVar[FileType]
20
+
21
+ FILE_TYPE_UNSPECIFIED: FileType
22
+ FILE_TYPE_SQL_WORKSHEET: FileType
23
+
24
+ class File(_message.Message):
25
+ __slots__ = ("id", "name", "file_type", "owner_id", "environment_id", "created_at", "updated_at", "archived_at")
26
+ ID_FIELD_NUMBER: _ClassVar[int]
27
+ NAME_FIELD_NUMBER: _ClassVar[int]
28
+ FILE_TYPE_FIELD_NUMBER: _ClassVar[int]
29
+ OWNER_ID_FIELD_NUMBER: _ClassVar[int]
30
+ ENVIRONMENT_ID_FIELD_NUMBER: _ClassVar[int]
31
+ CREATED_AT_FIELD_NUMBER: _ClassVar[int]
32
+ UPDATED_AT_FIELD_NUMBER: _ClassVar[int]
33
+ ARCHIVED_AT_FIELD_NUMBER: _ClassVar[int]
34
+ id: str
35
+ name: str
36
+ file_type: FileType
37
+ owner_id: str
38
+ environment_id: str
39
+ created_at: _timestamp_pb2.Timestamp
40
+ updated_at: _timestamp_pb2.Timestamp
41
+ archived_at: _timestamp_pb2.Timestamp
42
+ def __init__(
43
+ self,
44
+ id: _Optional[str] = ...,
45
+ name: _Optional[str] = ...,
46
+ file_type: _Optional[_Union[FileType, str]] = ...,
47
+ owner_id: _Optional[str] = ...,
48
+ environment_id: _Optional[str] = ...,
49
+ created_at: _Optional[_Union[_timestamp_pb2.Timestamp, _Mapping]] = ...,
50
+ updated_at: _Optional[_Union[_timestamp_pb2.Timestamp, _Mapping]] = ...,
51
+ archived_at: _Optional[_Union[_timestamp_pb2.Timestamp, _Mapping]] = ...,
52
+ ) -> None: ...
53
+
54
+ class CreateFileRequest(_message.Message):
55
+ __slots__ = ("name", "file_type", "environment_id")
56
+ NAME_FIELD_NUMBER: _ClassVar[int]
57
+ FILE_TYPE_FIELD_NUMBER: _ClassVar[int]
58
+ ENVIRONMENT_ID_FIELD_NUMBER: _ClassVar[int]
59
+ name: str
60
+ file_type: FileType
61
+ environment_id: str
62
+ def __init__(
63
+ self,
64
+ name: _Optional[str] = ...,
65
+ file_type: _Optional[_Union[FileType, str]] = ...,
66
+ environment_id: _Optional[str] = ...,
67
+ ) -> None: ...
68
+
69
+ class CreateFileResponse(_message.Message):
70
+ __slots__ = ("file",)
71
+ FILE_FIELD_NUMBER: _ClassVar[int]
72
+ file: File
73
+ def __init__(self, file: _Optional[_Union[File, _Mapping]] = ...) -> None: ...
74
+
75
+ class GetFileRequest(_message.Message):
76
+ __slots__ = ("id",)
77
+ ID_FIELD_NUMBER: _ClassVar[int]
78
+ id: str
79
+ def __init__(self, id: _Optional[str] = ...) -> None: ...
80
+
81
+ class GetFileResponse(_message.Message):
82
+ __slots__ = ("file",)
83
+ FILE_FIELD_NUMBER: _ClassVar[int]
84
+ file: File
85
+ def __init__(self, file: _Optional[_Union[File, _Mapping]] = ...) -> None: ...
86
+
87
+ class UpdateFileRequest(_message.Message):
88
+ __slots__ = ("id", "name")
89
+ ID_FIELD_NUMBER: _ClassVar[int]
90
+ NAME_FIELD_NUMBER: _ClassVar[int]
91
+ id: str
92
+ name: str
93
+ def __init__(self, id: _Optional[str] = ..., name: _Optional[str] = ...) -> None: ...
94
+
95
+ class UpdateFileResponse(_message.Message):
96
+ __slots__ = ("file",)
97
+ FILE_FIELD_NUMBER: _ClassVar[int]
98
+ file: File
99
+ def __init__(self, file: _Optional[_Union[File, _Mapping]] = ...) -> None: ...
100
+
101
+ class DeleteFileRequest(_message.Message):
102
+ __slots__ = ("id",)
103
+ ID_FIELD_NUMBER: _ClassVar[int]
104
+ id: str
105
+ def __init__(self, id: _Optional[str] = ...) -> None: ...
106
+
107
+ class DeleteFileResponse(_message.Message):
108
+ __slots__ = ()
109
+ def __init__(self) -> None: ...
110
+
111
+ class ListFilesFilter(_message.Message):
112
+ __slots__ = ("file_type",)
113
+ FILE_TYPE_FIELD_NUMBER: _ClassVar[int]
114
+ file_type: FileType
115
+ def __init__(self, file_type: _Optional[_Union[FileType, str]] = ...) -> None: ...
116
+
117
+ class ListFilesRequest(_message.Message):
118
+ __slots__ = ("environment_id", "filter", "cursor", "limit")
119
+ ENVIRONMENT_ID_FIELD_NUMBER: _ClassVar[int]
120
+ FILTER_FIELD_NUMBER: _ClassVar[int]
121
+ CURSOR_FIELD_NUMBER: _ClassVar[int]
122
+ LIMIT_FIELD_NUMBER: _ClassVar[int]
123
+ environment_id: str
124
+ filter: ListFilesFilter
125
+ cursor: str
126
+ limit: int
127
+ def __init__(
128
+ self,
129
+ environment_id: _Optional[str] = ...,
130
+ filter: _Optional[_Union[ListFilesFilter, _Mapping]] = ...,
131
+ cursor: _Optional[str] = ...,
132
+ limit: _Optional[int] = ...,
133
+ ) -> None: ...
134
+
135
+ class ListFilesResponse(_message.Message):
136
+ __slots__ = ("files", "cursor")
137
+ FILES_FIELD_NUMBER: _ClassVar[int]
138
+ CURSOR_FIELD_NUMBER: _ClassVar[int]
139
+ files: _containers.RepeatedCompositeFieldContainer[File]
140
+ cursor: str
141
+ def __init__(
142
+ self, files: _Optional[_Iterable[_Union[File, _Mapping]]] = ..., cursor: _Optional[str] = ...
143
+ ) -> None: ...
144
+
145
+ class ArchiveFileRequest(_message.Message):
146
+ __slots__ = ("id",)
147
+ ID_FIELD_NUMBER: _ClassVar[int]
148
+ id: str
149
+ def __init__(self, id: _Optional[str] = ...) -> None: ...
150
+
151
+ class ArchiveFileResponse(_message.Message):
152
+ __slots__ = ("file",)
153
+ FILE_FIELD_NUMBER: _ClassVar[int]
154
+ file: File
155
+ def __init__(self, file: _Optional[_Union[File, _Mapping]] = ...) -> None: ...
156
+
157
+ class UnarchiveFileRequest(_message.Message):
158
+ __slots__ = ("id",)
159
+ ID_FIELD_NUMBER: _ClassVar[int]
160
+ id: str
161
+ def __init__(self, id: _Optional[str] = ...) -> None: ...
162
+
163
+ class UnarchiveFileResponse(_message.Message):
164
+ __slots__ = ("file",)
165
+ FILE_FIELD_NUMBER: _ClassVar[int]
166
+ file: File
167
+ def __init__(self, file: _Optional[_Union[File, _Mapping]] = ...) -> None: ...
@@ -0,0 +1,4 @@
1
+ # Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
2
+ """Client and server classes corresponding to protobuf-defined services."""
3
+
4
+ import grpc
@@ -0,0 +1,4 @@
1
+ """
2
+ @generated by mypy-protobuf. Do not edit manually!
3
+ isort:skip_file
4
+ """