qwak-core 0.4.284__py3-none-any.whl → 0.4.285__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 (207) hide show
  1. _qwak_proto/jfml/hosting_gateway/v1/build_upload_url_pb2.py +8 -23
  2. _qwak_proto/jfml/hosting_gateway/v1/hosting_gateway_service_pb2.py +10 -27
  3. _qwak_proto/qwak/administration/account/v1/account_pb2.py +22 -87
  4. _qwak_proto/qwak/administration/account/v1/account_service_pb2.py +42 -187
  5. _qwak_proto/qwak/administration/account/v1/jfrog_tenant_details_pb2.py +26 -114
  6. _qwak_proto/qwak/administration/account/v1/personalization_pb2.py +8 -24
  7. _qwak_proto/qwak/administration/account/v1/preferences_pb2.py +6 -14
  8. _qwak_proto/qwak/administration/account/v1/terms_pb2.py +14 -54
  9. _qwak_proto/qwak/administration/authenticated_user/v1/authenticated_user_service_pb2.py +18 -67
  10. _qwak_proto/qwak/administration/authenticated_user/v1/credentials_pb2.py +8 -24
  11. _qwak_proto/qwak/administration/authenticated_user/v1/details_pb2.py +14 -54
  12. _qwak_proto/qwak/administration/cluster/v2/cluster_pb2.py +38 -173
  13. _qwak_proto/qwak/administration/runtime_configuration/v0/creds/auth_pb2.py +6 -14
  14. _qwak_proto/qwak/administration/runtime_configuration/v0/creds/secret_pb2.py +8 -24
  15. _qwak_proto/qwak/administration/runtime_configuration/v0/data_catalog_config_pb2.py +10 -34
  16. _qwak_proto/qwak/administration/runtime_configuration/v0/external/elasticsearch_config_pb2.py +6 -14
  17. _qwak_proto/qwak/administration/runtime_configuration/v0/external/kafka_config_pb2.py +12 -44
  18. _qwak_proto/qwak/administration/runtime_configuration/v0/external/prometheus_config_pb2.py +8 -24
  19. _qwak_proto/qwak/administration/runtime_configuration/v0/external/redis_config_pb2.py +6 -14
  20. _qwak_proto/qwak/administration/runtime_configuration/v0/external/victoriametrics_config_pb2.py +6 -14
  21. _qwak_proto/qwak/administration/runtime_configuration/v0/feature_store_config_pb2.py +10 -34
  22. _qwak_proto/qwak/administration/runtime_configuration/v0/hosting_config_pb2.py +14 -54
  23. _qwak_proto/qwak/administration/runtime_configuration/v0/logs_storage_config_pb2.py +6 -14
  24. _qwak_proto/qwak/administration/runtime_configuration/v0/model_analytics_storage_config_pb2.py +6 -14
  25. _qwak_proto/qwak/administration/runtime_configuration/v0/network_config_pb2.py +14 -54
  26. _qwak_proto/qwak/administration/runtime_configuration/v0/object_storage_config_pb2.py +10 -34
  27. _qwak_proto/qwak/administration/runtime_configuration/v0/observability_config_pb2.py +10 -34
  28. _qwak_proto/qwak/administration/runtime_configuration/v0/runtime_config_pb2.py +6 -14
  29. _qwak_proto/qwak/administration/runtime_configuration/v0/sql_engine_config_pb2.py +10 -34
  30. _qwak_proto/qwak/administration/v0/authentication/authentication_service_pb2.py +14 -47
  31. _qwak_proto/qwak/administration/v0/environments/configuration_pb2.py +20 -82
  32. _qwak_proto/qwak/administration/v0/environments/environment_pb2.py +12 -40
  33. _qwak_proto/qwak/administration/v0/environments/environment_service_pb2.py +36 -158
  34. _qwak_proto/qwak/administration/v0/environments/personalization_pb2.py +8 -24
  35. _qwak_proto/qwak/administration/v0/users/user_pb2.py +18 -71
  36. _qwak_proto/qwak/admiral/secret/v0/secret_pb2.py +26 -115
  37. _qwak_proto/qwak/admiral/secret/v0/secret_service_pb2.py +18 -67
  38. _qwak_proto/qwak/admiral/secret/v0/system_secret_service_pb2.py +18 -67
  39. _qwak_proto/qwak/admiral/user_application_instance/v0/user_application_instance_pb2.py +38 -174
  40. _qwak_proto/qwak/admiral/user_application_instance/v0/user_application_instance_service_pb2.py +22 -87
  41. _qwak_proto/qwak/analytics/analytics_pb2.py +26 -121
  42. _qwak_proto/qwak/analytics/analytics_service_pb2.py +46 -207
  43. _qwak_proto/qwak/artifactory_settings/artifactory_settings_pb2.py +8 -24
  44. _qwak_proto/qwak/audience/v1/audience_api_pb2.py +30 -127
  45. _qwak_proto/qwak/audience/v1/audience_pb2.py +26 -113
  46. _qwak_proto/qwak/auto_scaling/v1/auto_scaling_pb2.py +18 -79
  47. _qwak_proto/qwak/auto_scaling/v1/auto_scaling_service_pb2.py +10 -27
  48. _qwak_proto/qwak/automation/v1/action_pb2.py +40 -180
  49. _qwak_proto/qwak/automation/v1/auto_scaling_pb2.py +18 -79
  50. _qwak_proto/qwak/automation/v1/automation_execution_pb2.py +12 -43
  51. _qwak_proto/qwak/automation/v1/automation_management_service_pb2.py +56 -258
  52. _qwak_proto/qwak/automation/v1/automation_pb2.py +10 -34
  53. _qwak_proto/qwak/automation/v1/common_pb2.py +10 -35
  54. _qwak_proto/qwak/automation/v1/notification_pb2.py +16 -68
  55. _qwak_proto/qwak/automation/v1/trigger_pb2.py +14 -54
  56. _qwak_proto/qwak/batch_job/v1/batch_job_events_pb2.py +26 -116
  57. _qwak_proto/qwak/batch_job/v1/batch_job_resources_pb2.py +8 -26
  58. _qwak_proto/qwak/batch_job/v1/batch_job_service_pb2.py +118 -561
  59. _qwak_proto/qwak/build/v1/build_api_pb2.py +86 -407
  60. _qwak_proto/qwak/build/v1/build_pb2.py +114 -549
  61. _qwak_proto/qwak/build_settings/build_settings_api_pb2.py +18 -67
  62. _qwak_proto/qwak/build_settings/build_settings_pb2.py +18 -74
  63. _qwak_proto/qwak/builds/build_pb2.py +44 -206
  64. _qwak_proto/qwak/builds/build_url_pb2.py +26 -113
  65. _qwak_proto/qwak/builds/builds_orchestrator_service_pb2.py +58 -269
  66. _qwak_proto/qwak/builds/builds_pb2.py +110 -519
  67. _qwak_proto/qwak/builds/internal_builds_orchestrator_service_pb2.py +12 -37
  68. _qwak_proto/qwak/data_versioning/data_versioning_pb2.py +8 -24
  69. _qwak_proto/qwak/data_versioning/data_versioning_service_pb2.py +14 -47
  70. _qwak_proto/qwak/deployment/alert_pb2.py +24 -108
  71. _qwak_proto/qwak/deployment/alert_service_pb2.py +30 -127
  72. _qwak_proto/qwak/deployment/deployment_messages_pb2.py +6 -14
  73. _qwak_proto/qwak/deployment/deployment_pb2.py +124 -588
  74. _qwak_proto/qwak/deployment/deployment_service_pb2.py +86 -419
  75. _qwak_proto/qwak/ecosystem/jfrog/v0/token_pb2.py +36 -164
  76. _qwak_proto/qwak/ecosystem/jfrog/v0/token_service_pb2.py +22 -87
  77. _qwak_proto/qwak/ecosystem/v0/credentials_pb2.py +10 -34
  78. _qwak_proto/qwak/ecosystem/v0/ecosystem_pb2.py +30 -138
  79. _qwak_proto/qwak/ecosystem/v0/ecosystem_runtime_service_pb2.py +52 -237
  80. _qwak_proto/qwak/execution/v1/backfill_pb2.py +18 -74
  81. _qwak_proto/qwak/execution/v1/batch_pb2.py +10 -34
  82. _qwak_proto/qwak/execution/v1/deletion_pb2.py +12 -44
  83. _qwak_proto/qwak/execution/v1/execution_pb2.py +16 -69
  84. _qwak_proto/qwak/execution/v1/execution_service_pb2.py +64 -298
  85. _qwak_proto/qwak/execution/v1/internal/deployment/platform_details_pb2.py +6 -14
  86. _qwak_proto/qwak/execution/v1/jobs/job_pb2.py +18 -76
  87. _qwak_proto/qwak/execution/v1/jobs/job_service_pb2.py +54 -247
  88. _qwak_proto/qwak/execution/v1/jobs/reports/report_pb2.py +20 -84
  89. _qwak_proto/qwak/execution/v1/state/execution_state_pb2.py +6 -14
  90. _qwak_proto/qwak/execution/v1/state/execution_state_service_pb2.py +30 -127
  91. _qwak_proto/qwak/execution/v1/state/featureset_state_pb2.py +6 -14
  92. _qwak_proto/qwak/execution/v1/state/spark_execution_state_pb2.py +14 -68
  93. _qwak_proto/qwak/execution/v1/streaming_aggregation_pb2.py +14 -54
  94. _qwak_proto/qwak/execution/v1/streaming_pb2.py +12 -44
  95. _qwak_proto/qwak/feature_store/entities/entity_pb2.py +16 -57
  96. _qwak_proto/qwak/feature_store/entities/entity_service_pb2.py +30 -127
  97. _qwak_proto/qwak/feature_store/features/aggregation_pb2.py +38 -175
  98. _qwak_proto/qwak/feature_store/features/deployment_pb2.py +36 -167
  99. _qwak_proto/qwak/feature_store/features/deployment_service_pb2.py +10 -27
  100. _qwak_proto/qwak/feature_store/features/execution_pb2.py +14 -56
  101. _qwak_proto/qwak/feature_store/features/feature_set_attribute_pb2.py +6 -14
  102. _qwak_proto/qwak/feature_store/features/feature_set_pb2.py +34 -155
  103. _qwak_proto/qwak/feature_store/features/feature_set_service_pb2.py +92 -439
  104. _qwak_proto/qwak/feature_store/features/feature_set_state_pb2.py +38 -181
  105. _qwak_proto/qwak/feature_store/features/feature_set_state_service_pb2.py +26 -107
  106. _qwak_proto/qwak/feature_store/features/feature_set_types_pb2.py +74 -346
  107. _qwak_proto/qwak/feature_store/features/monitoring_pb2.py +10 -34
  108. _qwak_proto/qwak/feature_store/features/real_time_feature_extractor_pb2.py +32 -143
  109. _qwak_proto/qwak/feature_store/jobs/job_pb2.py +12 -46
  110. _qwak_proto/qwak/feature_store/jobs/job_service_pb2.py +30 -127
  111. _qwak_proto/qwak/feature_store/jobs/v1/job_pb2.py +12 -45
  112. _qwak_proto/qwak/feature_store/jobs/v1/job_service_pb2.py +42 -187
  113. _qwak_proto/qwak/feature_store/platform/platform_details_pb2.py +8 -24
  114. _qwak_proto/qwak/feature_store/reports/report_pb2.py +14 -53
  115. _qwak_proto/qwak/feature_store/repository/common/platform_pb2.py +10 -34
  116. _qwak_proto/qwak/feature_store/serving/management_pb2.py +14 -47
  117. _qwak_proto/qwak/feature_store/serving/metadata_pb2.py +12 -44
  118. _qwak_proto/qwak/feature_store/serving/serving_pb2.py +50 -222
  119. _qwak_proto/qwak/feature_store/serving/v1/value_pb2.py +8 -24
  120. _qwak_proto/qwak/feature_store/sinks/sink_pb2.py +14 -54
  121. _qwak_proto/qwak/feature_store/sources/batch_pb2.py +70 -334
  122. _qwak_proto/qwak/feature_store/sources/data_source_attribute_pb2.py +6 -14
  123. _qwak_proto/qwak/feature_store/sources/data_source_pb2.py +14 -54
  124. _qwak_proto/qwak/feature_store/sources/data_source_service_pb2.py +34 -147
  125. _qwak_proto/qwak/feature_store/sources/streaming_pb2.py +34 -146
  126. _qwak_proto/qwak/feature_store/v1/common/jfrog_artifact/jfrog_artifact_pb2.py +6 -14
  127. _qwak_proto/qwak/feature_store/v1/common/source_code/source_code_pb2.py +10 -34
  128. _qwak_proto/qwak/feature_store/v1/internal/data_source/data_source_service_pb2.py +16 -58
  129. _qwak_proto/qwak/feature_store/v1/internal/featureset/featureset_token_service_pb2.py +10 -27
  130. _qwak_proto/qwak/features_operator/v1/features_operator_pb2.py +14 -54
  131. _qwak_proto/qwak/features_operator/v1/features_operator_service_pb2.py +14 -47
  132. _qwak_proto/qwak/features_operator/v2/features_operator_pb2.py +16 -64
  133. _qwak_proto/qwak/features_operator/v2/features_operator_service_pb2.py +12 -37
  134. _qwak_proto/qwak/features_operator/v3/features_operator_async_service_pb2.py +26 -107
  135. _qwak_proto/qwak/features_operator/v3/features_operator_pb2.py +16 -64
  136. _qwak_proto/qwak/file_versioning/file_versioning_pb2.py +10 -33
  137. _qwak_proto/qwak/file_versioning/file_versioning_service_pb2.py +14 -47
  138. _qwak_proto/qwak/fitness_service/constructs_pb2.py +22 -99
  139. _qwak_proto/qwak/fitness_service/fitness_pb2.py +10 -32
  140. _qwak_proto/qwak/fitness_service/fitness_service_pb2.py +22 -87
  141. _qwak_proto/qwak/fitness_service/status_pb2.py +24 -106
  142. _qwak_proto/qwak/inference/feedback/feedback_pb2.py +28 -96
  143. _qwak_proto/qwak/instance_template/instance_template_pb2.py +12 -40
  144. _qwak_proto/qwak/instance_template/instance_template_service_pb2.py +14 -47
  145. _qwak_proto/qwak/integration/hugging_face_integration_pb2.py +16 -64
  146. _qwak_proto/qwak/integration/integration_pb2.py +28 -126
  147. _qwak_proto/qwak/integration/integration_service_pb2.py +34 -147
  148. _qwak_proto/qwak/integration/open_a_i_integration_pb2.py +16 -64
  149. _qwak_proto/qwak/integration/opsgenie_integration_pb2.py +20 -82
  150. _qwak_proto/qwak/integration/pagerduty_integration_pb2.py +24 -104
  151. _qwak_proto/qwak/integration/slack_app_integration_pb2.py +24 -104
  152. _qwak_proto/qwak/kube_deployment_captain/alert_pb2.py +22 -97
  153. _qwak_proto/qwak/kube_deployment_captain/alerting_pb2.py +12 -44
  154. _qwak_proto/qwak/kube_deployment_captain/batch_job_pb2.py +68 -322
  155. _qwak_proto/qwak/kube_deployment_captain/deployment_pb2.py +44 -167
  156. _qwak_proto/qwak/kube_deployment_captain/feature_set_deployment_pb2.py +32 -144
  157. _qwak_proto/qwak/kube_deployment_captain/kube_deployment_captain_service_pb2.py +108 -519
  158. _qwak_proto/qwak/kube_deployment_captain/traffic_mapping_pb2.py +8 -24
  159. _qwak_proto/qwak/logging/log_filter_pb2.py +12 -44
  160. _qwak_proto/qwak/logging/log_line_pb2.py +8 -25
  161. _qwak_proto/qwak/logging/log_reader_service_pb2.py +10 -27
  162. _qwak_proto/qwak/logging/log_source_pb2.py +30 -134
  163. _qwak_proto/qwak/model_descriptor/open_ai_descriptor_pb2.py +18 -74
  164. _qwak_proto/qwak/model_group/model_group_pb2.py +14 -47
  165. _qwak_proto/qwak/model_group/model_group_repository_details_pb2.py +18 -74
  166. _qwak_proto/qwak/models/models_pb2.py +88 -405
  167. _qwak_proto/qwak/models/models_query_pb2.py +16 -56
  168. _qwak_proto/qwak/monitoring/v0/alerting_channel_management_service_pb2.py +30 -127
  169. _qwak_proto/qwak/monitoring/v0/alerting_channel_pb2.py +34 -152
  170. _qwak_proto/qwak/monitoring/v0/alerting_channel_sync_service_pb2.py +14 -47
  171. _qwak_proto/qwak/offline/serving/v1/feature_values_pb2.py +6 -14
  172. _qwak_proto/qwak/offline/serving/v1/offline_serving_async_service_pb2.py +30 -123
  173. _qwak_proto/qwak/offline/serving/v1/options_pb2.py +6 -14
  174. _qwak_proto/qwak/offline/serving/v1/population_pb2.py +14 -54
  175. _qwak_proto/qwak/projects/jfrog_project_spec_pb2.py +6 -14
  176. _qwak_proto/qwak/projects/projects_pb2.py +44 -190
  177. _qwak_proto/qwak/prompt/v1/prompt/prompt_manager_service_pb2.py +54 -247
  178. _qwak_proto/qwak/prompt/v1/prompt/prompt_pb2.py +46 -214
  179. _qwak_proto/qwak/secret_service/secret_service_pb2.py +18 -67
  180. _qwak_proto/qwak/self_service/account/v0/account_membership_pb2.py +24 -106
  181. _qwak_proto/qwak/self_service/account/v0/account_membership_service_pb2.py +50 -227
  182. _qwak_proto/qwak/self_service/account/v0/account_status_pb2.py +16 -65
  183. _qwak_proto/qwak/self_service/account/v0/managing_account_pb2.py +30 -131
  184. _qwak_proto/qwak/self_service/account/v0/managing_account_service_pb2.py +22 -87
  185. _qwak_proto/qwak/self_service/user/v1/api_key_pb2.py +6 -14
  186. _qwak_proto/qwak/self_service/user/v1/user_pb2.py +6 -14
  187. _qwak_proto/qwak/self_service/user/v1/user_service_pb2.py +30 -121
  188. _qwak_proto/qwak/service_discovery/service_discovery_location_pb2.py +12 -44
  189. _qwak_proto/qwak/service_discovery/service_discovery_location_service_pb2.py +10 -27
  190. _qwak_proto/qwak/traffic/v1/traffic_api_pb2.py +22 -87
  191. _qwak_proto/qwak/traffic/v1/traffic_pb2.py +26 -113
  192. _qwak_proto/qwak/user_application/common/v0/resources_pb2.py +30 -138
  193. _qwak_proto/qwak/user_application/v0/user_application_pb2.py +10 -43
  194. _qwak_proto/qwak/vectors/v1/collection/collection_pb2.py +24 -106
  195. _qwak_proto/qwak/vectors/v1/collection/collection_service_pb2.py +38 -167
  196. _qwak_proto/qwak/vectors/v1/collection/event/collection_event_pb2.py +6 -14
  197. _qwak_proto/qwak/vectors/v1/filters_pb2.py +30 -134
  198. _qwak_proto/qwak/vectors/v1/vector_pb2.py +14 -54
  199. _qwak_proto/qwak/vectors/v1/vector_service_pb2.py +26 -107
  200. _qwak_proto/qwak/workspace/workspace_pb2.py +22 -107
  201. _qwak_proto/qwak/workspace/workspace_service_pb2.py +62 -287
  202. frogml_storage/__init__.py +1 -1
  203. qwak/__init__.py +1 -1
  204. qwak/inner/build_logic/phases/phase_010_fetch_model/post_fetch_validation_step.py +1 -1
  205. {qwak_core-0.4.284.dist-info → qwak_core-0.4.285.dist-info}/METADATA +4 -5
  206. {qwak_core-0.4.284.dist-info → qwak_core-0.4.285.dist-info}/RECORD +207 -207
  207. {qwak_core-0.4.284.dist-info → qwak_core-0.4.285.dist-info}/WHEEL +0 -0
@@ -4,9 +4,8 @@
4
4
  """Generated protocol buffer code."""
5
5
  from google.protobuf import descriptor as _descriptor
6
6
  from google.protobuf import descriptor_pool as _descriptor_pool
7
- from google.protobuf import message as _message
8
- from google.protobuf import reflection as _reflection
9
7
  from google.protobuf import symbol_database as _symbol_database
8
+ from google.protobuf.internal import builder as _builder
10
9
  # @@protoc_insertion_point(imports)
11
10
 
12
11
  _sym_db = _symbol_database.Default()
@@ -17,272 +16,9 @@ from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__
17
16
 
18
17
  DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n&qwak/feature_store/sources/batch.proto\x12\x1aqwak.feature.store.sources\x1a\x1fgoogle/protobuf/timestamp.proto\"\xd9\x06\n\x0b\x42\x61tchSource\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x02 \x01(\t\x12\x1b\n\x13\x64\x61te_created_column\x18\x03 \x01(\t\x12@\n\x0c\x61thenaSource\x18\x04 \x01(\x0b\x32(.qwak.feature.store.sources.AthenaSourceH\x00\x12>\n\x0bmongoSource\x18\x05 \x01(\x0b\x32\'.qwak.feature.store.sources.MongoSourceH\x00\x12:\n\tcsvSource\x18\x06 \x01(\x0b\x32%.qwak.feature.store.sources.CsvSourceH\x00\x12\x46\n\x0fsnowflakeSource\x18\x07 \x01(\x0b\x32+.qwak.feature.store.sources.SnowflakeSourceH\x00\x12\x42\n\rparquetSource\x18\x08 \x01(\x0b\x32).qwak.feature.store.sources.ParquetSourceH\x00\x12<\n\njdbcSource\x18\t \x01(\x0b\x32&.qwak.feature.store.sources.JdbcSourceH\x00\x12\x42\n\rverticaSource\x18\n \x01(\x0b\x32).qwak.feature.store.sources.VerticaSourceH\x00\x12\x44\n\x0e\x62igquerySource\x18\x0b \x01(\x0b\x32*.qwak.feature.store.sources.BigquerySourceH\x00\x12N\n\x13\x65lasticsearchSource\x18\x0c \x01(\x0b\x32/.qwak.feature.store.sources.ElasticsearchSourceH\x00\x12H\n\x10\x63lickhouseSource\x18\r \x01(\x0b\x32,.qwak.feature.store.sources.ClickhouseSourceH\x00\x12V\n\x17\x66\x65\x61turesetOfflineSource\x18\x0e \x01(\x0b\x32\x33.qwak.feature.store.sources.FeaturesetOfflineSourceH\x00\x42\x06\n\x04type\"\xae\x04\n\x17\x46ileSystemConfiguration\x12X\n\x14\x61ws_s3_configuration\x18\x01 \x01(\x0b\x32\x38.qwak.feature.store.sources.AwsS3FileSystemConfigurationH\x00\x12P\n\x10\x61ws_s3_anonymous\x18\x02 \x01(\x0b\x32\x34.qwak.feature.store.sources.AnonymousS3ConfigurationH\x00\x12W\n aws_s3_assume_role_configuration\x18\x03 \x01(\x0b\x32+.qwak.feature.store.sources.AwsS3AssumeRoleH\x00\x12M\n\x13gcs_unauthenticated\x18\x04 \x01(\x0b\x32..qwak.feature.store.sources.GcsUnauthenticatedH\x00\x12N\n\x14gcs_user_credentials\x18\x05 \x01(\x0b\x32..qwak.feature.store.sources.GcsUserCredentialsH\x00\x12g\n!gcs_service_account_impersonation\x18\x06 \x01(\x0b\x32:.qwak.feature.store.sources.GcsServiceAccountImpersonationH\x00\x42\x06\n\x04type\"#\n\x0f\x41wsS3AssumeRole\x12\x10\n\x08role_arn\x18\x01 \x01(\t\"\x91\x01\n\x1c\x41wsS3FileSystemConfiguration\x12\x1e\n\x16\x61\x63\x63\x65ss_key_secret_name\x18\x01 \x01(\t\x12\x1e\n\x16secret_key_secret_name\x18\x02 \x01(\t\x12!\n\x19session_token_secret_name\x18\x03 \x01(\t\x12\x0e\n\x06\x62ucket\x18\x04 \x01(\t\"\x1a\n\x18\x41nonymousS3Configuration\"\x92\x03\n\nJdbcSource\x12\x0b\n\x03url\x18\x03 \x01(\t\x12\x1c\n\x14username_secret_name\x18\x01 \x01(\t\x12\x1c\n\x14password_secret_name\x18\x02 \x01(\t\x12\x10\n\x08\x64\x62_table\x18\x04 \x01(\t\x12\r\n\x05query\x18\x05 \x01(\t\x12>\n\x0bmysqlSource\x18\x06 \x01(\x0b\x32\'.qwak.feature.store.sources.MysqlSourceH\x00\x12H\n\x10postgresqlSource\x18\x07 \x01(\x0b\x32,.qwak.feature.store.sources.PostgresqlSourceH\x00\x12\x44\n\x0eredshiftSource\x18\x08 \x01(\x0b\x32*.qwak.feature.store.sources.RedshiftSourceH\x00\x12\x42\n\x0c\x61thenaSource\x18\t \x01(\x0b\x32*.qwak.feature.store.sources.AthenaSourceV1H\x00\x42\x06\n\x04type\"\r\n\x0bMysqlSource\"\x12\n\x10PostgresqlSource\"\x89\x01\n\x10\x43lickhouseSource\x12\x0b\n\x03url\x18\x01 \x01(\t\x12\x1c\n\x14username_secret_name\x18\x02 \x01(\t\x12\x1c\n\x14password_secret_name\x18\x03 \x01(\t\x12\x0f\n\x05table\x18\x04 \x01(\tH\x00\x12\r\n\x03sql\x18\x05 \x01(\tH\x00\x42\x0c\n\nquery_type\"i\n\x0eRedshiftSource\x12\x0f\n\x07\x64\x62_user\x18\x01 \x01(\t\x12\x14\n\x0ciam_role_arn\x18\x02 \x01(\t\x12\x15\n\raccess_key_id\x18\x03 \x01(\t\x12\x19\n\x11secret_access_key\x18\x04 \x01(\t\"\x8d\x03\n\x0e\x41thenaSourceV1\x12\x12\n\naws_region\x18\x01 \x01(\t\x12I\n\x12\x61ws_authentication\x18\x02 \x01(\x0b\x32-.qwak.feature.store.sources.AwsAuthentication\x12\x1a\n\x12s3_output_location\x18\x03 \x01(\t\x12R\n\x16\x64\x61te_partition_columns\x18\x04 \x01(\x0b\x32\x30.qwak.feature.store.sources.DatePartitionColumnsH\x00\x12g\n!time_fragmented_partition_columns\x18\x05 \x01(\x0b\x32:.qwak.feature.store.sources.TimeFragmentedPartitionColumnsH\x00\x12\x13\n\tworkgroup\x18\x06 \x01(\tH\x01\x42\x18\n\x16time_partition_columnsB\x14\n\x12optional_workgroup\"E\n\x14\x44\x61tePartitionColumns\x12\x18\n\x10\x64\x61te_column_name\x18\x01 \x01(\t\x12\x13\n\x0b\x64\x61te_format\x18\x02 \x01(\t\"\xb5\x02\n\x1eTimeFragmentedPartitionColumns\x12M\n\x15year_partition_column\x18\x01 \x01(\x0b\x32..qwak.feature.store.sources.YearFragmentColumn\x12Q\n\x16month_partition_column\x18\x02 \x01(\x0b\x32/.qwak.feature.store.sources.MonthFragmentColumnH\x00\x12M\n\x14\x64\x61y_partition_column\x18\x03 \x01(\x0b\x32-.qwak.feature.store.sources.DayFragmentColumnH\x01\x42\x11\n\x0fmonth_partitionB\x0f\n\rday_partition\"\xa4\x01\n\x12YearFragmentColumn\x12\x13\n\x0b\x63olumn_name\x18\x01 \x01(\t\x12`\n\x1dnumeric_column_representation\x18\x02 \x01(\x0b\x32\x37.qwak.feature.store.sources.NumericColumnRepresentationH\x00\x42\x17\n\x15\x63olumn_representation\"\x87\x02\n\x13MonthFragmentColumn\x12\x13\n\x0b\x63olumn_name\x18\x01 \x01(\t\x12`\n\x1dnumeric_column_representation\x18\x02 \x01(\x0b\x32\x37.qwak.feature.store.sources.NumericColumnRepresentationH\x00\x12`\n\x1dtextual_column_representation\x18\x03 \x01(\x0b\x32\x37.qwak.feature.store.sources.TextualColumnRepresentationH\x00\x42\x17\n\x15\x63olumn_representation\"\xa3\x01\n\x11\x44\x61yFragmentColumn\x12\x13\n\x0b\x63olumn_name\x18\x01 \x01(\t\x12`\n\x1dnumeric_column_representation\x18\x02 \x01(\x0b\x32\x37.qwak.feature.store.sources.NumericColumnRepresentationH\x00\x42\x17\n\x15\x63olumn_representation\"\x1d\n\x1bNumericColumnRepresentation\"\x1d\n\x1bTextualColumnRepresentation\"/\n\x0c\x41thenaSource\x12\x10\n\x08\x64\x61tabase\x18\x01 \x01(\t\x12\r\n\x05table\x18\x02 \x01(\t\"\xa0\x02\n\x0e\x42igquerySource\x12\x1f\n\x17\x63redentials_secret_name\x18\x01 \x01(\t\x12\x0f\n\x07\x64\x61taset\x18\x02 \x01(\t\x12\r\n\x05table\x18\x03 \x01(\t\x12\x0f\n\x07project\x18\x04 \x01(\t\x12\x16\n\x0eparent_project\x18\x05 \x01(\t\x12\x0b\n\x03sql\x18\x06 \x01(\t\x12\x15\n\rviews_enabled\x18\x07 \x01(\x08\x12#\n\x17materialization_dataset\x18\x08 \x01(\tB\x02\x18\x01\x12#\n\x17materialization_project\x18\t \x01(\tB\x02\x18\x01\x12\x36\n*materialization_expiration_time_in_minutes\x18\n \x01(\tB\x02\x18\x01\"\xa3\x01\n\tCsvSource\x12\x0c\n\x04path\x18\x01 \x01(\t\x12\x17\n\x0fquote_character\x18\x02 \x01(\t\x12\x18\n\x10\x65scape_character\x18\x03 \x01(\t\x12U\n\x18\x66ilesystem_configuration\x18\x04 \x01(\x0b\x32\x33.qwak.feature.store.sources.FileSystemConfiguration\"\xab\x01\n\x0bMongoSource\x12\r\n\x05hosts\x18\x01 \x01(\t\x12\x1c\n\x14username_secret_name\x18\x02 \x01(\t\x12\x1c\n\x14password_secret_name\x18\x03 \x01(\t\x12\x10\n\x08\x64\x61tabase\x18\x04 \x01(\t\x12\x12\n\ncollection\x18\x05 \x01(\t\x12\x19\n\x11\x63onnection_params\x18\x06 \x01(\t\x12\x10\n\x08protocol\x18\x07 \x01(\t\"\xae\x01\n\x0fSnowflakeSource\x12\x0c\n\x04host\x18\x01 \x01(\t\x12\x1c\n\x14username_secret_name\x18\x02 \x01(\t\x12\x1c\n\x14password_secret_name\x18\x03 \x01(\t\x12\x10\n\x08\x64\x61tabase\x18\x04 \x01(\t\x12\x0e\n\x06schema\x18\x05 \x01(\t\x12\x11\n\twarehouse\x18\x06 \x01(\t\x12\r\n\x05table\x18\x07 \x01(\t\x12\r\n\x05query\x18\x08 \x01(\t\"t\n\rParquetSource\x12\x0c\n\x04path\x18\x01 \x01(\t\x12U\n\x18\x66ilesystem_configuration\x18\x02 \x01(\x0b\x32\x33.qwak.feature.store.sources.FileSystemConfiguration\"\x98\x01\n\rVerticaSource\x12\x0c\n\x04host\x18\x01 \x01(\t\x12\x0c\n\x04port\x18\x02 \x01(\x05\x12\x10\n\x08\x64\x61tabase\x18\x03 \x01(\t\x12\x0e\n\x06schema\x18\x04 \x01(\t\x12\r\n\x05table\x18\x05 \x01(\t\x12\x1c\n\x14username_secret_name\x18\x06 \x01(\t\x12\x1c\n\x14password_secret_name\x18\x07 \x01(\t\"\xbc\x01\n\x13\x45lasticsearchSource\x12\r\n\x05nodes\x18\x01 \x01(\t\x12\x0c\n\x04port\x18\x02 \x01(\x05\x12\x10\n\x08resource\x18\x03 \x01(\t\x12\r\n\x05query\x18\x04 \x01(\t\x12\x16\n\x0e\x65xclude_fields\x18\x05 \x01(\t\x12\x13\n\x0bparse_dates\x18\x06 \x01(\x08\x12\x1c\n\x14username_secret_name\x18\x07 \x01(\t\x12\x1c\n\x14password_secret_name\x18\x08 \x01(\t\"(\n\x17\x46\x65\x61turesetOfflineSource\x12\r\n\x05\x61lias\x18\x01 \x01(\t\"\xe9\x01\n\x11\x41wsAuthentication\x12\x61\n\x1e\x61ws_assume_role_authentication\x18\x01 \x01(\x0b\x32\x37.qwak.feature.store.sources.AwsAssumeRoleAuthenticationH\x00\x12i\n%aws_static_credentials_authentication\x18\x02 \x01(\x0b\x32\x38.qwak.feature.store.sources.AwsCredentialsAuthenticationH\x00\x42\x06\n\x04type\"/\n\x1b\x41wsAssumeRoleAuthentication\x12\x10\n\x08role_arn\x18\x01 \x01(\t\"^\n\x1c\x41wsCredentialsAuthentication\x12\x1e\n\x16\x61\x63\x63\x65ss_key_secret_name\x18\x01 \x01(\t\x12\x1e\n\x16secret_key_secret_name\x18\x02 \x01(\t\"\x14\n\x12GcsUnauthenticated\"y\n\x12GcsUserCredentials\x12\x1d\n\x15\x63lient_id_secret_name\x18\x01 \x01(\t\x12!\n\x19\x63lient_secret_secret_name\x18\x02 \x01(\t\x12!\n\x19refresh_token_secret_name\x18\x03 \x01(\t\">\n\x1eGcsServiceAccountImpersonation\x12\x1c\n\x14service_account_user\x18\x01 \x01(\tBX\n%com.qwak.ai.feature.store.sources.apiP\x01Z-qwak/featurestore/sources;featurestoresourcesb\x06proto3')
19
18
 
20
-
21
-
22
- _BATCHSOURCE = DESCRIPTOR.message_types_by_name['BatchSource']
23
- _FILESYSTEMCONFIGURATION = DESCRIPTOR.message_types_by_name['FileSystemConfiguration']
24
- _AWSS3ASSUMEROLE = DESCRIPTOR.message_types_by_name['AwsS3AssumeRole']
25
- _AWSS3FILESYSTEMCONFIGURATION = DESCRIPTOR.message_types_by_name['AwsS3FileSystemConfiguration']
26
- _ANONYMOUSS3CONFIGURATION = DESCRIPTOR.message_types_by_name['AnonymousS3Configuration']
27
- _JDBCSOURCE = DESCRIPTOR.message_types_by_name['JdbcSource']
28
- _MYSQLSOURCE = DESCRIPTOR.message_types_by_name['MysqlSource']
29
- _POSTGRESQLSOURCE = DESCRIPTOR.message_types_by_name['PostgresqlSource']
30
- _CLICKHOUSESOURCE = DESCRIPTOR.message_types_by_name['ClickhouseSource']
31
- _REDSHIFTSOURCE = DESCRIPTOR.message_types_by_name['RedshiftSource']
32
- _ATHENASOURCEV1 = DESCRIPTOR.message_types_by_name['AthenaSourceV1']
33
- _DATEPARTITIONCOLUMNS = DESCRIPTOR.message_types_by_name['DatePartitionColumns']
34
- _TIMEFRAGMENTEDPARTITIONCOLUMNS = DESCRIPTOR.message_types_by_name['TimeFragmentedPartitionColumns']
35
- _YEARFRAGMENTCOLUMN = DESCRIPTOR.message_types_by_name['YearFragmentColumn']
36
- _MONTHFRAGMENTCOLUMN = DESCRIPTOR.message_types_by_name['MonthFragmentColumn']
37
- _DAYFRAGMENTCOLUMN = DESCRIPTOR.message_types_by_name['DayFragmentColumn']
38
- _NUMERICCOLUMNREPRESENTATION = DESCRIPTOR.message_types_by_name['NumericColumnRepresentation']
39
- _TEXTUALCOLUMNREPRESENTATION = DESCRIPTOR.message_types_by_name['TextualColumnRepresentation']
40
- _ATHENASOURCE = DESCRIPTOR.message_types_by_name['AthenaSource']
41
- _BIGQUERYSOURCE = DESCRIPTOR.message_types_by_name['BigquerySource']
42
- _CSVSOURCE = DESCRIPTOR.message_types_by_name['CsvSource']
43
- _MONGOSOURCE = DESCRIPTOR.message_types_by_name['MongoSource']
44
- _SNOWFLAKESOURCE = DESCRIPTOR.message_types_by_name['SnowflakeSource']
45
- _PARQUETSOURCE = DESCRIPTOR.message_types_by_name['ParquetSource']
46
- _VERTICASOURCE = DESCRIPTOR.message_types_by_name['VerticaSource']
47
- _ELASTICSEARCHSOURCE = DESCRIPTOR.message_types_by_name['ElasticsearchSource']
48
- _FEATURESETOFFLINESOURCE = DESCRIPTOR.message_types_by_name['FeaturesetOfflineSource']
49
- _AWSAUTHENTICATION = DESCRIPTOR.message_types_by_name['AwsAuthentication']
50
- _AWSASSUMEROLEAUTHENTICATION = DESCRIPTOR.message_types_by_name['AwsAssumeRoleAuthentication']
51
- _AWSCREDENTIALSAUTHENTICATION = DESCRIPTOR.message_types_by_name['AwsCredentialsAuthentication']
52
- _GCSUNAUTHENTICATED = DESCRIPTOR.message_types_by_name['GcsUnauthenticated']
53
- _GCSUSERCREDENTIALS = DESCRIPTOR.message_types_by_name['GcsUserCredentials']
54
- _GCSSERVICEACCOUNTIMPERSONATION = DESCRIPTOR.message_types_by_name['GcsServiceAccountImpersonation']
55
- BatchSource = _reflection.GeneratedProtocolMessageType('BatchSource', (_message.Message,), {
56
- 'DESCRIPTOR' : _BATCHSOURCE,
57
- '__module__' : 'qwak.feature_store.sources.batch_pb2'
58
- # @@protoc_insertion_point(class_scope:qwak.feature.store.sources.BatchSource)
59
- })
60
- _sym_db.RegisterMessage(BatchSource)
61
-
62
- FileSystemConfiguration = _reflection.GeneratedProtocolMessageType('FileSystemConfiguration', (_message.Message,), {
63
- 'DESCRIPTOR' : _FILESYSTEMCONFIGURATION,
64
- '__module__' : 'qwak.feature_store.sources.batch_pb2'
65
- # @@protoc_insertion_point(class_scope:qwak.feature.store.sources.FileSystemConfiguration)
66
- })
67
- _sym_db.RegisterMessage(FileSystemConfiguration)
68
-
69
- AwsS3AssumeRole = _reflection.GeneratedProtocolMessageType('AwsS3AssumeRole', (_message.Message,), {
70
- 'DESCRIPTOR' : _AWSS3ASSUMEROLE,
71
- '__module__' : 'qwak.feature_store.sources.batch_pb2'
72
- # @@protoc_insertion_point(class_scope:qwak.feature.store.sources.AwsS3AssumeRole)
73
- })
74
- _sym_db.RegisterMessage(AwsS3AssumeRole)
75
-
76
- AwsS3FileSystemConfiguration = _reflection.GeneratedProtocolMessageType('AwsS3FileSystemConfiguration', (_message.Message,), {
77
- 'DESCRIPTOR' : _AWSS3FILESYSTEMCONFIGURATION,
78
- '__module__' : 'qwak.feature_store.sources.batch_pb2'
79
- # @@protoc_insertion_point(class_scope:qwak.feature.store.sources.AwsS3FileSystemConfiguration)
80
- })
81
- _sym_db.RegisterMessage(AwsS3FileSystemConfiguration)
82
-
83
- AnonymousS3Configuration = _reflection.GeneratedProtocolMessageType('AnonymousS3Configuration', (_message.Message,), {
84
- 'DESCRIPTOR' : _ANONYMOUSS3CONFIGURATION,
85
- '__module__' : 'qwak.feature_store.sources.batch_pb2'
86
- # @@protoc_insertion_point(class_scope:qwak.feature.store.sources.AnonymousS3Configuration)
87
- })
88
- _sym_db.RegisterMessage(AnonymousS3Configuration)
89
-
90
- JdbcSource = _reflection.GeneratedProtocolMessageType('JdbcSource', (_message.Message,), {
91
- 'DESCRIPTOR' : _JDBCSOURCE,
92
- '__module__' : 'qwak.feature_store.sources.batch_pb2'
93
- # @@protoc_insertion_point(class_scope:qwak.feature.store.sources.JdbcSource)
94
- })
95
- _sym_db.RegisterMessage(JdbcSource)
96
-
97
- MysqlSource = _reflection.GeneratedProtocolMessageType('MysqlSource', (_message.Message,), {
98
- 'DESCRIPTOR' : _MYSQLSOURCE,
99
- '__module__' : 'qwak.feature_store.sources.batch_pb2'
100
- # @@protoc_insertion_point(class_scope:qwak.feature.store.sources.MysqlSource)
101
- })
102
- _sym_db.RegisterMessage(MysqlSource)
103
-
104
- PostgresqlSource = _reflection.GeneratedProtocolMessageType('PostgresqlSource', (_message.Message,), {
105
- 'DESCRIPTOR' : _POSTGRESQLSOURCE,
106
- '__module__' : 'qwak.feature_store.sources.batch_pb2'
107
- # @@protoc_insertion_point(class_scope:qwak.feature.store.sources.PostgresqlSource)
108
- })
109
- _sym_db.RegisterMessage(PostgresqlSource)
110
-
111
- ClickhouseSource = _reflection.GeneratedProtocolMessageType('ClickhouseSource', (_message.Message,), {
112
- 'DESCRIPTOR' : _CLICKHOUSESOURCE,
113
- '__module__' : 'qwak.feature_store.sources.batch_pb2'
114
- # @@protoc_insertion_point(class_scope:qwak.feature.store.sources.ClickhouseSource)
115
- })
116
- _sym_db.RegisterMessage(ClickhouseSource)
117
-
118
- RedshiftSource = _reflection.GeneratedProtocolMessageType('RedshiftSource', (_message.Message,), {
119
- 'DESCRIPTOR' : _REDSHIFTSOURCE,
120
- '__module__' : 'qwak.feature_store.sources.batch_pb2'
121
- # @@protoc_insertion_point(class_scope:qwak.feature.store.sources.RedshiftSource)
122
- })
123
- _sym_db.RegisterMessage(RedshiftSource)
124
-
125
- AthenaSourceV1 = _reflection.GeneratedProtocolMessageType('AthenaSourceV1', (_message.Message,), {
126
- 'DESCRIPTOR' : _ATHENASOURCEV1,
127
- '__module__' : 'qwak.feature_store.sources.batch_pb2'
128
- # @@protoc_insertion_point(class_scope:qwak.feature.store.sources.AthenaSourceV1)
129
- })
130
- _sym_db.RegisterMessage(AthenaSourceV1)
131
-
132
- DatePartitionColumns = _reflection.GeneratedProtocolMessageType('DatePartitionColumns', (_message.Message,), {
133
- 'DESCRIPTOR' : _DATEPARTITIONCOLUMNS,
134
- '__module__' : 'qwak.feature_store.sources.batch_pb2'
135
- # @@protoc_insertion_point(class_scope:qwak.feature.store.sources.DatePartitionColumns)
136
- })
137
- _sym_db.RegisterMessage(DatePartitionColumns)
138
-
139
- TimeFragmentedPartitionColumns = _reflection.GeneratedProtocolMessageType('TimeFragmentedPartitionColumns', (_message.Message,), {
140
- 'DESCRIPTOR' : _TIMEFRAGMENTEDPARTITIONCOLUMNS,
141
- '__module__' : 'qwak.feature_store.sources.batch_pb2'
142
- # @@protoc_insertion_point(class_scope:qwak.feature.store.sources.TimeFragmentedPartitionColumns)
143
- })
144
- _sym_db.RegisterMessage(TimeFragmentedPartitionColumns)
145
-
146
- YearFragmentColumn = _reflection.GeneratedProtocolMessageType('YearFragmentColumn', (_message.Message,), {
147
- 'DESCRIPTOR' : _YEARFRAGMENTCOLUMN,
148
- '__module__' : 'qwak.feature_store.sources.batch_pb2'
149
- # @@protoc_insertion_point(class_scope:qwak.feature.store.sources.YearFragmentColumn)
150
- })
151
- _sym_db.RegisterMessage(YearFragmentColumn)
152
-
153
- MonthFragmentColumn = _reflection.GeneratedProtocolMessageType('MonthFragmentColumn', (_message.Message,), {
154
- 'DESCRIPTOR' : _MONTHFRAGMENTCOLUMN,
155
- '__module__' : 'qwak.feature_store.sources.batch_pb2'
156
- # @@protoc_insertion_point(class_scope:qwak.feature.store.sources.MonthFragmentColumn)
157
- })
158
- _sym_db.RegisterMessage(MonthFragmentColumn)
159
-
160
- DayFragmentColumn = _reflection.GeneratedProtocolMessageType('DayFragmentColumn', (_message.Message,), {
161
- 'DESCRIPTOR' : _DAYFRAGMENTCOLUMN,
162
- '__module__' : 'qwak.feature_store.sources.batch_pb2'
163
- # @@protoc_insertion_point(class_scope:qwak.feature.store.sources.DayFragmentColumn)
164
- })
165
- _sym_db.RegisterMessage(DayFragmentColumn)
166
-
167
- NumericColumnRepresentation = _reflection.GeneratedProtocolMessageType('NumericColumnRepresentation', (_message.Message,), {
168
- 'DESCRIPTOR' : _NUMERICCOLUMNREPRESENTATION,
169
- '__module__' : 'qwak.feature_store.sources.batch_pb2'
170
- # @@protoc_insertion_point(class_scope:qwak.feature.store.sources.NumericColumnRepresentation)
171
- })
172
- _sym_db.RegisterMessage(NumericColumnRepresentation)
173
-
174
- TextualColumnRepresentation = _reflection.GeneratedProtocolMessageType('TextualColumnRepresentation', (_message.Message,), {
175
- 'DESCRIPTOR' : _TEXTUALCOLUMNREPRESENTATION,
176
- '__module__' : 'qwak.feature_store.sources.batch_pb2'
177
- # @@protoc_insertion_point(class_scope:qwak.feature.store.sources.TextualColumnRepresentation)
178
- })
179
- _sym_db.RegisterMessage(TextualColumnRepresentation)
180
-
181
- AthenaSource = _reflection.GeneratedProtocolMessageType('AthenaSource', (_message.Message,), {
182
- 'DESCRIPTOR' : _ATHENASOURCE,
183
- '__module__' : 'qwak.feature_store.sources.batch_pb2'
184
- # @@protoc_insertion_point(class_scope:qwak.feature.store.sources.AthenaSource)
185
- })
186
- _sym_db.RegisterMessage(AthenaSource)
187
-
188
- BigquerySource = _reflection.GeneratedProtocolMessageType('BigquerySource', (_message.Message,), {
189
- 'DESCRIPTOR' : _BIGQUERYSOURCE,
190
- '__module__' : 'qwak.feature_store.sources.batch_pb2'
191
- # @@protoc_insertion_point(class_scope:qwak.feature.store.sources.BigquerySource)
192
- })
193
- _sym_db.RegisterMessage(BigquerySource)
194
-
195
- CsvSource = _reflection.GeneratedProtocolMessageType('CsvSource', (_message.Message,), {
196
- 'DESCRIPTOR' : _CSVSOURCE,
197
- '__module__' : 'qwak.feature_store.sources.batch_pb2'
198
- # @@protoc_insertion_point(class_scope:qwak.feature.store.sources.CsvSource)
199
- })
200
- _sym_db.RegisterMessage(CsvSource)
201
-
202
- MongoSource = _reflection.GeneratedProtocolMessageType('MongoSource', (_message.Message,), {
203
- 'DESCRIPTOR' : _MONGOSOURCE,
204
- '__module__' : 'qwak.feature_store.sources.batch_pb2'
205
- # @@protoc_insertion_point(class_scope:qwak.feature.store.sources.MongoSource)
206
- })
207
- _sym_db.RegisterMessage(MongoSource)
208
-
209
- SnowflakeSource = _reflection.GeneratedProtocolMessageType('SnowflakeSource', (_message.Message,), {
210
- 'DESCRIPTOR' : _SNOWFLAKESOURCE,
211
- '__module__' : 'qwak.feature_store.sources.batch_pb2'
212
- # @@protoc_insertion_point(class_scope:qwak.feature.store.sources.SnowflakeSource)
213
- })
214
- _sym_db.RegisterMessage(SnowflakeSource)
215
-
216
- ParquetSource = _reflection.GeneratedProtocolMessageType('ParquetSource', (_message.Message,), {
217
- 'DESCRIPTOR' : _PARQUETSOURCE,
218
- '__module__' : 'qwak.feature_store.sources.batch_pb2'
219
- # @@protoc_insertion_point(class_scope:qwak.feature.store.sources.ParquetSource)
220
- })
221
- _sym_db.RegisterMessage(ParquetSource)
222
-
223
- VerticaSource = _reflection.GeneratedProtocolMessageType('VerticaSource', (_message.Message,), {
224
- 'DESCRIPTOR' : _VERTICASOURCE,
225
- '__module__' : 'qwak.feature_store.sources.batch_pb2'
226
- # @@protoc_insertion_point(class_scope:qwak.feature.store.sources.VerticaSource)
227
- })
228
- _sym_db.RegisterMessage(VerticaSource)
229
-
230
- ElasticsearchSource = _reflection.GeneratedProtocolMessageType('ElasticsearchSource', (_message.Message,), {
231
- 'DESCRIPTOR' : _ELASTICSEARCHSOURCE,
232
- '__module__' : 'qwak.feature_store.sources.batch_pb2'
233
- # @@protoc_insertion_point(class_scope:qwak.feature.store.sources.ElasticsearchSource)
234
- })
235
- _sym_db.RegisterMessage(ElasticsearchSource)
236
-
237
- FeaturesetOfflineSource = _reflection.GeneratedProtocolMessageType('FeaturesetOfflineSource', (_message.Message,), {
238
- 'DESCRIPTOR' : _FEATURESETOFFLINESOURCE,
239
- '__module__' : 'qwak.feature_store.sources.batch_pb2'
240
- # @@protoc_insertion_point(class_scope:qwak.feature.store.sources.FeaturesetOfflineSource)
241
- })
242
- _sym_db.RegisterMessage(FeaturesetOfflineSource)
243
-
244
- AwsAuthentication = _reflection.GeneratedProtocolMessageType('AwsAuthentication', (_message.Message,), {
245
- 'DESCRIPTOR' : _AWSAUTHENTICATION,
246
- '__module__' : 'qwak.feature_store.sources.batch_pb2'
247
- # @@protoc_insertion_point(class_scope:qwak.feature.store.sources.AwsAuthentication)
248
- })
249
- _sym_db.RegisterMessage(AwsAuthentication)
250
-
251
- AwsAssumeRoleAuthentication = _reflection.GeneratedProtocolMessageType('AwsAssumeRoleAuthentication', (_message.Message,), {
252
- 'DESCRIPTOR' : _AWSASSUMEROLEAUTHENTICATION,
253
- '__module__' : 'qwak.feature_store.sources.batch_pb2'
254
- # @@protoc_insertion_point(class_scope:qwak.feature.store.sources.AwsAssumeRoleAuthentication)
255
- })
256
- _sym_db.RegisterMessage(AwsAssumeRoleAuthentication)
257
-
258
- AwsCredentialsAuthentication = _reflection.GeneratedProtocolMessageType('AwsCredentialsAuthentication', (_message.Message,), {
259
- 'DESCRIPTOR' : _AWSCREDENTIALSAUTHENTICATION,
260
- '__module__' : 'qwak.feature_store.sources.batch_pb2'
261
- # @@protoc_insertion_point(class_scope:qwak.feature.store.sources.AwsCredentialsAuthentication)
262
- })
263
- _sym_db.RegisterMessage(AwsCredentialsAuthentication)
264
-
265
- GcsUnauthenticated = _reflection.GeneratedProtocolMessageType('GcsUnauthenticated', (_message.Message,), {
266
- 'DESCRIPTOR' : _GCSUNAUTHENTICATED,
267
- '__module__' : 'qwak.feature_store.sources.batch_pb2'
268
- # @@protoc_insertion_point(class_scope:qwak.feature.store.sources.GcsUnauthenticated)
269
- })
270
- _sym_db.RegisterMessage(GcsUnauthenticated)
271
-
272
- GcsUserCredentials = _reflection.GeneratedProtocolMessageType('GcsUserCredentials', (_message.Message,), {
273
- 'DESCRIPTOR' : _GCSUSERCREDENTIALS,
274
- '__module__' : 'qwak.feature_store.sources.batch_pb2'
275
- # @@protoc_insertion_point(class_scope:qwak.feature.store.sources.GcsUserCredentials)
276
- })
277
- _sym_db.RegisterMessage(GcsUserCredentials)
278
-
279
- GcsServiceAccountImpersonation = _reflection.GeneratedProtocolMessageType('GcsServiceAccountImpersonation', (_message.Message,), {
280
- 'DESCRIPTOR' : _GCSSERVICEACCOUNTIMPERSONATION,
281
- '__module__' : 'qwak.feature_store.sources.batch_pb2'
282
- # @@protoc_insertion_point(class_scope:qwak.feature.store.sources.GcsServiceAccountImpersonation)
283
- })
284
- _sym_db.RegisterMessage(GcsServiceAccountImpersonation)
285
-
19
+ _globals = globals()
20
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
21
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.feature_store.sources.batch_pb2', _globals)
286
22
  if _descriptor._USE_C_DESCRIPTORS == False:
287
23
 
288
24
  DESCRIPTOR._options = None
@@ -293,70 +29,70 @@ if _descriptor._USE_C_DESCRIPTORS == False:
293
29
  _BIGQUERYSOURCE.fields_by_name['materialization_project']._serialized_options = b'\030\001'
294
30
  _BIGQUERYSOURCE.fields_by_name['materialization_expiration_time_in_minutes']._options = None
295
31
  _BIGQUERYSOURCE.fields_by_name['materialization_expiration_time_in_minutes']._serialized_options = b'\030\001'
296
- _BATCHSOURCE._serialized_start=104
297
- _BATCHSOURCE._serialized_end=961
298
- _FILESYSTEMCONFIGURATION._serialized_start=964
299
- _FILESYSTEMCONFIGURATION._serialized_end=1522
300
- _AWSS3ASSUMEROLE._serialized_start=1524
301
- _AWSS3ASSUMEROLE._serialized_end=1559
302
- _AWSS3FILESYSTEMCONFIGURATION._serialized_start=1562
303
- _AWSS3FILESYSTEMCONFIGURATION._serialized_end=1707
304
- _ANONYMOUSS3CONFIGURATION._serialized_start=1709
305
- _ANONYMOUSS3CONFIGURATION._serialized_end=1735
306
- _JDBCSOURCE._serialized_start=1738
307
- _JDBCSOURCE._serialized_end=2140
308
- _MYSQLSOURCE._serialized_start=2142
309
- _MYSQLSOURCE._serialized_end=2155
310
- _POSTGRESQLSOURCE._serialized_start=2157
311
- _POSTGRESQLSOURCE._serialized_end=2175
312
- _CLICKHOUSESOURCE._serialized_start=2178
313
- _CLICKHOUSESOURCE._serialized_end=2315
314
- _REDSHIFTSOURCE._serialized_start=2317
315
- _REDSHIFTSOURCE._serialized_end=2422
316
- _ATHENASOURCEV1._serialized_start=2425
317
- _ATHENASOURCEV1._serialized_end=2822
318
- _DATEPARTITIONCOLUMNS._serialized_start=2824
319
- _DATEPARTITIONCOLUMNS._serialized_end=2893
320
- _TIMEFRAGMENTEDPARTITIONCOLUMNS._serialized_start=2896
321
- _TIMEFRAGMENTEDPARTITIONCOLUMNS._serialized_end=3205
322
- _YEARFRAGMENTCOLUMN._serialized_start=3208
323
- _YEARFRAGMENTCOLUMN._serialized_end=3372
324
- _MONTHFRAGMENTCOLUMN._serialized_start=3375
325
- _MONTHFRAGMENTCOLUMN._serialized_end=3638
326
- _DAYFRAGMENTCOLUMN._serialized_start=3641
327
- _DAYFRAGMENTCOLUMN._serialized_end=3804
328
- _NUMERICCOLUMNREPRESENTATION._serialized_start=3806
329
- _NUMERICCOLUMNREPRESENTATION._serialized_end=3835
330
- _TEXTUALCOLUMNREPRESENTATION._serialized_start=3837
331
- _TEXTUALCOLUMNREPRESENTATION._serialized_end=3866
332
- _ATHENASOURCE._serialized_start=3868
333
- _ATHENASOURCE._serialized_end=3915
334
- _BIGQUERYSOURCE._serialized_start=3918
335
- _BIGQUERYSOURCE._serialized_end=4206
336
- _CSVSOURCE._serialized_start=4209
337
- _CSVSOURCE._serialized_end=4372
338
- _MONGOSOURCE._serialized_start=4375
339
- _MONGOSOURCE._serialized_end=4546
340
- _SNOWFLAKESOURCE._serialized_start=4549
341
- _SNOWFLAKESOURCE._serialized_end=4723
342
- _PARQUETSOURCE._serialized_start=4725
343
- _PARQUETSOURCE._serialized_end=4841
344
- _VERTICASOURCE._serialized_start=4844
345
- _VERTICASOURCE._serialized_end=4996
346
- _ELASTICSEARCHSOURCE._serialized_start=4999
347
- _ELASTICSEARCHSOURCE._serialized_end=5187
348
- _FEATURESETOFFLINESOURCE._serialized_start=5189
349
- _FEATURESETOFFLINESOURCE._serialized_end=5229
350
- _AWSAUTHENTICATION._serialized_start=5232
351
- _AWSAUTHENTICATION._serialized_end=5465
352
- _AWSASSUMEROLEAUTHENTICATION._serialized_start=5467
353
- _AWSASSUMEROLEAUTHENTICATION._serialized_end=5514
354
- _AWSCREDENTIALSAUTHENTICATION._serialized_start=5516
355
- _AWSCREDENTIALSAUTHENTICATION._serialized_end=5610
356
- _GCSUNAUTHENTICATED._serialized_start=5612
357
- _GCSUNAUTHENTICATED._serialized_end=5632
358
- _GCSUSERCREDENTIALS._serialized_start=5634
359
- _GCSUSERCREDENTIALS._serialized_end=5755
360
- _GCSSERVICEACCOUNTIMPERSONATION._serialized_start=5757
361
- _GCSSERVICEACCOUNTIMPERSONATION._serialized_end=5819
32
+ _globals['_BATCHSOURCE']._serialized_start=104
33
+ _globals['_BATCHSOURCE']._serialized_end=961
34
+ _globals['_FILESYSTEMCONFIGURATION']._serialized_start=964
35
+ _globals['_FILESYSTEMCONFIGURATION']._serialized_end=1522
36
+ _globals['_AWSS3ASSUMEROLE']._serialized_start=1524
37
+ _globals['_AWSS3ASSUMEROLE']._serialized_end=1559
38
+ _globals['_AWSS3FILESYSTEMCONFIGURATION']._serialized_start=1562
39
+ _globals['_AWSS3FILESYSTEMCONFIGURATION']._serialized_end=1707
40
+ _globals['_ANONYMOUSS3CONFIGURATION']._serialized_start=1709
41
+ _globals['_ANONYMOUSS3CONFIGURATION']._serialized_end=1735
42
+ _globals['_JDBCSOURCE']._serialized_start=1738
43
+ _globals['_JDBCSOURCE']._serialized_end=2140
44
+ _globals['_MYSQLSOURCE']._serialized_start=2142
45
+ _globals['_MYSQLSOURCE']._serialized_end=2155
46
+ _globals['_POSTGRESQLSOURCE']._serialized_start=2157
47
+ _globals['_POSTGRESQLSOURCE']._serialized_end=2175
48
+ _globals['_CLICKHOUSESOURCE']._serialized_start=2178
49
+ _globals['_CLICKHOUSESOURCE']._serialized_end=2315
50
+ _globals['_REDSHIFTSOURCE']._serialized_start=2317
51
+ _globals['_REDSHIFTSOURCE']._serialized_end=2422
52
+ _globals['_ATHENASOURCEV1']._serialized_start=2425
53
+ _globals['_ATHENASOURCEV1']._serialized_end=2822
54
+ _globals['_DATEPARTITIONCOLUMNS']._serialized_start=2824
55
+ _globals['_DATEPARTITIONCOLUMNS']._serialized_end=2893
56
+ _globals['_TIMEFRAGMENTEDPARTITIONCOLUMNS']._serialized_start=2896
57
+ _globals['_TIMEFRAGMENTEDPARTITIONCOLUMNS']._serialized_end=3205
58
+ _globals['_YEARFRAGMENTCOLUMN']._serialized_start=3208
59
+ _globals['_YEARFRAGMENTCOLUMN']._serialized_end=3372
60
+ _globals['_MONTHFRAGMENTCOLUMN']._serialized_start=3375
61
+ _globals['_MONTHFRAGMENTCOLUMN']._serialized_end=3638
62
+ _globals['_DAYFRAGMENTCOLUMN']._serialized_start=3641
63
+ _globals['_DAYFRAGMENTCOLUMN']._serialized_end=3804
64
+ _globals['_NUMERICCOLUMNREPRESENTATION']._serialized_start=3806
65
+ _globals['_NUMERICCOLUMNREPRESENTATION']._serialized_end=3835
66
+ _globals['_TEXTUALCOLUMNREPRESENTATION']._serialized_start=3837
67
+ _globals['_TEXTUALCOLUMNREPRESENTATION']._serialized_end=3866
68
+ _globals['_ATHENASOURCE']._serialized_start=3868
69
+ _globals['_ATHENASOURCE']._serialized_end=3915
70
+ _globals['_BIGQUERYSOURCE']._serialized_start=3918
71
+ _globals['_BIGQUERYSOURCE']._serialized_end=4206
72
+ _globals['_CSVSOURCE']._serialized_start=4209
73
+ _globals['_CSVSOURCE']._serialized_end=4372
74
+ _globals['_MONGOSOURCE']._serialized_start=4375
75
+ _globals['_MONGOSOURCE']._serialized_end=4546
76
+ _globals['_SNOWFLAKESOURCE']._serialized_start=4549
77
+ _globals['_SNOWFLAKESOURCE']._serialized_end=4723
78
+ _globals['_PARQUETSOURCE']._serialized_start=4725
79
+ _globals['_PARQUETSOURCE']._serialized_end=4841
80
+ _globals['_VERTICASOURCE']._serialized_start=4844
81
+ _globals['_VERTICASOURCE']._serialized_end=4996
82
+ _globals['_ELASTICSEARCHSOURCE']._serialized_start=4999
83
+ _globals['_ELASTICSEARCHSOURCE']._serialized_end=5187
84
+ _globals['_FEATURESETOFFLINESOURCE']._serialized_start=5189
85
+ _globals['_FEATURESETOFFLINESOURCE']._serialized_end=5229
86
+ _globals['_AWSAUTHENTICATION']._serialized_start=5232
87
+ _globals['_AWSAUTHENTICATION']._serialized_end=5465
88
+ _globals['_AWSASSUMEROLEAUTHENTICATION']._serialized_start=5467
89
+ _globals['_AWSASSUMEROLEAUTHENTICATION']._serialized_end=5514
90
+ _globals['_AWSCREDENTIALSAUTHENTICATION']._serialized_start=5516
91
+ _globals['_AWSCREDENTIALSAUTHENTICATION']._serialized_end=5610
92
+ _globals['_GCSUNAUTHENTICATED']._serialized_start=5612
93
+ _globals['_GCSUNAUTHENTICATED']._serialized_end=5632
94
+ _globals['_GCSUSERCREDENTIALS']._serialized_start=5634
95
+ _globals['_GCSUSERCREDENTIALS']._serialized_end=5755
96
+ _globals['_GCSSERVICEACCOUNTIMPERSONATION']._serialized_start=5757
97
+ _globals['_GCSSERVICEACCOUNTIMPERSONATION']._serialized_end=5819
362
98
  # @@protoc_insertion_point(module_scope)
@@ -4,9 +4,8 @@
4
4
  """Generated protocol buffer code."""
5
5
  from google.protobuf import descriptor as _descriptor
6
6
  from google.protobuf import descriptor_pool as _descriptor_pool
7
- from google.protobuf import message as _message
8
- from google.protobuf import reflection as _reflection
9
7
  from google.protobuf import symbol_database as _symbol_database
8
+ from google.protobuf.internal import builder as _builder
10
9
  # @@protoc_insertion_point(imports)
11
10
 
12
11
  _sym_db = _symbol_database.Default()
@@ -17,20 +16,13 @@ from _qwak_proto.qwak.feature_store.v1.common.source_code import source_code_pb2
17
16
 
18
17
  DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n6qwak/feature_store/sources/data_source_attribute.proto\x12\x1aqwak.feature.store.sources\x1a:qwak/feature_store/v1/common/source_code/source_code.proto\"j\n\x14\x44\x61taSourceAttributes\x12R\n\x10source_code_spec\x18\x01 \x01(\x0b\x32\x38.qwak.feature.store.v1.common.source_code.SourceCodeSpecBX\n%com.qwak.ai.feature.store.sources.apiP\x01Z-qwak/featurestore/sources;featurestoresourcesb\x06proto3')
19
18
 
20
-
21
-
22
- _DATASOURCEATTRIBUTES = DESCRIPTOR.message_types_by_name['DataSourceAttributes']
23
- DataSourceAttributes = _reflection.GeneratedProtocolMessageType('DataSourceAttributes', (_message.Message,), {
24
- 'DESCRIPTOR' : _DATASOURCEATTRIBUTES,
25
- '__module__' : 'qwak.feature_store.sources.data_source_attribute_pb2'
26
- # @@protoc_insertion_point(class_scope:qwak.feature.store.sources.DataSourceAttributes)
27
- })
28
- _sym_db.RegisterMessage(DataSourceAttributes)
29
-
19
+ _globals = globals()
20
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
21
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.feature_store.sources.data_source_attribute_pb2', _globals)
30
22
  if _descriptor._USE_C_DESCRIPTORS == False:
31
23
 
32
24
  DESCRIPTOR._options = None
33
25
  DESCRIPTOR._serialized_options = b'\n%com.qwak.ai.feature.store.sources.apiP\001Z-qwak/featurestore/sources;featurestoresources'
34
- _DATASOURCEATTRIBUTES._serialized_start=146
35
- _DATASOURCEATTRIBUTES._serialized_end=252
26
+ _globals['_DATASOURCEATTRIBUTES']._serialized_start=146
27
+ _globals['_DATASOURCEATTRIBUTES']._serialized_end=252
36
28
  # @@protoc_insertion_point(module_scope)
@@ -4,9 +4,8 @@
4
4
  """Generated protocol buffer code."""
5
5
  from google.protobuf import descriptor as _descriptor
6
6
  from google.protobuf import descriptor_pool as _descriptor_pool
7
- from google.protobuf import message as _message
8
- from google.protobuf import reflection as _reflection
9
7
  from google.protobuf import symbol_database as _symbol_database
8
+ from google.protobuf.internal import builder as _builder
10
9
  # @@protoc_insertion_point(imports)
11
10
 
12
11
  _sym_db = _symbol_database.Default()
@@ -21,48 +20,9 @@ from _qwak_proto.qwak.feature_store.v1.common.source_code import source_code_pb2
21
20
 
22
21
  DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n,qwak/feature_store/sources/data_source.proto\x12\x1aqwak.feature.store.sources\x1a\x1fgoogle/protobuf/timestamp.proto\x1a&qwak/feature_store/sources/batch.proto\x1a*qwak/feature_store/sources/streaming.proto\x1a\x36qwak/feature_store/sources/data_source_attribute.proto\x1a:qwak/feature_store/v1/common/source_code/source_code.proto\"\xe3\x01\n\nDataSource\x12P\n\x16\x64\x61ta_source_definition\x18\x01 \x01(\x0b\x32\x30.qwak.feature.store.sources.DataSourceDefinition\x12@\n\x08metadata\x18\x02 \x01(\x0b\x32..qwak.feature.store.sources.DataSourceMetadata\x12\x41\n\x0c\x66\x65\x61ture_sets\x18\x03 \x03(\x0b\x32+.qwak.feature.store.sources.FeatureSetBrief\"t\n\x14\x44\x61taSourceDefinition\x12\x16\n\x0e\x64\x61ta_source_id\x18\x01 \x01(\t\x12\x44\n\x10\x64\x61ta_source_spec\x18\x02 \x01(\x0b\x32*.qwak.feature.store.sources.DataSourceSpec\"\xa8\x01\n\x12\x44\x61taSourceMetadata\x12.\n\ncreated_at\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x12\n\ncreated_by\x18\x02 \x01(\t\x12\x34\n\x10last_modified_at\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x18\n\x10last_modified_by\x18\x04 \x01(\t\"\xe3\x03\n\x0e\x44\x61taSourceSpec\x12?\n\x0c\x62\x61tch_source\x18\x01 \x01(\x0b\x32\'.qwak.feature.store.sources.BatchSourceH\x00\x12\x44\n\rstream_source\x18\x02 \x01(\x0b\x32+.qwak.feature.store.sources.StreamingSourceH\x00\x12V\n\x10source_code_spec\x18\x03 \x01(\x0b\x32\x38.qwak.feature.store.v1.common.source_code.SourceCodeSpecB\x02\x18\x01\x12P\n\x16\x64\x61ta_source_attributes\x18\x04 \x01(\x0b\x32\x30.qwak.feature.store.sources.DataSourceAttributes\x12(\n\x1a\x66\x65\x61tureset_repository_name\x18\x05 \x01(\tB\x02\x18\x01H\x01\x12%\n\x1b\x64\x61ta_source_repository_name\x18\x06 \x01(\tH\x02\x42\x06\n\x04typeB\"\n featureset_repository_identifierB#\n!data_source_repository_identifier\"]\n\x0f\x46\x65\x61tureSetBrief\x12\x16\n\x0e\x66\x65\x61ture_set_id\x18\x01 \x01(\t\x12\x18\n\x10\x66\x65\x61ture_set_name\x18\x02 \x01(\t\x12\x18\n\x10\x66\x65\x61ture_set_type\x18\x03 \x01(\x05\x42X\n%com.qwak.ai.feature.store.sources.apiP\x01Z-qwak/featurestore/sources;featurestoresourcesb\x06proto3')
23
22
 
24
-
25
-
26
- _DATASOURCE = DESCRIPTOR.message_types_by_name['DataSource']
27
- _DATASOURCEDEFINITION = DESCRIPTOR.message_types_by_name['DataSourceDefinition']
28
- _DATASOURCEMETADATA = DESCRIPTOR.message_types_by_name['DataSourceMetadata']
29
- _DATASOURCESPEC = DESCRIPTOR.message_types_by_name['DataSourceSpec']
30
- _FEATURESETBRIEF = DESCRIPTOR.message_types_by_name['FeatureSetBrief']
31
- DataSource = _reflection.GeneratedProtocolMessageType('DataSource', (_message.Message,), {
32
- 'DESCRIPTOR' : _DATASOURCE,
33
- '__module__' : 'qwak.feature_store.sources.data_source_pb2'
34
- # @@protoc_insertion_point(class_scope:qwak.feature.store.sources.DataSource)
35
- })
36
- _sym_db.RegisterMessage(DataSource)
37
-
38
- DataSourceDefinition = _reflection.GeneratedProtocolMessageType('DataSourceDefinition', (_message.Message,), {
39
- 'DESCRIPTOR' : _DATASOURCEDEFINITION,
40
- '__module__' : 'qwak.feature_store.sources.data_source_pb2'
41
- # @@protoc_insertion_point(class_scope:qwak.feature.store.sources.DataSourceDefinition)
42
- })
43
- _sym_db.RegisterMessage(DataSourceDefinition)
44
-
45
- DataSourceMetadata = _reflection.GeneratedProtocolMessageType('DataSourceMetadata', (_message.Message,), {
46
- 'DESCRIPTOR' : _DATASOURCEMETADATA,
47
- '__module__' : 'qwak.feature_store.sources.data_source_pb2'
48
- # @@protoc_insertion_point(class_scope:qwak.feature.store.sources.DataSourceMetadata)
49
- })
50
- _sym_db.RegisterMessage(DataSourceMetadata)
51
-
52
- DataSourceSpec = _reflection.GeneratedProtocolMessageType('DataSourceSpec', (_message.Message,), {
53
- 'DESCRIPTOR' : _DATASOURCESPEC,
54
- '__module__' : 'qwak.feature_store.sources.data_source_pb2'
55
- # @@protoc_insertion_point(class_scope:qwak.feature.store.sources.DataSourceSpec)
56
- })
57
- _sym_db.RegisterMessage(DataSourceSpec)
58
-
59
- FeatureSetBrief = _reflection.GeneratedProtocolMessageType('FeatureSetBrief', (_message.Message,), {
60
- 'DESCRIPTOR' : _FEATURESETBRIEF,
61
- '__module__' : 'qwak.feature_store.sources.data_source_pb2'
62
- # @@protoc_insertion_point(class_scope:qwak.feature.store.sources.FeatureSetBrief)
63
- })
64
- _sym_db.RegisterMessage(FeatureSetBrief)
65
-
23
+ _globals = globals()
24
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
25
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.feature_store.sources.data_source_pb2', _globals)
66
26
  if _descriptor._USE_C_DESCRIPTORS == False:
67
27
 
68
28
  DESCRIPTOR._options = None
@@ -71,14 +31,14 @@ if _descriptor._USE_C_DESCRIPTORS == False:
71
31
  _DATASOURCESPEC.fields_by_name['source_code_spec']._serialized_options = b'\030\001'
72
32
  _DATASOURCESPEC.fields_by_name['featureset_repository_name']._options = None
73
33
  _DATASOURCESPEC.fields_by_name['featureset_repository_name']._serialized_options = b'\030\001'
74
- _DATASOURCE._serialized_start=310
75
- _DATASOURCE._serialized_end=537
76
- _DATASOURCEDEFINITION._serialized_start=539
77
- _DATASOURCEDEFINITION._serialized_end=655
78
- _DATASOURCEMETADATA._serialized_start=658
79
- _DATASOURCEMETADATA._serialized_end=826
80
- _DATASOURCESPEC._serialized_start=829
81
- _DATASOURCESPEC._serialized_end=1312
82
- _FEATURESETBRIEF._serialized_start=1314
83
- _FEATURESETBRIEF._serialized_end=1407
34
+ _globals['_DATASOURCE']._serialized_start=310
35
+ _globals['_DATASOURCE']._serialized_end=537
36
+ _globals['_DATASOURCEDEFINITION']._serialized_start=539
37
+ _globals['_DATASOURCEDEFINITION']._serialized_end=655
38
+ _globals['_DATASOURCEMETADATA']._serialized_start=658
39
+ _globals['_DATASOURCEMETADATA']._serialized_end=826
40
+ _globals['_DATASOURCESPEC']._serialized_start=829
41
+ _globals['_DATASOURCESPEC']._serialized_end=1312
42
+ _globals['_FEATURESETBRIEF']._serialized_start=1314
43
+ _globals['_FEATURESETBRIEF']._serialized_end=1407
84
44
  # @@protoc_insertion_point(module_scope)