corvic-engine 0.3.0rc95__tar.gz → 0.3.0rc96__tar.gz

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 (213) hide show
  1. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/Cargo.lock +2 -2
  2. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/Cargo.toml +1 -1
  3. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/PKG-INFO +1 -1
  4. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/pyproject.toml +2 -2
  5. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic/emodel/_proto_orm_convert.py +5 -1
  6. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic/emodel/_resource.py +15 -0
  7. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic/eorm/__init__.py +6 -0
  8. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic_generated/ingest/v2/resource_pb2.py +54 -52
  9. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic_generated/ingest/v2/resource_pb2.pyi +19 -2
  10. corvic_engine-0.3.0rc96/python/corvic_generated/model/v1alpha/models_pb2.py +53 -0
  11. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic_generated/model/v1alpha/models_pb2.pyi +4 -2
  12. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic_generated/orm/v1/data_connector_pb2.py +7 -3
  13. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic_generated/orm/v1/data_connector_pb2.pyi +21 -0
  14. corvic_engine-0.3.0rc95/python/corvic_generated/model/v1alpha/models_pb2.py +0 -53
  15. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/LICENSE +0 -0
  16. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/README.md +0 -0
  17. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/Cargo.toml +0 -0
  18. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/buf/validate/validate_pb2.py +0 -0
  19. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/buf/validate/validate_pb2.pyi +0 -0
  20. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/buf/validate/validate_pb2_grpc.py +0 -0
  21. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/buf/validate/validate_pb2_grpc.pyi +0 -0
  22. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic/context/__init__.py +0 -0
  23. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic/context/py.typed +0 -0
  24. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic/embed/__init__.py +0 -0
  25. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic/embed/node2vec.py +0 -0
  26. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic/embed/py.typed +0 -0
  27. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic/embedding_metric/__init__.py +0 -0
  28. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic/embedding_metric/embeddings.py +0 -0
  29. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic/embedding_metric/py.typed +0 -0
  30. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic/emodel/__init__.py +0 -0
  31. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic/emodel/_base_model.py +0 -0
  32. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic/emodel/_data_connector.py +0 -0
  33. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic/emodel/_defaults.py +0 -0
  34. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic/emodel/_errors.py +0 -0
  35. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic/emodel/_feature_type.py +0 -0
  36. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic/emodel/_feature_view.py +0 -0
  37. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic/emodel/_pipeline.py +0 -0
  38. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic/emodel/_room.py +0 -0
  39. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic/emodel/_source.py +0 -0
  40. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic/emodel/_space.py +0 -0
  41. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic/emodel/py.typed +0 -0
  42. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic/engine/__init__.py +0 -0
  43. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic/engine/_native.pyi +0 -0
  44. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic/engine/py.typed +0 -0
  45. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic/op_graph/__init__.py +0 -0
  46. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic/op_graph/_schema.py +0 -0
  47. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic/op_graph/_transformations.py +0 -0
  48. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic/op_graph/aggregation.py +0 -0
  49. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic/op_graph/encoders.py +0 -0
  50. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic/op_graph/errors.py +0 -0
  51. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic/op_graph/feature_types.py +0 -0
  52. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic/op_graph/ops.py +0 -0
  53. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic/op_graph/py.typed +0 -0
  54. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic/op_graph/row_filters/__init__.py +0 -0
  55. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic/op_graph/row_filters/_jsonlogic.py +0 -0
  56. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic/op_graph/row_filters/_row_filters.py +0 -0
  57. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic/op_graph/sample_strategy.py +0 -0
  58. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic/orm/__init__.py +0 -0
  59. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic/orm/_proto_columns.py +0 -0
  60. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic/orm/_soft_delete.py +0 -0
  61. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic/orm/errors.py +0 -0
  62. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic/orm/func/__init__.py +0 -0
  63. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic/orm/func/utc_func.py +0 -0
  64. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic/orm/func/uuid_func.py +0 -0
  65. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic/orm/ids.py +0 -0
  66. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic/orm/keys.py +0 -0
  67. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic/orm/py.typed +0 -0
  68. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic/pa_scalar/__init__.py +0 -0
  69. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic/pa_scalar/_const.py +0 -0
  70. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic/pa_scalar/_from_value.py +0 -0
  71. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic/pa_scalar/_temporal.py +0 -0
  72. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic/pa_scalar/_to_value.py +0 -0
  73. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic/pa_scalar/_types.py +0 -0
  74. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic/pa_scalar/py.typed +0 -0
  75. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic/proto_wrapper/__init__.py +0 -0
  76. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic/proto_wrapper/_errors.py +0 -0
  77. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic/proto_wrapper/_wrappers.py +0 -0
  78. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic/proto_wrapper/py.typed +0 -0
  79. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic/result/__init__.py +0 -0
  80. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic/result/py.typed +0 -0
  81. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic/sql/__init__.py +0 -0
  82. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic/sql/parse_ops.py +0 -0
  83. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic/sql/py.typed +0 -0
  84. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic/system/__init__.py +0 -0
  85. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic/system/_column_encoding.py +0 -0
  86. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic/system/_dimension_reduction.py +0 -0
  87. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic/system/_embedder.py +0 -0
  88. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic/system/_image_embedder.py +0 -0
  89. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic/system/_planner.py +0 -0
  90. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic/system/_text_embedder.py +0 -0
  91. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic/system/client.py +0 -0
  92. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic/system/in_memory_executor.py +0 -0
  93. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic/system/op_graph_executor.py +0 -0
  94. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic/system/py.typed +0 -0
  95. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic/system/staging.py +0 -0
  96. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic/system/storage.py +0 -0
  97. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic/system_sqlite/__init__.py +0 -0
  98. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic/system_sqlite/client.py +0 -0
  99. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic/system_sqlite/fs_blob_store.py +0 -0
  100. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic/system_sqlite/py.typed +0 -0
  101. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic/system_sqlite/rdbms_blob_store.py +0 -0
  102. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic/system_sqlite/staging.py +0 -0
  103. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic/table/__init__.py +0 -0
  104. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic/table/py.typed +0 -0
  105. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic/table/table.py +0 -0
  106. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic/transfer/__init__.py +0 -0
  107. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic/transfer/_common_transformations.py +0 -0
  108. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic/transfer/_orm_backed_proto.py +0 -0
  109. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic/transfer/py.typed +0 -0
  110. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic/version/__init__.py +0 -0
  111. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic/version/py.typed +0 -0
  112. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic/well_known_types/__init__.py +0 -0
  113. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic/well_known_types/py.typed +0 -0
  114. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic_generated/__init__.py +0 -0
  115. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic_generated/algorithm/__init__.py +0 -0
  116. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic_generated/algorithm/graph/__init__.py +0 -0
  117. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic_generated/algorithm/graph/v1/__init__.py +0 -0
  118. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic_generated/algorithm/graph/v1/graph_pb2.py +0 -0
  119. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic_generated/algorithm/graph/v1/graph_pb2.pyi +0 -0
  120. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic_generated/algorithm/graph/v1/graph_pb2_grpc.py +0 -0
  121. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic_generated/algorithm/graph/v1/graph_pb2_grpc.pyi +0 -0
  122. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic_generated/embedding/__init__.py +0 -0
  123. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic_generated/embedding/v1/__init__.py +0 -0
  124. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic_generated/embedding/v1/models_pb2.py +0 -0
  125. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic_generated/embedding/v1/models_pb2.pyi +0 -0
  126. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic_generated/embedding/v1/models_pb2_grpc.py +0 -0
  127. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic_generated/embedding/v1/models_pb2_grpc.pyi +0 -0
  128. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic_generated/feature/__init__.py +0 -0
  129. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic_generated/feature/v1/__init__.py +0 -0
  130. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic_generated/feature/v1/experiment_pb2.py +0 -0
  131. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic_generated/feature/v1/experiment_pb2.pyi +0 -0
  132. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic_generated/feature/v1/experiment_pb2_grpc.py +0 -0
  133. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic_generated/feature/v1/experiment_pb2_grpc.pyi +0 -0
  134. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic_generated/feature/v1/space_pb2.py +0 -0
  135. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic_generated/feature/v1/space_pb2.pyi +0 -0
  136. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic_generated/feature/v1/space_pb2_grpc.py +0 -0
  137. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic_generated/feature/v1/space_pb2_grpc.pyi +0 -0
  138. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic_generated/feature/v2/__init__.py +0 -0
  139. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic_generated/feature/v2/feature_view_pb2.py +0 -0
  140. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic_generated/feature/v2/feature_view_pb2.pyi +0 -0
  141. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic_generated/feature/v2/feature_view_pb2_grpc.py +0 -0
  142. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic_generated/feature/v2/feature_view_pb2_grpc.pyi +0 -0
  143. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic_generated/feature/v2/space_pb2.py +0 -0
  144. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic_generated/feature/v2/space_pb2.pyi +0 -0
  145. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic_generated/feature/v2/space_pb2_grpc.py +0 -0
  146. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic_generated/feature/v2/space_pb2_grpc.pyi +0 -0
  147. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic_generated/ingest/__init__.py +0 -0
  148. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic_generated/ingest/v1/__init__.py +0 -0
  149. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic_generated/ingest/v1/service_pb2.py +0 -0
  150. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic_generated/ingest/v1/service_pb2.pyi +0 -0
  151. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic_generated/ingest/v1/service_pb2_grpc.py +0 -0
  152. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic_generated/ingest/v1/service_pb2_grpc.pyi +0 -0
  153. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic_generated/ingest/v2/__init__.py +0 -0
  154. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic_generated/ingest/v2/pipeline_pb2.py +0 -0
  155. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic_generated/ingest/v2/pipeline_pb2.pyi +0 -0
  156. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic_generated/ingest/v2/pipeline_pb2_grpc.py +0 -0
  157. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic_generated/ingest/v2/pipeline_pb2_grpc.pyi +0 -0
  158. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic_generated/ingest/v2/quick_mode_pb2.py +0 -0
  159. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic_generated/ingest/v2/quick_mode_pb2.pyi +0 -0
  160. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic_generated/ingest/v2/quick_mode_pb2_grpc.py +0 -0
  161. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic_generated/ingest/v2/quick_mode_pb2_grpc.pyi +0 -0
  162. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic_generated/ingest/v2/resource_pb2_grpc.py +0 -0
  163. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic_generated/ingest/v2/resource_pb2_grpc.pyi +0 -0
  164. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic_generated/ingest/v2/room_pb2.py +0 -0
  165. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic_generated/ingest/v2/room_pb2.pyi +0 -0
  166. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic_generated/ingest/v2/room_pb2_grpc.py +0 -0
  167. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic_generated/ingest/v2/room_pb2_grpc.pyi +0 -0
  168. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic_generated/ingest/v2/source_pb2.py +0 -0
  169. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic_generated/ingest/v2/source_pb2.pyi +0 -0
  170. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic_generated/ingest/v2/source_pb2_grpc.py +0 -0
  171. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic_generated/ingest/v2/source_pb2_grpc.pyi +0 -0
  172. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic_generated/ingest/v2/table_pb2.py +0 -0
  173. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic_generated/ingest/v2/table_pb2.pyi +0 -0
  174. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic_generated/ingest/v2/table_pb2_grpc.py +0 -0
  175. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic_generated/ingest/v2/table_pb2_grpc.pyi +0 -0
  176. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic_generated/model/__init__.py +0 -0
  177. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic_generated/model/v1alpha/__init__.py +0 -0
  178. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic_generated/model/v1alpha/models_pb2_grpc.py +0 -0
  179. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic_generated/model/v1alpha/models_pb2_grpc.pyi +0 -0
  180. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic_generated/orm/__init__.py +0 -0
  181. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic_generated/orm/v1/__init__.py +0 -0
  182. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic_generated/orm/v1/common_pb2.py +0 -0
  183. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic_generated/orm/v1/common_pb2.pyi +0 -0
  184. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic_generated/orm/v1/common_pb2_grpc.py +0 -0
  185. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic_generated/orm/v1/common_pb2_grpc.pyi +0 -0
  186. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic_generated/orm/v1/data_connector_pb2_grpc.py +0 -0
  187. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic_generated/orm/v1/data_connector_pb2_grpc.pyi +0 -0
  188. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic_generated/orm/v1/feature_view_pb2.py +0 -0
  189. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic_generated/orm/v1/feature_view_pb2.pyi +0 -0
  190. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic_generated/orm/v1/feature_view_pb2_grpc.py +0 -0
  191. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic_generated/orm/v1/feature_view_pb2_grpc.pyi +0 -0
  192. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic_generated/orm/v1/pipeline_pb2.py +0 -0
  193. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic_generated/orm/v1/pipeline_pb2.pyi +0 -0
  194. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic_generated/orm/v1/pipeline_pb2_grpc.py +0 -0
  195. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic_generated/orm/v1/pipeline_pb2_grpc.pyi +0 -0
  196. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic_generated/orm/v1/space_pb2.py +0 -0
  197. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic_generated/orm/v1/space_pb2.pyi +0 -0
  198. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic_generated/orm/v1/space_pb2_grpc.py +0 -0
  199. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic_generated/orm/v1/space_pb2_grpc.pyi +0 -0
  200. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic_generated/orm/v1/table_pb2.py +0 -0
  201. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic_generated/orm/v1/table_pb2.pyi +0 -0
  202. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic_generated/orm/v1/table_pb2_grpc.py +0 -0
  203. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic_generated/orm/v1/table_pb2_grpc.pyi +0 -0
  204. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic_generated/status/__init__.py +0 -0
  205. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic_generated/status/v1/__init__.py +0 -0
  206. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic_generated/status/v1/event_pb2.py +0 -0
  207. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic_generated/status/v1/event_pb2.pyi +0 -0
  208. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic_generated/status/v1/event_pb2_grpc.py +0 -0
  209. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic_generated/status/v1/event_pb2_grpc.pyi +0 -0
  210. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic_generated/status/v1/service_pb2.py +0 -0
  211. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic_generated/status/v1/service_pb2.pyi +0 -0
  212. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic_generated/status/v1/service_pb2_grpc.py +0 -0
  213. {corvic_engine-0.3.0rc95 → corvic_engine-0.3.0rc96}/python/corvic_generated/status/v1/service_pb2_grpc.pyi +0 -0
@@ -16,7 +16,7 @@ checksum = "9555578bc9e57714c812a1f84e4fc5b4d21fcb063490c624de019f7464c91268"
16
16
 
17
17
  [[package]]
18
18
  name = "corvic-engine"
19
- version = "0.3.0-rc.95"
19
+ version = "0.3.0-rc.96"
20
20
  dependencies = [
21
21
  "numpy",
22
22
  "pyo3",
@@ -57,7 +57,7 @@ checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
57
57
 
58
58
  [[package]]
59
59
  name = "engine-walk"
60
- version = "0.3.0-rc.95"
60
+ version = "0.3.0-rc.96"
61
61
  dependencies = [
62
62
  "version_check",
63
63
  ]
@@ -3,7 +3,7 @@ resolver = "2"
3
3
  members = ["python"]
4
4
 
5
5
  [workspace.package]
6
- version = "0.3.0-rc.95"
6
+ version = "0.3.0-rc.96"
7
7
  edition = "2021"
8
8
  publish = false
9
9
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: corvic-engine
3
- Version: 0.3.0rc95
3
+ Version: 0.3.0rc96
4
4
  Classifier: Environment :: Console
5
5
  Classifier: License :: Other/Proprietary License
6
6
  Classifier: Programming Language :: Python :: Implementation :: CPython
@@ -18,7 +18,7 @@ authors = [
18
18
  ]
19
19
  readme = "README.md"
20
20
  description = "Seamless embedding generation and retrieval."
21
- version = "0.3.0-rc.95" # sync this with tool.poetry.version below
21
+ version = "0.3.0-rc.96" # sync this with tool.poetry.version below
22
22
 
23
23
  # TODO(ddn): Pull dependencies from tool.poetry.dependencies. We use maturin as
24
24
  # the build system but poetry for the development environment.
@@ -73,7 +73,7 @@ packages = [
73
73
  ]
74
74
  description = ""
75
75
  authors = []
76
- version = "0.3.0-rc.95"
76
+ version = "0.3.0-rc.96"
77
77
 
78
78
  [tool.poetry.scripts]
79
79
  check = "corvic_check.cli:main"
@@ -9,7 +9,7 @@ from google.protobuf import timestamp_pb2
9
9
  from corvic import eorm, orm, transfer
10
10
  from corvic.result import InternalError, InvalidArgumentError, Ok
11
11
  from corvic_generated.model.v1alpha import models_pb2
12
- from corvic_generated.orm.v1 import feature_view_pb2
12
+ from corvic_generated.orm.v1 import data_connector_pb2, feature_view_pb2
13
13
 
14
14
 
15
15
  class _ModelBelongsToOrgProto(transfer.ProtoModel, Protocol):
@@ -104,6 +104,9 @@ def resource_orm_to_proto(resource_orm: eorm.Resource) -> models_pb2.Resource:
104
104
  md5=resource_orm.md5,
105
105
  size=resource_orm.size,
106
106
  etag=resource_orm.etag,
107
+ origin_type=resource_orm.origin_info.type
108
+ if resource_orm.origin_info
109
+ else data_connector_pb2.DATA_CONNECTION_TYPE_UNSPECIFIED,
107
110
  original_modified_at_time=timestamp_orm_to_proto(
108
111
  resource_orm.original_modified_at_time
109
112
  ),
@@ -328,6 +331,7 @@ def resource_proto_to_orm(
328
331
  url=proto_obj.url,
329
332
  size=proto_obj.size,
330
333
  etag=proto_obj.etag,
334
+ origin_info=data_connector_pb2.DataConnectionInfo(type=proto_obj.origin_type),
331
335
  original_modified_at_time=proto_obj.original_modified_at_time.ToDatetime(
332
336
  datetime.UTC
333
337
  ),
@@ -24,6 +24,7 @@ from corvic.emodel._proto_orm_convert import (
24
24
  )
25
25
  from corvic.result import InternalError, InvalidArgumentError, NotFoundError, Ok
26
26
  from corvic_generated.model.v1alpha import models_pb2
27
+ from corvic_generated.orm.v1 import data_connector_pb2
27
28
  from corvic_generated.status.v1 import event_pb2
28
29
 
29
30
  SourceID: TypeAlias = eorm.SourceID
@@ -101,6 +102,10 @@ class Resource(StandardModel[ResourceID, models_pb2.Resource, eorm.Resource]):
101
102
  def etag(self) -> str:
102
103
  return self.proto_self.etag
103
104
 
105
+ @property
106
+ def origin_type(self) -> data_connector_pb2.DataConnectionType:
107
+ return self.proto_self.origin_type
108
+
104
109
  @property
105
110
  def original_modified_at_time(self) -> datetime.datetime | None:
106
111
  return self.proto_self.original_modified_at_time.ToDatetime(datetime.UTC)
@@ -136,6 +141,16 @@ class Resource(StandardModel[ResourceID, models_pb2.Resource, eorm.Resource]):
136
141
  client=self.client,
137
142
  )
138
143
 
144
+ def with_origin_type(
145
+ self, origin_type: data_connector_pb2.DataConnectionType
146
+ ) -> Resource:
147
+ proto_self = copy.copy(self.proto_self)
148
+ proto_self.origin_type = origin_type
149
+ return Resource(
150
+ proto_self=proto_self,
151
+ client=self.client,
152
+ )
153
+
139
154
  def with_original_modified_at_time(
140
155
  self, original_modified_at_time: datetime.datetime
141
156
  ) -> Resource:
@@ -79,6 +79,9 @@ orm.Base.registry.update_type_annotation_map(
79
79
  data_connector_pb2.DataConnectorParameters: orm.ProtoMessageDecorator(
80
80
  data_connector_pb2.DataConnectorParameters()
81
81
  ),
82
+ data_connector_pb2.DataConnectionInfo: orm.ProtoMessageDecorator(
83
+ data_connector_pb2.DataConnectionInfo()
84
+ ),
82
85
  # ID types
83
86
  RoomID: orm.IntIDDecorator(RoomID()),
84
87
  ResourceID: orm.IntIDDecorator(ResourceID()),
@@ -183,6 +186,9 @@ class Resource(orm.BelongsToOrgMixin, BelongsToRoomMixin, orm.Base, kw_only=True
183
186
  server_default=None,
184
187
  default=None,
185
188
  )
189
+ origin_info: sa_orm.Mapped[data_connector_pb2.DataConnectionInfo | None] = (
190
+ sa_orm.mapped_column(default=None, nullable=True)
191
+ )
186
192
  id: sa_orm.Mapped[ResourceID | None] = orm.primary_key_identity_column()
187
193
  latest_event: sa_orm.Mapped[event_pb2.Event | None] = sa_orm.mapped_column(
188
194
  default=None, nullable=True
@@ -18,7 +18,7 @@ from google.protobuf import descriptor_pb2 as google_dot_protobuf_dot_descriptor
18
18
  from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
19
19
 
20
20
 
21
- DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1f\x63orvic/ingest/v2/resource.proto\x12\x10\x63orvic.ingest.v2\x1a\x1b\x62uf/validate/validate.proto\x1a\x1c\x63orvic/status/v1/event.proto\x1a google/protobuf/descriptor.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\x99\x04\n\x10ResourceMetadata\x12\x1e\n\x04name\x18\x01 \x01(\tB\n\xbaH\x07r\x05\x10\x01\x18\xc8\x01R\x04name\x12%\n\tmime_type\x18\x02 \x01(\tB\x08\xbaH\x05r\x03\x18\xc8\x01R\x08mimeType\x12\x7f\n\x07room_id\x18\x03 \x01(\tBf\xbaHcr\x04\x10\x01\x18\x14\xba\x01Z\n\x0estring.pattern\x12\x16value must be a number\x1a\x30this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')R\x06roomId\x12-\n\roriginal_path\x18\x05 \x01(\tB\x08\xbaH\x05r\x03\x18\xe8\x07R\x0coriginalPath\x12*\n\x0b\x64\x65scription\x18\x06 \x01(\tB\x08\xbaH\x05r\x03\x18\xe8\x07R\x0b\x64\x65scription\x12\x87\x01\n\x0bpipeline_id\x18\x08 \x01(\tBf\xbaHcr\x04\x10\x01\x18\x14\xba\x01Z\n\x0estring.pattern\x12\x16value must be a number\x1a\x30this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')R\npipelineId\x12;\n\ttype_hint\x18\x04 \x01(\x0e\x32\x1e.corvic.ingest.v2.ResourceTypeR\x08typeHint\x12\x1b\n\x04size\x18\x07 \x01(\x03\x42\x07\xbaH\x04\"\x02 \x00R\x04size\"\xa8\x03\n\rResourceEntry\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x12\n\x04name\x18\x02 \x01(\tR\x04name\x12\x1b\n\tmime_type\x18\x03 \x01(\tR\x08mimeType\x12\x10\n\x03md5\x18\x05 \x01(\tR\x03md5\x12\x17\n\x07room_id\x18\x06 \x01(\tR\x06roomId\x12\x12\n\x04size\x18\x07 \x01(\x04R\x04size\x12#\n\roriginal_path\x18\t \x01(\tR\x0coriginalPath\x12 \n\x0b\x64\x65scription\x18\x0b \x01(\tR\x0b\x64\x65scription\x12\x1f\n\x0bpipeline_id\x18\x0c \x01(\tR\npipelineId\x12\x1b\n\turl_depth\x18\r \x01(\x04R\x08urlDepth\x12\x1b\n\turl_width\x18\x0e \x01(\x04R\x08urlWidth\x12\x37\n\x18referenced_by_source_ids\x18\n \x03(\tR\x15referencedBySourceIds\x12<\n\rrecent_events\x18\x08 \x03(\x0b\x32\x17.corvic.status.v1.EventR\x0crecentEvents\"p\n\x16\x43reateUploadURLRequest\x12>\n\x08metadata\x18\x01 \x01(\x0b\x32\".corvic.ingest.v2.ResourceMetadataR\x08metadata\x12\x16\n\x06origin\x18\x02 \x01(\tR\x06origin\"A\n\x17\x43reateUploadURLResponse\x12\x10\n\x03url\x18\x01 \x01(\tR\x03url\x12\x14\n\x05token\x18\x02 \x01(\tR\x05token\"s\n\x15UploadURLTokenPayload\x12>\n\x08metadata\x18\x01 \x01(\x0b\x32\".corvic.ingest.v2.ResourceMetadataR\x08metadata\x12\x1a\n\x08\x66ilename\x18\x02 \x01(\tR\x08\x66ilename\"0\n\x18\x46inalizeUploadURLRequest\x12\x14\n\x05token\x18\x01 \x01(\tR\x05token\"R\n\x19\x46inalizeUploadURLResponse\x12\x35\n\x05\x65ntry\x18\x01 \x01(\x0b\x32\x1f.corvic.ingest.v2.ResourceEntryR\x05\x65ntry\"\xaa\x03\n\"FetchAndFinalizeExternalURLRequest\x12\x7f\n\x07room_id\x18\x01 \x01(\tBf\xbaHcr\x04\x10\x01\x18\x14\xba\x01Z\n\x0estring.pattern\x12\x16value must be a number\x1a\x30this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')R\x06roomId\x12\x87\x01\n\x0bpipeline_id\x18\x02 \x01(\tBf\xbaHcr\x04\x10\x01\x18\x14\xba\x01Z\n\x0estring.pattern\x12\x16value must be a number\x1a\x30this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')R\npipelineId\x12-\n\roriginal_path\x18\x03 \x01(\tB\x08\xbaH\x05r\x03\x18\x80\x10R\x0coriginalPath\x12$\n\turl_depth\x18\x04 \x01(\x04\x42\x07\xbaH\x04\x32\x02\x18\nR\x08urlDepth\x12$\n\turl_width\x18\x05 \x01(\x04\x42\x07\xbaH\x04\x32\x02 \x00R\x08urlWidth\"\\\n#FetchAndFinalizeExternalURLResponse\x12\x35\n\x05\x65ntry\x18\x01 \x01(\x0b\x32\x1f.corvic.ingest.v2.ResourceEntryR\x05\x65ntry\"\x8f\x01\n\x15\x44\x65leteResourceRequest\x12v\n\x02id\x18\x01 \x01(\tBf\xbaHcr\x04\x10\x01\x18\x14\xba\x01Z\n\x0estring.pattern\x12\x16value must be a number\x1a\x30this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')R\x02id\"\x18\n\x16\x44\x65leteResourceResponse\"\x8c\x01\n\x12GetResourceRequest\x12v\n\x02id\x18\x01 \x01(\tBf\xbaHcr\x04\x10\x01\x18\x14\xba\x01Z\n\x0estring.pattern\x12\x16value must be a number\x1a\x30this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')R\x02id\"L\n\x13GetResourceResponse\x12\x35\n\x05\x65ntry\x18\x01 \x01(\x0b\x32\x1f.corvic.ingest.v2.ResourceEntryR\x05\x65ntry\"\x97\x01\n\x14ListResourcesRequest\x12\x7f\n\x07room_id\x18\x01 \x01(\tBf\xbaHcr\x04\x10\x01\x18\x14\xba\x01Z\n\x0estring.pattern\x12\x16value must be a number\x1a\x30this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')R\x06roomId\"N\n\x15ListResourcesResponse\x12\x35\n\x05\x65ntry\x18\x01 \x01(\x0b\x32\x1f.corvic.ingest.v2.ResourceEntryR\x05\x65ntry\"\x8b\x01\n\x0cResourceList\x12{\n\x02id\x18\x01 \x03(\tBk\xbaHh\x92\x01\x65\"cr\x04\x10\x01\x18\x14\xba\x01Z\n\x0estring.pattern\x12\x16value must be a number\x1a\x30this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')R\x02id\"\xdb\x01\n\x15WatchResourcesRequest\x12\x81\x01\n\x07room_id\x18\x01 \x01(\tBf\xbaHcr\x04\x10\x01\x18\x14\xba\x01Z\n\x0estring.pattern\x12\x16value must be a number\x1a\x30this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')H\x00R\x06roomId\x12\x32\n\x03ids\x18\x02 \x01(\x0b\x32\x1e.corvic.ingest.v2.ResourceListH\x00R\x03idsB\n\n\x08selector\"d\n\x16WatchResourcesResponse\x12J\n\x10updated_resource\x18\x01 \x01(\x0b\x32\x1f.corvic.ingest.v2.ResourceEntryR\x0fupdatedResource\"\xb5\x01\n#ListResourcesPaginatedCursorPayload\x12T\n\x19\x63reate_time_of_last_entry\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\x15\x63reateTimeOfLastEntry\x12\x17\n\x07room_id\x18\x02 \x01(\tR\x06roomId\x12\x1f\n\x0bpipeline_id\x18\x03 \x01(\tR\npipelineId\"\xef\x02\n\x1dListResourcesPaginatedRequest\x12\x80\x01\n\x07room_id\x18\x01 \x01(\tBg\xbaHdr\x02\x18\x14\xba\x01Z\n\x0estring.pattern\x12\x16value must be a number\x1a\x30this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')\xd8\x01\x01R\x06roomId\x12\x88\x01\n\x0bpipeline_id\x18\x04 \x01(\tBg\xbaHdr\x02\x18\x14\xba\x01Z\n\x0estring.pattern\x12\x16value must be a number\x1a\x30this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')\xd8\x01\x01R\npipelineId\x12(\n\x10\x65ntries_per_page\x18\x02 \x01(\rR\x0e\x65ntriesPerPage\x12\x16\n\x06\x63ursor\x18\x03 \x01(\tR\x06\x63ursor\"\x91\x01\n\x1eListResourcesPaginatedResponse\x12J\n\x10resource_entries\x18\x03 \x03(\x0b\x32\x1f.corvic.ingest.v2.ResourceEntryR\x0fresourceEntries\x12\x16\n\x06\x63ursor\x18\x02 \x01(\tR\x06\x63ursorJ\x04\x08\x01\x10\x02R\x05\x65ntry\"\x9a\x01\n CreateResourceDownloadURLRequest\x12v\n\x02id\x18\x01 \x01(\tBf\xbaHcr\x04\x10\x01\x18\x14\xba\x01Z\n\x0estring.pattern\x12\x16value must be a number\x1a\x30this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')R\x02id\"5\n!CreateResourceDownloadURLResponse\x12\x10\n\x03url\x18\x01 \x01(\tR\x03url\"\x99\x01\n\x1f\x43reateResourcePreviewURLRequest\x12v\n\x02id\x18\x01 \x01(\tBf\xbaHcr\x04\x10\x01\x18\x14\xba\x01Z\n\x0estring.pattern\x12\x16value must be a number\x1a\x30this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')R\x02id\"4\n CreateResourcePreviewURLResponse\x12\x10\n\x03url\x18\x01 \x01(\tR\x03url*\xab\x01\n\x0cResourceType\x12\x1d\n\x19RESOURCE_TYPE_UNSPECIFIED\x10\x00\x12\x1b\n\x13RESOURCE_TYPE_TABLE\x10\x01\x1a\x02\x08\x01\x12!\n\x1dRESOURCE_TYPE_DIMENSION_TABLE\x10\x02\x12\x1c\n\x18RESOURCE_TYPE_FACT_TABLE\x10\x03\x12\x1e\n\x1aRESOURCE_TYPE_PDF_DOCUMENT\x10\x04\x32\xac\t\n\x0fResourceService\x12h\n\x0f\x43reateUploadURL\x12(.corvic.ingest.v2.CreateUploadURLRequest\x1a).corvic.ingest.v2.CreateUploadURLResponse\"\x00\x12q\n\x11\x46inalizeUploadURL\x12*.corvic.ingest.v2.FinalizeUploadURLRequest\x1a+.corvic.ingest.v2.FinalizeUploadURLResponse\"\x03\x90\x02\x02\x12\x8c\x01\n\x1b\x46\x65tchAndFinalizeExternalURL\x12\x34.corvic.ingest.v2.FetchAndFinalizeExternalURLRequest\x1a\x35.corvic.ingest.v2.FetchAndFinalizeExternalURLResponse\"\x00\x12\x65\n\x0e\x44\x65leteResource\x12\'.corvic.ingest.v2.DeleteResourceRequest\x1a(.corvic.ingest.v2.DeleteResourceResponse\"\x00\x12_\n\x0bGetResource\x12$.corvic.ingest.v2.GetResourceRequest\x1a%.corvic.ingest.v2.GetResourceResponse\"\x03\x90\x02\x01\x12g\n\rListResources\x12&.corvic.ingest.v2.ListResourcesRequest\x1a\'.corvic.ingest.v2.ListResourcesResponse\"\x03\x90\x02\x01\x30\x01\x12\x80\x01\n\x16ListResourcesPaginated\x12/.corvic.ingest.v2.ListResourcesPaginatedRequest\x1a\x30.corvic.ingest.v2.ListResourcesPaginatedResponse\"\x03\x90\x02\x01\x12j\n\x0eWatchResources\x12\'.corvic.ingest.v2.WatchResourcesRequest\x1a(.corvic.ingest.v2.WatchResourcesResponse\"\x03\x90\x02\x01\x30\x01\x12\x86\x01\n\x19\x43reateResourceDownloadURL\x12\x32.corvic.ingest.v2.CreateResourceDownloadURLRequest\x1a\x33.corvic.ingest.v2.CreateResourceDownloadURLResponse\"\x00\x12\x83\x01\n\x18\x43reateResourcePreviewURL\x12\x31.corvic.ingest.v2.CreateResourcePreviewURLRequest\x1a\x32.corvic.ingest.v2.CreateResourcePreviewURLResponse\"\x00\x62\x06proto3')
21
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1f\x63orvic/ingest/v2/resource.proto\x12\x10\x63orvic.ingest.v2\x1a\x1b\x62uf/validate/validate.proto\x1a\x1c\x63orvic/status/v1/event.proto\x1a google/protobuf/descriptor.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\x99\x04\n\x10ResourceMetadata\x12\x1e\n\x04name\x18\x01 \x01(\tB\n\xbaH\x07r\x05\x10\x01\x18\xc8\x01R\x04name\x12%\n\tmime_type\x18\x02 \x01(\tB\x08\xbaH\x05r\x03\x18\xc8\x01R\x08mimeType\x12\x7f\n\x07room_id\x18\x03 \x01(\tBf\xbaHcr\x04\x10\x01\x18\x14\xba\x01Z\n\x0estring.pattern\x12\x16value must be a number\x1a\x30this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')R\x06roomId\x12-\n\roriginal_path\x18\x05 \x01(\tB\x08\xbaH\x05r\x03\x18\xe8\x07R\x0coriginalPath\x12*\n\x0b\x64\x65scription\x18\x06 \x01(\tB\x08\xbaH\x05r\x03\x18\xe8\x07R\x0b\x64\x65scription\x12\x87\x01\n\x0bpipeline_id\x18\x08 \x01(\tBf\xbaHcr\x04\x10\x01\x18\x14\xba\x01Z\n\x0estring.pattern\x12\x16value must be a number\x1a\x30this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')R\npipelineId\x12;\n\ttype_hint\x18\x04 \x01(\x0e\x32\x1e.corvic.ingest.v2.ResourceTypeR\x08typeHint\x12\x1b\n\x04size\x18\x07 \x01(\x03\x42\x07\xbaH\x04\"\x02 \x00R\x04size\"\xef\x03\n\rResourceEntry\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x12\n\x04name\x18\x02 \x01(\tR\x04name\x12\x1b\n\tmime_type\x18\x03 \x01(\tR\x08mimeType\x12\x10\n\x03md5\x18\x05 \x01(\tR\x03md5\x12\x17\n\x07room_id\x18\x06 \x01(\tR\x06roomId\x12\x12\n\x04size\x18\x07 \x01(\x04R\x04size\x12#\n\roriginal_path\x18\t \x01(\tR\x0coriginalPath\x12 \n\x0b\x64\x65scription\x18\x0b \x01(\tR\x0b\x64\x65scription\x12\x45\n\x0borigin_type\x18\x0f \x01(\x0e\x32$.corvic.ingest.v2.ResourceOriginTypeR\noriginType\x12\x1f\n\x0bpipeline_id\x18\x0c \x01(\tR\npipelineId\x12\x1b\n\turl_depth\x18\r \x01(\x04R\x08urlDepth\x12\x1b\n\turl_width\x18\x0e \x01(\x04R\x08urlWidth\x12\x37\n\x18referenced_by_source_ids\x18\n \x03(\tR\x15referencedBySourceIds\x12<\n\rrecent_events\x18\x08 \x03(\x0b\x32\x17.corvic.status.v1.EventR\x0crecentEvents\"p\n\x16\x43reateUploadURLRequest\x12>\n\x08metadata\x18\x01 \x01(\x0b\x32\".corvic.ingest.v2.ResourceMetadataR\x08metadata\x12\x16\n\x06origin\x18\x02 \x01(\tR\x06origin\"A\n\x17\x43reateUploadURLResponse\x12\x10\n\x03url\x18\x01 \x01(\tR\x03url\x12\x14\n\x05token\x18\x02 \x01(\tR\x05token\"s\n\x15UploadURLTokenPayload\x12>\n\x08metadata\x18\x01 \x01(\x0b\x32\".corvic.ingest.v2.ResourceMetadataR\x08metadata\x12\x1a\n\x08\x66ilename\x18\x02 \x01(\tR\x08\x66ilename\"0\n\x18\x46inalizeUploadURLRequest\x12\x14\n\x05token\x18\x01 \x01(\tR\x05token\"R\n\x19\x46inalizeUploadURLResponse\x12\x35\n\x05\x65ntry\x18\x01 \x01(\x0b\x32\x1f.corvic.ingest.v2.ResourceEntryR\x05\x65ntry\"\xaa\x03\n\"FetchAndFinalizeExternalURLRequest\x12\x7f\n\x07room_id\x18\x01 \x01(\tBf\xbaHcr\x04\x10\x01\x18\x14\xba\x01Z\n\x0estring.pattern\x12\x16value must be a number\x1a\x30this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')R\x06roomId\x12\x87\x01\n\x0bpipeline_id\x18\x02 \x01(\tBf\xbaHcr\x04\x10\x01\x18\x14\xba\x01Z\n\x0estring.pattern\x12\x16value must be a number\x1a\x30this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')R\npipelineId\x12-\n\roriginal_path\x18\x03 \x01(\tB\x08\xbaH\x05r\x03\x18\x80\x10R\x0coriginalPath\x12$\n\turl_depth\x18\x04 \x01(\x04\x42\x07\xbaH\x04\x32\x02\x18\nR\x08urlDepth\x12$\n\turl_width\x18\x05 \x01(\x04\x42\x07\xbaH\x04\x32\x02 \x00R\x08urlWidth\"\\\n#FetchAndFinalizeExternalURLResponse\x12\x35\n\x05\x65ntry\x18\x01 \x01(\x0b\x32\x1f.corvic.ingest.v2.ResourceEntryR\x05\x65ntry\"\x8f\x01\n\x15\x44\x65leteResourceRequest\x12v\n\x02id\x18\x01 \x01(\tBf\xbaHcr\x04\x10\x01\x18\x14\xba\x01Z\n\x0estring.pattern\x12\x16value must be a number\x1a\x30this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')R\x02id\"\x18\n\x16\x44\x65leteResourceResponse\"\x8c\x01\n\x12GetResourceRequest\x12v\n\x02id\x18\x01 \x01(\tBf\xbaHcr\x04\x10\x01\x18\x14\xba\x01Z\n\x0estring.pattern\x12\x16value must be a number\x1a\x30this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')R\x02id\"L\n\x13GetResourceResponse\x12\x35\n\x05\x65ntry\x18\x01 \x01(\x0b\x32\x1f.corvic.ingest.v2.ResourceEntryR\x05\x65ntry\"\x97\x01\n\x14ListResourcesRequest\x12\x7f\n\x07room_id\x18\x01 \x01(\tBf\xbaHcr\x04\x10\x01\x18\x14\xba\x01Z\n\x0estring.pattern\x12\x16value must be a number\x1a\x30this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')R\x06roomId\"N\n\x15ListResourcesResponse\x12\x35\n\x05\x65ntry\x18\x01 \x01(\x0b\x32\x1f.corvic.ingest.v2.ResourceEntryR\x05\x65ntry\"\x8b\x01\n\x0cResourceList\x12{\n\x02id\x18\x01 \x03(\tBk\xbaHh\x92\x01\x65\"cr\x04\x10\x01\x18\x14\xba\x01Z\n\x0estring.pattern\x12\x16value must be a number\x1a\x30this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')R\x02id\"\xdb\x01\n\x15WatchResourcesRequest\x12\x81\x01\n\x07room_id\x18\x01 \x01(\tBf\xbaHcr\x04\x10\x01\x18\x14\xba\x01Z\n\x0estring.pattern\x12\x16value must be a number\x1a\x30this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')H\x00R\x06roomId\x12\x32\n\x03ids\x18\x02 \x01(\x0b\x32\x1e.corvic.ingest.v2.ResourceListH\x00R\x03idsB\n\n\x08selector\"d\n\x16WatchResourcesResponse\x12J\n\x10updated_resource\x18\x01 \x01(\x0b\x32\x1f.corvic.ingest.v2.ResourceEntryR\x0fupdatedResource\"\xb5\x01\n#ListResourcesPaginatedCursorPayload\x12T\n\x19\x63reate_time_of_last_entry\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\x15\x63reateTimeOfLastEntry\x12\x17\n\x07room_id\x18\x02 \x01(\tR\x06roomId\x12\x1f\n\x0bpipeline_id\x18\x03 \x01(\tR\npipelineId\"\xef\x02\n\x1dListResourcesPaginatedRequest\x12\x80\x01\n\x07room_id\x18\x01 \x01(\tBg\xbaHdr\x02\x18\x14\xba\x01Z\n\x0estring.pattern\x12\x16value must be a number\x1a\x30this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')\xd8\x01\x01R\x06roomId\x12\x88\x01\n\x0bpipeline_id\x18\x04 \x01(\tBg\xbaHdr\x02\x18\x14\xba\x01Z\n\x0estring.pattern\x12\x16value must be a number\x1a\x30this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')\xd8\x01\x01R\npipelineId\x12(\n\x10\x65ntries_per_page\x18\x02 \x01(\rR\x0e\x65ntriesPerPage\x12\x16\n\x06\x63ursor\x18\x03 \x01(\tR\x06\x63ursor\"\x91\x01\n\x1eListResourcesPaginatedResponse\x12J\n\x10resource_entries\x18\x03 \x03(\x0b\x32\x1f.corvic.ingest.v2.ResourceEntryR\x0fresourceEntries\x12\x16\n\x06\x63ursor\x18\x02 \x01(\tR\x06\x63ursorJ\x04\x08\x01\x10\x02R\x05\x65ntry\"\x9a\x01\n CreateResourceDownloadURLRequest\x12v\n\x02id\x18\x01 \x01(\tBf\xbaHcr\x04\x10\x01\x18\x14\xba\x01Z\n\x0estring.pattern\x12\x16value must be a number\x1a\x30this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')R\x02id\"5\n!CreateResourceDownloadURLResponse\x12\x10\n\x03url\x18\x01 \x01(\tR\x03url\"\x99\x01\n\x1f\x43reateResourcePreviewURLRequest\x12v\n\x02id\x18\x01 \x01(\tBf\xbaHcr\x04\x10\x01\x18\x14\xba\x01Z\n\x0estring.pattern\x12\x16value must be a number\x1a\x30this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')R\x02id\"4\n CreateResourcePreviewURLResponse\x12\x10\n\x03url\x18\x01 \x01(\tR\x03url*\xab\x01\n\x0cResourceType\x12\x1d\n\x19RESOURCE_TYPE_UNSPECIFIED\x10\x00\x12\x1b\n\x13RESOURCE_TYPE_TABLE\x10\x01\x1a\x02\x08\x01\x12!\n\x1dRESOURCE_TYPE_DIMENSION_TABLE\x10\x02\x12\x1c\n\x18RESOURCE_TYPE_FACT_TABLE\x10\x03\x12\x1e\n\x1aRESOURCE_TYPE_PDF_DOCUMENT\x10\x04*\xfd\x01\n\x12ResourceOriginType\x12$\n RESOURCE_ORIGIN_TYPE_UNSPECIFIED\x10\x00\x12$\n RESOURCE_ORIGIN_TYPE_FILE_UPLOAD\x10\x01\x12\"\n\x1eRESOURCE_ORIGIN_TYPE_WEB_CRAWL\x10\x02\x12%\n!RESOURCE_ORIGIN_TYPE_S3_CONNECTOR\x10\x03\x12&\n\"RESOURCE_ORIGIN_TYPE_GCS_CONNECTOR\x10\x04\x12(\n$RESOURCE_ORIGIN_TYPE_AZURE_CONNECTOR\x10\x05\x32\xac\t\n\x0fResourceService\x12h\n\x0f\x43reateUploadURL\x12(.corvic.ingest.v2.CreateUploadURLRequest\x1a).corvic.ingest.v2.CreateUploadURLResponse\"\x00\x12q\n\x11\x46inalizeUploadURL\x12*.corvic.ingest.v2.FinalizeUploadURLRequest\x1a+.corvic.ingest.v2.FinalizeUploadURLResponse\"\x03\x90\x02\x02\x12\x8c\x01\n\x1b\x46\x65tchAndFinalizeExternalURL\x12\x34.corvic.ingest.v2.FetchAndFinalizeExternalURLRequest\x1a\x35.corvic.ingest.v2.FetchAndFinalizeExternalURLResponse\"\x00\x12\x65\n\x0e\x44\x65leteResource\x12\'.corvic.ingest.v2.DeleteResourceRequest\x1a(.corvic.ingest.v2.DeleteResourceResponse\"\x00\x12_\n\x0bGetResource\x12$.corvic.ingest.v2.GetResourceRequest\x1a%.corvic.ingest.v2.GetResourceResponse\"\x03\x90\x02\x01\x12g\n\rListResources\x12&.corvic.ingest.v2.ListResourcesRequest\x1a\'.corvic.ingest.v2.ListResourcesResponse\"\x03\x90\x02\x01\x30\x01\x12\x80\x01\n\x16ListResourcesPaginated\x12/.corvic.ingest.v2.ListResourcesPaginatedRequest\x1a\x30.corvic.ingest.v2.ListResourcesPaginatedResponse\"\x03\x90\x02\x01\x12j\n\x0eWatchResources\x12\'.corvic.ingest.v2.WatchResourcesRequest\x1a(.corvic.ingest.v2.WatchResourcesResponse\"\x03\x90\x02\x01\x30\x01\x12\x86\x01\n\x19\x43reateResourceDownloadURL\x12\x32.corvic.ingest.v2.CreateResourceDownloadURLRequest\x1a\x33.corvic.ingest.v2.CreateResourceDownloadURLResponse\"\x00\x12\x83\x01\n\x18\x43reateResourcePreviewURL\x12\x31.corvic.ingest.v2.CreateResourcePreviewURLRequest\x1a\x32.corvic.ingest.v2.CreateResourcePreviewURLResponse\"\x00\x62\x06proto3')
22
22
 
23
23
  _globals = globals()
24
24
  _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
@@ -79,58 +79,60 @@ if _descriptor._USE_C_DESCRIPTORS == False:
79
79
  _globals['_RESOURCESERVICE'].methods_by_name['ListResourcesPaginated']._serialized_options = b'\220\002\001'
80
80
  _globals['_RESOURCESERVICE'].methods_by_name['WatchResources']._options = None
81
81
  _globals['_RESOURCESERVICE'].methods_by_name['WatchResources']._serialized_options = b'\220\002\001'
82
- _globals['_RESOURCETYPE']._serialized_start=4319
83
- _globals['_RESOURCETYPE']._serialized_end=4490
82
+ _globals['_RESOURCETYPE']._serialized_start=4390
83
+ _globals['_RESOURCETYPE']._serialized_end=4561
84
+ _globals['_RESOURCEORIGINTYPE']._serialized_start=4564
85
+ _globals['_RESOURCEORIGINTYPE']._serialized_end=4817
84
86
  _globals['_RESOURCEMETADATA']._serialized_start=180
85
87
  _globals['_RESOURCEMETADATA']._serialized_end=717
86
88
  _globals['_RESOURCEENTRY']._serialized_start=720
87
- _globals['_RESOURCEENTRY']._serialized_end=1144
88
- _globals['_CREATEUPLOADURLREQUEST']._serialized_start=1146
89
- _globals['_CREATEUPLOADURLREQUEST']._serialized_end=1258
90
- _globals['_CREATEUPLOADURLRESPONSE']._serialized_start=1260
91
- _globals['_CREATEUPLOADURLRESPONSE']._serialized_end=1325
92
- _globals['_UPLOADURLTOKENPAYLOAD']._serialized_start=1327
93
- _globals['_UPLOADURLTOKENPAYLOAD']._serialized_end=1442
94
- _globals['_FINALIZEUPLOADURLREQUEST']._serialized_start=1444
95
- _globals['_FINALIZEUPLOADURLREQUEST']._serialized_end=1492
96
- _globals['_FINALIZEUPLOADURLRESPONSE']._serialized_start=1494
97
- _globals['_FINALIZEUPLOADURLRESPONSE']._serialized_end=1576
98
- _globals['_FETCHANDFINALIZEEXTERNALURLREQUEST']._serialized_start=1579
99
- _globals['_FETCHANDFINALIZEEXTERNALURLREQUEST']._serialized_end=2005
100
- _globals['_FETCHANDFINALIZEEXTERNALURLRESPONSE']._serialized_start=2007
101
- _globals['_FETCHANDFINALIZEEXTERNALURLRESPONSE']._serialized_end=2099
102
- _globals['_DELETERESOURCEREQUEST']._serialized_start=2102
103
- _globals['_DELETERESOURCEREQUEST']._serialized_end=2245
104
- _globals['_DELETERESOURCERESPONSE']._serialized_start=2247
105
- _globals['_DELETERESOURCERESPONSE']._serialized_end=2271
106
- _globals['_GETRESOURCEREQUEST']._serialized_start=2274
107
- _globals['_GETRESOURCEREQUEST']._serialized_end=2414
108
- _globals['_GETRESOURCERESPONSE']._serialized_start=2416
109
- _globals['_GETRESOURCERESPONSE']._serialized_end=2492
110
- _globals['_LISTRESOURCESREQUEST']._serialized_start=2495
111
- _globals['_LISTRESOURCESREQUEST']._serialized_end=2646
112
- _globals['_LISTRESOURCESRESPONSE']._serialized_start=2648
113
- _globals['_LISTRESOURCESRESPONSE']._serialized_end=2726
114
- _globals['_RESOURCELIST']._serialized_start=2729
115
- _globals['_RESOURCELIST']._serialized_end=2868
116
- _globals['_WATCHRESOURCESREQUEST']._serialized_start=2871
117
- _globals['_WATCHRESOURCESREQUEST']._serialized_end=3090
118
- _globals['_WATCHRESOURCESRESPONSE']._serialized_start=3092
119
- _globals['_WATCHRESOURCESRESPONSE']._serialized_end=3192
120
- _globals['_LISTRESOURCESPAGINATEDCURSORPAYLOAD']._serialized_start=3195
121
- _globals['_LISTRESOURCESPAGINATEDCURSORPAYLOAD']._serialized_end=3376
122
- _globals['_LISTRESOURCESPAGINATEDREQUEST']._serialized_start=3379
123
- _globals['_LISTRESOURCESPAGINATEDREQUEST']._serialized_end=3746
124
- _globals['_LISTRESOURCESPAGINATEDRESPONSE']._serialized_start=3749
125
- _globals['_LISTRESOURCESPAGINATEDRESPONSE']._serialized_end=3894
126
- _globals['_CREATERESOURCEDOWNLOADURLREQUEST']._serialized_start=3897
127
- _globals['_CREATERESOURCEDOWNLOADURLREQUEST']._serialized_end=4051
128
- _globals['_CREATERESOURCEDOWNLOADURLRESPONSE']._serialized_start=4053
129
- _globals['_CREATERESOURCEDOWNLOADURLRESPONSE']._serialized_end=4106
130
- _globals['_CREATERESOURCEPREVIEWURLREQUEST']._serialized_start=4109
131
- _globals['_CREATERESOURCEPREVIEWURLREQUEST']._serialized_end=4262
132
- _globals['_CREATERESOURCEPREVIEWURLRESPONSE']._serialized_start=4264
133
- _globals['_CREATERESOURCEPREVIEWURLRESPONSE']._serialized_end=4316
134
- _globals['_RESOURCESERVICE']._serialized_start=4493
135
- _globals['_RESOURCESERVICE']._serialized_end=5689
89
+ _globals['_RESOURCEENTRY']._serialized_end=1215
90
+ _globals['_CREATEUPLOADURLREQUEST']._serialized_start=1217
91
+ _globals['_CREATEUPLOADURLREQUEST']._serialized_end=1329
92
+ _globals['_CREATEUPLOADURLRESPONSE']._serialized_start=1331
93
+ _globals['_CREATEUPLOADURLRESPONSE']._serialized_end=1396
94
+ _globals['_UPLOADURLTOKENPAYLOAD']._serialized_start=1398
95
+ _globals['_UPLOADURLTOKENPAYLOAD']._serialized_end=1513
96
+ _globals['_FINALIZEUPLOADURLREQUEST']._serialized_start=1515
97
+ _globals['_FINALIZEUPLOADURLREQUEST']._serialized_end=1563
98
+ _globals['_FINALIZEUPLOADURLRESPONSE']._serialized_start=1565
99
+ _globals['_FINALIZEUPLOADURLRESPONSE']._serialized_end=1647
100
+ _globals['_FETCHANDFINALIZEEXTERNALURLREQUEST']._serialized_start=1650
101
+ _globals['_FETCHANDFINALIZEEXTERNALURLREQUEST']._serialized_end=2076
102
+ _globals['_FETCHANDFINALIZEEXTERNALURLRESPONSE']._serialized_start=2078
103
+ _globals['_FETCHANDFINALIZEEXTERNALURLRESPONSE']._serialized_end=2170
104
+ _globals['_DELETERESOURCEREQUEST']._serialized_start=2173
105
+ _globals['_DELETERESOURCEREQUEST']._serialized_end=2316
106
+ _globals['_DELETERESOURCERESPONSE']._serialized_start=2318
107
+ _globals['_DELETERESOURCERESPONSE']._serialized_end=2342
108
+ _globals['_GETRESOURCEREQUEST']._serialized_start=2345
109
+ _globals['_GETRESOURCEREQUEST']._serialized_end=2485
110
+ _globals['_GETRESOURCERESPONSE']._serialized_start=2487
111
+ _globals['_GETRESOURCERESPONSE']._serialized_end=2563
112
+ _globals['_LISTRESOURCESREQUEST']._serialized_start=2566
113
+ _globals['_LISTRESOURCESREQUEST']._serialized_end=2717
114
+ _globals['_LISTRESOURCESRESPONSE']._serialized_start=2719
115
+ _globals['_LISTRESOURCESRESPONSE']._serialized_end=2797
116
+ _globals['_RESOURCELIST']._serialized_start=2800
117
+ _globals['_RESOURCELIST']._serialized_end=2939
118
+ _globals['_WATCHRESOURCESREQUEST']._serialized_start=2942
119
+ _globals['_WATCHRESOURCESREQUEST']._serialized_end=3161
120
+ _globals['_WATCHRESOURCESRESPONSE']._serialized_start=3163
121
+ _globals['_WATCHRESOURCESRESPONSE']._serialized_end=3263
122
+ _globals['_LISTRESOURCESPAGINATEDCURSORPAYLOAD']._serialized_start=3266
123
+ _globals['_LISTRESOURCESPAGINATEDCURSORPAYLOAD']._serialized_end=3447
124
+ _globals['_LISTRESOURCESPAGINATEDREQUEST']._serialized_start=3450
125
+ _globals['_LISTRESOURCESPAGINATEDREQUEST']._serialized_end=3817
126
+ _globals['_LISTRESOURCESPAGINATEDRESPONSE']._serialized_start=3820
127
+ _globals['_LISTRESOURCESPAGINATEDRESPONSE']._serialized_end=3965
128
+ _globals['_CREATERESOURCEDOWNLOADURLREQUEST']._serialized_start=3968
129
+ _globals['_CREATERESOURCEDOWNLOADURLREQUEST']._serialized_end=4122
130
+ _globals['_CREATERESOURCEDOWNLOADURLRESPONSE']._serialized_start=4124
131
+ _globals['_CREATERESOURCEDOWNLOADURLRESPONSE']._serialized_end=4177
132
+ _globals['_CREATERESOURCEPREVIEWURLREQUEST']._serialized_start=4180
133
+ _globals['_CREATERESOURCEPREVIEWURLREQUEST']._serialized_end=4333
134
+ _globals['_CREATERESOURCEPREVIEWURLRESPONSE']._serialized_start=4335
135
+ _globals['_CREATERESOURCEPREVIEWURLRESPONSE']._serialized_end=4387
136
+ _globals['_RESOURCESERVICE']._serialized_start=4820
137
+ _globals['_RESOURCESERVICE']._serialized_end=6016
136
138
  # @@protoc_insertion_point(module_scope)
@@ -17,11 +17,26 @@ class ResourceType(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
17
17
  RESOURCE_TYPE_DIMENSION_TABLE: _ClassVar[ResourceType]
18
18
  RESOURCE_TYPE_FACT_TABLE: _ClassVar[ResourceType]
19
19
  RESOURCE_TYPE_PDF_DOCUMENT: _ClassVar[ResourceType]
20
+
21
+ class ResourceOriginType(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
22
+ __slots__ = ()
23
+ RESOURCE_ORIGIN_TYPE_UNSPECIFIED: _ClassVar[ResourceOriginType]
24
+ RESOURCE_ORIGIN_TYPE_FILE_UPLOAD: _ClassVar[ResourceOriginType]
25
+ RESOURCE_ORIGIN_TYPE_WEB_CRAWL: _ClassVar[ResourceOriginType]
26
+ RESOURCE_ORIGIN_TYPE_S3_CONNECTOR: _ClassVar[ResourceOriginType]
27
+ RESOURCE_ORIGIN_TYPE_GCS_CONNECTOR: _ClassVar[ResourceOriginType]
28
+ RESOURCE_ORIGIN_TYPE_AZURE_CONNECTOR: _ClassVar[ResourceOriginType]
20
29
  RESOURCE_TYPE_UNSPECIFIED: ResourceType
21
30
  RESOURCE_TYPE_TABLE: ResourceType
22
31
  RESOURCE_TYPE_DIMENSION_TABLE: ResourceType
23
32
  RESOURCE_TYPE_FACT_TABLE: ResourceType
24
33
  RESOURCE_TYPE_PDF_DOCUMENT: ResourceType
34
+ RESOURCE_ORIGIN_TYPE_UNSPECIFIED: ResourceOriginType
35
+ RESOURCE_ORIGIN_TYPE_FILE_UPLOAD: ResourceOriginType
36
+ RESOURCE_ORIGIN_TYPE_WEB_CRAWL: ResourceOriginType
37
+ RESOURCE_ORIGIN_TYPE_S3_CONNECTOR: ResourceOriginType
38
+ RESOURCE_ORIGIN_TYPE_GCS_CONNECTOR: ResourceOriginType
39
+ RESOURCE_ORIGIN_TYPE_AZURE_CONNECTOR: ResourceOriginType
25
40
 
26
41
  class ResourceMetadata(_message.Message):
27
42
  __slots__ = ("name", "mime_type", "room_id", "original_path", "description", "pipeline_id", "type_hint", "size")
@@ -44,7 +59,7 @@ class ResourceMetadata(_message.Message):
44
59
  def __init__(self, name: _Optional[str] = ..., mime_type: _Optional[str] = ..., room_id: _Optional[str] = ..., original_path: _Optional[str] = ..., description: _Optional[str] = ..., pipeline_id: _Optional[str] = ..., type_hint: _Optional[_Union[ResourceType, str]] = ..., size: _Optional[int] = ...) -> None: ...
45
60
 
46
61
  class ResourceEntry(_message.Message):
47
- __slots__ = ("id", "name", "mime_type", "md5", "room_id", "size", "original_path", "description", "pipeline_id", "url_depth", "url_width", "referenced_by_source_ids", "recent_events")
62
+ __slots__ = ("id", "name", "mime_type", "md5", "room_id", "size", "original_path", "description", "origin_type", "pipeline_id", "url_depth", "url_width", "referenced_by_source_ids", "recent_events")
48
63
  ID_FIELD_NUMBER: _ClassVar[int]
49
64
  NAME_FIELD_NUMBER: _ClassVar[int]
50
65
  MIME_TYPE_FIELD_NUMBER: _ClassVar[int]
@@ -53,6 +68,7 @@ class ResourceEntry(_message.Message):
53
68
  SIZE_FIELD_NUMBER: _ClassVar[int]
54
69
  ORIGINAL_PATH_FIELD_NUMBER: _ClassVar[int]
55
70
  DESCRIPTION_FIELD_NUMBER: _ClassVar[int]
71
+ ORIGIN_TYPE_FIELD_NUMBER: _ClassVar[int]
56
72
  PIPELINE_ID_FIELD_NUMBER: _ClassVar[int]
57
73
  URL_DEPTH_FIELD_NUMBER: _ClassVar[int]
58
74
  URL_WIDTH_FIELD_NUMBER: _ClassVar[int]
@@ -66,12 +82,13 @@ class ResourceEntry(_message.Message):
66
82
  size: int
67
83
  original_path: str
68
84
  description: str
85
+ origin_type: ResourceOriginType
69
86
  pipeline_id: str
70
87
  url_depth: int
71
88
  url_width: int
72
89
  referenced_by_source_ids: _containers.RepeatedScalarFieldContainer[str]
73
90
  recent_events: _containers.RepeatedCompositeFieldContainer[_event_pb2.Event]
74
- def __init__(self, id: _Optional[str] = ..., name: _Optional[str] = ..., mime_type: _Optional[str] = ..., md5: _Optional[str] = ..., room_id: _Optional[str] = ..., size: _Optional[int] = ..., original_path: _Optional[str] = ..., description: _Optional[str] = ..., pipeline_id: _Optional[str] = ..., url_depth: _Optional[int] = ..., url_width: _Optional[int] = ..., referenced_by_source_ids: _Optional[_Iterable[str]] = ..., recent_events: _Optional[_Iterable[_Union[_event_pb2.Event, _Mapping]]] = ...) -> None: ...
91
+ def __init__(self, id: _Optional[str] = ..., name: _Optional[str] = ..., mime_type: _Optional[str] = ..., md5: _Optional[str] = ..., room_id: _Optional[str] = ..., size: _Optional[int] = ..., original_path: _Optional[str] = ..., description: _Optional[str] = ..., origin_type: _Optional[_Union[ResourceOriginType, str]] = ..., pipeline_id: _Optional[str] = ..., url_depth: _Optional[int] = ..., url_width: _Optional[int] = ..., referenced_by_source_ids: _Optional[_Iterable[str]] = ..., recent_events: _Optional[_Iterable[_Union[_event_pb2.Event, _Mapping]]] = ...) -> None: ...
75
92
 
76
93
  class CreateUploadURLRequest(_message.Message):
77
94
  __slots__ = ("metadata", "origin")
@@ -0,0 +1,53 @@
1
+ # -*- coding: utf-8 -*-
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # source: corvic/model/v1alpha/models.proto
4
+ # Protobuf Python Version: 4.25.8
5
+ """Generated protocol buffer code."""
6
+ from google.protobuf import descriptor as _descriptor
7
+ from google.protobuf import descriptor_pool as _descriptor_pool
8
+ from google.protobuf import symbol_database as _symbol_database
9
+ from google.protobuf.internal import builder as _builder
10
+ # @@protoc_insertion_point(imports)
11
+
12
+ _sym_db = _symbol_database.Default()
13
+
14
+
15
+ from corvic_generated.orm.v1 import data_connector_pb2 as corvic_dot_orm_dot_v1_dot_data__connector__pb2
16
+ from corvic_generated.orm.v1 import feature_view_pb2 as corvic_dot_orm_dot_v1_dot_feature__view__pb2
17
+ from corvic_generated.orm.v1 import pipeline_pb2 as corvic_dot_orm_dot_v1_dot_pipeline__pb2
18
+ from corvic_generated.orm.v1 import space_pb2 as corvic_dot_orm_dot_v1_dot_space__pb2
19
+ from corvic_generated.orm.v1 import table_pb2 as corvic_dot_orm_dot_v1_dot_table__pb2
20
+ from corvic_generated.status.v1 import event_pb2 as corvic_dot_status_dot_v1_dot_event__pb2
21
+ from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
22
+
23
+
24
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n!corvic/model/v1alpha/models.proto\x12\x14\x63orvic.model.v1alpha\x1a\"corvic/orm/v1/data_connector.proto\x1a corvic/orm/v1/feature_view.proto\x1a\x1c\x63orvic/orm/v1/pipeline.proto\x1a\x19\x63orvic/orm/v1/space.proto\x1a\x19\x63orvic/orm/v1/table.proto\x1a\x1c\x63orvic/status/v1/event.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\x90\x01\n\x04Room\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x12\n\x04name\x18\x02 \x01(\tR\x04name\x12\x15\n\x06org_id\x18\x03 \x01(\tR\x05orgId\x12>\n\ncreated_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x00R\tcreatedAt\x88\x01\x01\x42\r\n\x0b_created_at\"\xcb\x05\n\x08Resource\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x12\n\x04name\x18\x02 \x01(\tR\x04name\x12 \n\x0b\x64\x65scription\x18\x03 \x01(\tR\x0b\x64\x65scription\x12\x1b\n\tmime_type\x18\x04 \x01(\tR\x08mimeType\x12\x10\n\x03url\x18\x05 \x01(\tR\x03url\x12\x12\n\x04size\x18\x06 \x01(\x04R\x04size\x12\x10\n\x03md5\x18\x07 \x01(\tR\x03md5\x12#\n\roriginal_path\x18\x08 \x01(\tR\x0coriginalPath\x12\x12\n\x04\x65tag\x18\x11 \x01(\tR\x04\x65tag\x12\x42\n\x0borigin_type\x18\x13 \x01(\x0e\x32!.corvic.orm.v1.DataConnectionTypeR\noriginType\x12Z\n\x19original_modified_at_time\x18\x12 \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x00R\x16originalModifiedAtTime\x88\x01\x01\x12\x17\n\x07room_id\x18\t \x01(\tR\x06roomId\x12\x15\n\x06org_id\x18\x0b \x01(\tR\x05orgId\x12\x1f\n\x0bpipeline_id\x18\r \x01(\tR\npipelineId\x12.\n\x13pipeline_input_name\x18\x0f \x01(\tR\x11pipelineInputName\x12<\n\rrecent_events\x18\x0e \x03(\x0b\x32\x17.corvic.status.v1.EventR\x0crecentEvents\x12\x1f\n\x0bis_terminal\x18\x10 \x01(\x08R\nisTerminal\x12>\n\ncreated_at\x18\x0c \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x01R\tcreatedAt\x88\x01\x01\x42\x1c\n\x1a_original_modified_at_timeB\r\n\x0b_created_at\"\xfc\x02\n\x06Source\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x12\n\x04name\x18\x02 \x01(\tR\x04name\x12\x43\n\x0etable_op_graph\x18\x03 \x01(\x0b\x32\x1d.corvic.orm.v1.TableComputeOpR\x0ctableOpGraph\x12\x17\n\x07room_id\x18\x04 \x01(\tR\x06roomId\x12\x15\n\x06org_id\x18\x06 \x01(\tR\x05orgId\x12\x1f\n\x0bpipeline_id\x18\x08 \x01(\tR\npipelineId\x12>\n\ncreated_at\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x00R\tcreatedAt\x88\x01\x01\x12Q\n\x13prop_table_op_graph\x18\t \x01(\x0b\x32\x1d.corvic.orm.v1.TableComputeOpH\x01R\x10propTableOpGraph\x88\x01\x01\x42\r\n\x0b_created_atB\x16\n\x14_prop_table_op_graph\"\xe9\x03\n\x08Pipeline\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x12\n\x04name\x18\x02 \x01(\tR\x04name\x12 \n\x0b\x64\x65scription\x18\t \x01(\tR\x0b\x64\x65scription\x12\x17\n\x07room_id\x18\x03 \x01(\tR\x06roomId\x12X\n\x0esource_outputs\x18\x05 \x03(\x0b\x32\x31.corvic.model.v1alpha.Pipeline.SourceOutputsEntryR\rsourceOutputs\x12^\n\x17pipeline_transformation\x18\x06 \x01(\x0b\x32%.corvic.orm.v1.PipelineTransformationR\x16pipelineTransformation\x12\x15\n\x06org_id\x18\x07 \x01(\tR\x05orgId\x12>\n\ncreated_at\x18\x08 \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x00R\tcreatedAt\x88\x01\x01\x1a^\n\x12SourceOutputsEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x32\n\x05value\x18\x02 \x01(\x0b\x32\x1c.corvic.model.v1alpha.SourceR\x05value:\x02\x38\x01\x42\r\n\x0b_created_at\"\xca\x02\n\x11\x46\x65\x61tureViewSource\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x34\n\x06source\x18\x02 \x01(\x0b\x32\x1c.corvic.model.v1alpha.SourceR\x06source\x12\x43\n\x0etable_op_graph\x18\x03 \x01(\x0b\x32\x1d.corvic.orm.v1.TableComputeOpR\x0ctableOpGraph\x12+\n\x11\x64rop_disconnected\x18\x04 \x01(\x08R\x10\x64ropDisconnected\x12\x15\n\x06org_id\x18\x05 \x01(\tR\x05orgId\x12>\n\ncreated_at\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x00R\tcreatedAt\x88\x01\x01\x12\x17\n\x07room_id\x18\x07 \x01(\tR\x06roomIdB\r\n\x0b_created_at\"\x9c\x03\n\x0b\x46\x65\x61tureView\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x12\n\x04name\x18\x02 \x01(\tR\x04name\x12 \n\x0b\x64\x65scription\x18\x03 \x01(\tR\x0b\x64\x65scription\x12\x17\n\x07room_id\x18\x04 \x01(\tR\x06roomId\x12P\n\x13\x66\x65\x61ture_view_output\x18\x05 \x01(\x0b\x32 .corvic.orm.v1.FeatureViewOutputR\x11\x66\x65\x61tureViewOutput\x12Y\n\x14\x66\x65\x61ture_view_sources\x18\x06 \x03(\x0b\x32\'.corvic.model.v1alpha.FeatureViewSourceR\x12\x66\x65\x61tureViewSources\x12\x1b\n\tspace_ids\x18\x07 \x03(\tR\x08spaceIds\x12\x15\n\x06org_id\x18\x08 \x01(\tR\x05orgId\x12>\n\ncreated_at\x18\t \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x00R\tcreatedAt\x88\x01\x01\x42\r\n\x0b_created_at\"\xfa\x02\n\x05Space\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x12\n\x04name\x18\x02 \x01(\tR\x04name\x12 \n\x0b\x64\x65scription\x18\x03 \x01(\tR\x0b\x64\x65scription\x12\x17\n\x07room_id\x18\x04 \x01(\tR\x06roomId\x12I\n\x10space_parameters\x18\x05 \x01(\x0b\x32\x1e.corvic.orm.v1.SpaceParametersR\x0fspaceParameters\x12\x44\n\x0c\x66\x65\x61ture_view\x18\x06 \x01(\x0b\x32!.corvic.model.v1alpha.FeatureViewR\x0b\x66\x65\x61tureView\x12\x1b\n\tauto_sync\x18\t \x01(\x08R\x08\x61utoSync\x12\x15\n\x06org_id\x18\x07 \x01(\tR\x05orgId\x12>\n\ncreated_at\x18\x08 \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x00R\tcreatedAt\x88\x01\x01\x42\r\n\x0b_created_at\"\x87\x04\n\rDataConnector\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x12\n\x04name\x18\x02 \x01(\tR\x04name\x12\x15\n\x06org_id\x18\x03 \x01(\tR\x05orgId\x12\x46\n\nparameters\x18\x04 \x01(\x0b\x32&.corvic.orm.v1.DataConnectorParametersR\nparameters\x12\x1b\n\tbase_path\x18\x05 \x01(\tR\x08\x62\x61sePath\x12\x1d\n\nsecret_key\x18\x06 \x01(\tR\tsecretKey\x12Q\n\x14last_validation_time\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x00R\x12lastValidationTime\x88\x01\x01\x12]\n\x1alast_successful_validation\x18\x08 \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x01R\x18lastSuccessfulValidation\x88\x01\x01\x12>\n\ncreated_at\x18\t \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x02R\tcreatedAt\x88\x01\x01\x42\x17\n\x15_last_validation_timeB\x1d\n\x1b_last_successful_validationB\r\n\x0b_created_at\"\xdd\x03\n\x16PipelineDataConnection\x12\x1f\n\x0bpipeline_id\x18\x01 \x01(\tR\npipelineId\x12J\n\x0e\x64\x61ta_connector\x18\x02 \x01(\x0b\x32#.corvic.model.v1alpha.DataConnectorR\rdataConnector\x12\x17\n\x07room_id\x18\x03 \x01(\tR\x06roomId\x12\x15\n\x06org_id\x18\x04 \x01(\tR\x05orgId\x12\x16\n\x06prefix\x18\x05 \x01(\tR\x06prefix\x12\x12\n\x04glob\x18\x06 \x01(\tR\x04glob\x12J\n\x13last_ingestion_time\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\x11lastIngestionTime\x12_\n\x1elast_successful_ingestion_time\x18\x08 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\x1blastSuccessfulIngestionTime\x12>\n\ncreated_at\x18\t \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x00R\tcreatedAt\x88\x01\x01\x42\r\n\x0b_created_atb\x06proto3')
25
+
26
+ _globals = globals()
27
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
28
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'corvic.model.v1alpha.models_pb2', _globals)
29
+ if _descriptor._USE_C_DESCRIPTORS == False:
30
+ DESCRIPTOR._options = None
31
+ _globals['_PIPELINE_SOURCEOUTPUTSENTRY']._options = None
32
+ _globals['_PIPELINE_SOURCEOUTPUTSENTRY']._serialized_options = b'8\001'
33
+ _globals['_ROOM']._serialized_start=277
34
+ _globals['_ROOM']._serialized_end=421
35
+ _globals['_RESOURCE']._serialized_start=424
36
+ _globals['_RESOURCE']._serialized_end=1139
37
+ _globals['_SOURCE']._serialized_start=1142
38
+ _globals['_SOURCE']._serialized_end=1522
39
+ _globals['_PIPELINE']._serialized_start=1525
40
+ _globals['_PIPELINE']._serialized_end=2014
41
+ _globals['_PIPELINE_SOURCEOUTPUTSENTRY']._serialized_start=1905
42
+ _globals['_PIPELINE_SOURCEOUTPUTSENTRY']._serialized_end=1999
43
+ _globals['_FEATUREVIEWSOURCE']._serialized_start=2017
44
+ _globals['_FEATUREVIEWSOURCE']._serialized_end=2347
45
+ _globals['_FEATUREVIEW']._serialized_start=2350
46
+ _globals['_FEATUREVIEW']._serialized_end=2762
47
+ _globals['_SPACE']._serialized_start=2765
48
+ _globals['_SPACE']._serialized_end=3143
49
+ _globals['_DATACONNECTOR']._serialized_start=3146
50
+ _globals['_DATACONNECTOR']._serialized_end=3665
51
+ _globals['_PIPELINEDATACONNECTION']._serialized_start=3668
52
+ _globals['_PIPELINEDATACONNECTION']._serialized_end=4145
53
+ # @@protoc_insertion_point(module_scope)
@@ -25,7 +25,7 @@ class Room(_message.Message):
25
25
  def __init__(self, id: _Optional[str] = ..., name: _Optional[str] = ..., org_id: _Optional[str] = ..., created_at: _Optional[_Union[_timestamp_pb2.Timestamp, _Mapping]] = ...) -> None: ...
26
26
 
27
27
  class Resource(_message.Message):
28
- __slots__ = ("id", "name", "description", "mime_type", "url", "size", "md5", "original_path", "etag", "original_modified_at_time", "room_id", "org_id", "pipeline_id", "pipeline_input_name", "recent_events", "is_terminal", "created_at")
28
+ __slots__ = ("id", "name", "description", "mime_type", "url", "size", "md5", "original_path", "etag", "origin_type", "original_modified_at_time", "room_id", "org_id", "pipeline_id", "pipeline_input_name", "recent_events", "is_terminal", "created_at")
29
29
  ID_FIELD_NUMBER: _ClassVar[int]
30
30
  NAME_FIELD_NUMBER: _ClassVar[int]
31
31
  DESCRIPTION_FIELD_NUMBER: _ClassVar[int]
@@ -35,6 +35,7 @@ class Resource(_message.Message):
35
35
  MD5_FIELD_NUMBER: _ClassVar[int]
36
36
  ORIGINAL_PATH_FIELD_NUMBER: _ClassVar[int]
37
37
  ETAG_FIELD_NUMBER: _ClassVar[int]
38
+ ORIGIN_TYPE_FIELD_NUMBER: _ClassVar[int]
38
39
  ORIGINAL_MODIFIED_AT_TIME_FIELD_NUMBER: _ClassVar[int]
39
40
  ROOM_ID_FIELD_NUMBER: _ClassVar[int]
40
41
  ORG_ID_FIELD_NUMBER: _ClassVar[int]
@@ -52,6 +53,7 @@ class Resource(_message.Message):
52
53
  md5: str
53
54
  original_path: str
54
55
  etag: str
56
+ origin_type: _data_connector_pb2.DataConnectionType
55
57
  original_modified_at_time: _timestamp_pb2.Timestamp
56
58
  room_id: str
57
59
  org_id: str
@@ -60,7 +62,7 @@ class Resource(_message.Message):
60
62
  recent_events: _containers.RepeatedCompositeFieldContainer[_event_pb2.Event]
61
63
  is_terminal: bool
62
64
  created_at: _timestamp_pb2.Timestamp
63
- def __init__(self, id: _Optional[str] = ..., name: _Optional[str] = ..., description: _Optional[str] = ..., mime_type: _Optional[str] = ..., url: _Optional[str] = ..., size: _Optional[int] = ..., md5: _Optional[str] = ..., original_path: _Optional[str] = ..., etag: _Optional[str] = ..., original_modified_at_time: _Optional[_Union[_timestamp_pb2.Timestamp, _Mapping]] = ..., room_id: _Optional[str] = ..., org_id: _Optional[str] = ..., pipeline_id: _Optional[str] = ..., pipeline_input_name: _Optional[str] = ..., recent_events: _Optional[_Iterable[_Union[_event_pb2.Event, _Mapping]]] = ..., is_terminal: bool = ..., created_at: _Optional[_Union[_timestamp_pb2.Timestamp, _Mapping]] = ...) -> None: ...
65
+ def __init__(self, id: _Optional[str] = ..., name: _Optional[str] = ..., description: _Optional[str] = ..., mime_type: _Optional[str] = ..., url: _Optional[str] = ..., size: _Optional[int] = ..., md5: _Optional[str] = ..., original_path: _Optional[str] = ..., etag: _Optional[str] = ..., origin_type: _Optional[_Union[_data_connector_pb2.DataConnectionType, str]] = ..., original_modified_at_time: _Optional[_Union[_timestamp_pb2.Timestamp, _Mapping]] = ..., room_id: _Optional[str] = ..., org_id: _Optional[str] = ..., pipeline_id: _Optional[str] = ..., pipeline_input_name: _Optional[str] = ..., recent_events: _Optional[_Iterable[_Union[_event_pb2.Event, _Mapping]]] = ..., is_terminal: bool = ..., created_at: _Optional[_Union[_timestamp_pb2.Timestamp, _Mapping]] = ...) -> None: ...
64
66
 
65
67
  class Source(_message.Message):
66
68
  __slots__ = ("id", "name", "table_op_graph", "room_id", "org_id", "pipeline_id", "created_at", "prop_table_op_graph")
@@ -14,15 +14,17 @@ _sym_db = _symbol_database.Default()
14
14
 
15
15
 
16
16
 
17
- DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\"corvic/orm/v1/data_connector.proto\x12\rcorvic.orm.v1\"K\n\rS3Credentials\x12\"\n\raccess_key_id\x18\x01 \x01(\tR\x0b\x61\x63\x63\x65ssKeyId\x12\x16\n\x06region\x18\x02 \x01(\tR\x06region\"B\n\x0eGCSCredentials\x12\x30\n\x14service_account_json\x18\x01 \x01(\tR\x12serviceAccountJson\"x\n\x14\x41zureBlobCredentials\x12\x1f\n\x0b\x61\x63\x63ount_url\x18\x01 \x01(\tR\naccountUrl\x12?\n\x0bsecret_type\x18\x02 \x01(\x0e\x32\x1e.corvic.orm.v1.AzureSecretTypeR\nsecretType\"\x96\x02\n\x17\x44\x61taConnectorParameters\x12\x45\n\x0es3_credentials\x18\x01 \x01(\x0b\x32\x1c.corvic.orm.v1.S3CredentialsH\x00R\rs3Credentials\x12H\n\x0fgcs_credentials\x18\x02 \x01(\x0b\x32\x1d.corvic.orm.v1.GCSCredentialsH\x00R\x0egcsCredentials\x12[\n\x16\x61zure_blob_credentials\x18\x03 \x01(\x0b\x32#.corvic.orm.v1.AzureBlobCredentialsH\x00R\x14\x61zureBlobCredentialsB\r\n\x0b\x63redentials*\x8d\x01\n\x0f\x41zureSecretType\x12!\n\x1d\x41ZURE_SECRET_TYPE_UNSPECIFIED\x10\x00\x12(\n$AZURE_SECRET_TYPE_ACCOUNT_ACCESS_KEY\x10\x01\x12-\n)AZURE_SECRET_TYPE_SHARED_ACCESS_SIGNATURE\x10\x02\x62\x06proto3')
17
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\"corvic/orm/v1/data_connector.proto\x12\rcorvic.orm.v1\"K\n\rS3Credentials\x12\"\n\raccess_key_id\x18\x01 \x01(\tR\x0b\x61\x63\x63\x65ssKeyId\x12\x16\n\x06region\x18\x02 \x01(\tR\x06region\"B\n\x0eGCSCredentials\x12\x30\n\x14service_account_json\x18\x01 \x01(\tR\x12serviceAccountJson\"x\n\x14\x41zureBlobCredentials\x12\x1f\n\x0b\x61\x63\x63ount_url\x18\x01 \x01(\tR\naccountUrl\x12?\n\x0bsecret_type\x18\x02 \x01(\x0e\x32\x1e.corvic.orm.v1.AzureSecretTypeR\nsecretType\"\x96\x02\n\x17\x44\x61taConnectorParameters\x12\x45\n\x0es3_credentials\x18\x01 \x01(\x0b\x32\x1c.corvic.orm.v1.S3CredentialsH\x00R\rs3Credentials\x12H\n\x0fgcs_credentials\x18\x02 \x01(\x0b\x32\x1d.corvic.orm.v1.GCSCredentialsH\x00R\x0egcsCredentials\x12[\n\x16\x61zure_blob_credentials\x18\x03 \x01(\x0b\x32#.corvic.orm.v1.AzureBlobCredentialsH\x00R\x14\x61zureBlobCredentialsB\r\n\x0b\x63redentials\"K\n\x12\x44\x61taConnectionInfo\x12\x35\n\x04type\x18\x01 \x01(\x0e\x32!.corvic.orm.v1.DataConnectionTypeR\x04type*\x8d\x01\n\x0f\x41zureSecretType\x12!\n\x1d\x41ZURE_SECRET_TYPE_UNSPECIFIED\x10\x00\x12(\n$AZURE_SECRET_TYPE_ACCOUNT_ACCESS_KEY\x10\x01\x12-\n)AZURE_SECRET_TYPE_SHARED_ACCESS_SIGNATURE\x10\x02*\xfd\x01\n\x12\x44\x61taConnectionType\x12$\n DATA_CONNECTION_TYPE_UNSPECIFIED\x10\x00\x12$\n DATA_CONNECTION_TYPE_FILE_UPLOAD\x10\x01\x12\"\n\x1e\x44\x41TA_CONNECTION_TYPE_WEB_CRAWL\x10\x02\x12%\n!DATA_CONNECTION_TYPE_S3_CONNECTOR\x10\x03\x12&\n\"DATA_CONNECTION_TYPE_GCS_CONNECTOR\x10\x04\x12(\n$DATA_CONNECTION_TYPE_AZURE_CONNECTOR\x10\x05\x62\x06proto3')
18
18
 
19
19
  _globals = globals()
20
20
  _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
21
21
  _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'corvic.orm.v1.data_connector_pb2', _globals)
22
22
  if _descriptor._USE_C_DESCRIPTORS == False:
23
23
  DESCRIPTOR._options = None
24
- _globals['_AZURESECRETTYPE']._serialized_start=602
25
- _globals['_AZURESECRETTYPE']._serialized_end=743
24
+ _globals['_AZURESECRETTYPE']._serialized_start=679
25
+ _globals['_AZURESECRETTYPE']._serialized_end=820
26
+ _globals['_DATACONNECTIONTYPE']._serialized_start=823
27
+ _globals['_DATACONNECTIONTYPE']._serialized_end=1076
26
28
  _globals['_S3CREDENTIALS']._serialized_start=53
27
29
  _globals['_S3CREDENTIALS']._serialized_end=128
28
30
  _globals['_GCSCREDENTIALS']._serialized_start=130
@@ -31,4 +33,6 @@ if _descriptor._USE_C_DESCRIPTORS == False:
31
33
  _globals['_AZUREBLOBCREDENTIALS']._serialized_end=318
32
34
  _globals['_DATACONNECTORPARAMETERS']._serialized_start=321
33
35
  _globals['_DATACONNECTORPARAMETERS']._serialized_end=599
36
+ _globals['_DATACONNECTIONINFO']._serialized_start=601
37
+ _globals['_DATACONNECTIONINFO']._serialized_end=676
34
38
  # @@protoc_insertion_point(module_scope)
@@ -10,9 +10,24 @@ class AzureSecretType(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
10
10
  AZURE_SECRET_TYPE_UNSPECIFIED: _ClassVar[AzureSecretType]
11
11
  AZURE_SECRET_TYPE_ACCOUNT_ACCESS_KEY: _ClassVar[AzureSecretType]
12
12
  AZURE_SECRET_TYPE_SHARED_ACCESS_SIGNATURE: _ClassVar[AzureSecretType]
13
+
14
+ class DataConnectionType(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
15
+ __slots__ = ()
16
+ DATA_CONNECTION_TYPE_UNSPECIFIED: _ClassVar[DataConnectionType]
17
+ DATA_CONNECTION_TYPE_FILE_UPLOAD: _ClassVar[DataConnectionType]
18
+ DATA_CONNECTION_TYPE_WEB_CRAWL: _ClassVar[DataConnectionType]
19
+ DATA_CONNECTION_TYPE_S3_CONNECTOR: _ClassVar[DataConnectionType]
20
+ DATA_CONNECTION_TYPE_GCS_CONNECTOR: _ClassVar[DataConnectionType]
21
+ DATA_CONNECTION_TYPE_AZURE_CONNECTOR: _ClassVar[DataConnectionType]
13
22
  AZURE_SECRET_TYPE_UNSPECIFIED: AzureSecretType
14
23
  AZURE_SECRET_TYPE_ACCOUNT_ACCESS_KEY: AzureSecretType
15
24
  AZURE_SECRET_TYPE_SHARED_ACCESS_SIGNATURE: AzureSecretType
25
+ DATA_CONNECTION_TYPE_UNSPECIFIED: DataConnectionType
26
+ DATA_CONNECTION_TYPE_FILE_UPLOAD: DataConnectionType
27
+ DATA_CONNECTION_TYPE_WEB_CRAWL: DataConnectionType
28
+ DATA_CONNECTION_TYPE_S3_CONNECTOR: DataConnectionType
29
+ DATA_CONNECTION_TYPE_GCS_CONNECTOR: DataConnectionType
30
+ DATA_CONNECTION_TYPE_AZURE_CONNECTOR: DataConnectionType
16
31
 
17
32
  class S3Credentials(_message.Message):
18
33
  __slots__ = ("access_key_id", "region")
@@ -45,3 +60,9 @@ class DataConnectorParameters(_message.Message):
45
60
  gcs_credentials: GCSCredentials
46
61
  azure_blob_credentials: AzureBlobCredentials
47
62
  def __init__(self, s3_credentials: _Optional[_Union[S3Credentials, _Mapping]] = ..., gcs_credentials: _Optional[_Union[GCSCredentials, _Mapping]] = ..., azure_blob_credentials: _Optional[_Union[AzureBlobCredentials, _Mapping]] = ...) -> None: ...
63
+
64
+ class DataConnectionInfo(_message.Message):
65
+ __slots__ = ("type",)
66
+ TYPE_FIELD_NUMBER: _ClassVar[int]
67
+ type: DataConnectionType
68
+ def __init__(self, type: _Optional[_Union[DataConnectionType, str]] = ...) -> None: ...
@@ -1,53 +0,0 @@
1
- # -*- coding: utf-8 -*-
2
- # Generated by the protocol buffer compiler. DO NOT EDIT!
3
- # source: corvic/model/v1alpha/models.proto
4
- # Protobuf Python Version: 4.25.8
5
- """Generated protocol buffer code."""
6
- from google.protobuf import descriptor as _descriptor
7
- from google.protobuf import descriptor_pool as _descriptor_pool
8
- from google.protobuf import symbol_database as _symbol_database
9
- from google.protobuf.internal import builder as _builder
10
- # @@protoc_insertion_point(imports)
11
-
12
- _sym_db = _symbol_database.Default()
13
-
14
-
15
- from corvic_generated.orm.v1 import data_connector_pb2 as corvic_dot_orm_dot_v1_dot_data__connector__pb2
16
- from corvic_generated.orm.v1 import feature_view_pb2 as corvic_dot_orm_dot_v1_dot_feature__view__pb2
17
- from corvic_generated.orm.v1 import pipeline_pb2 as corvic_dot_orm_dot_v1_dot_pipeline__pb2
18
- from corvic_generated.orm.v1 import space_pb2 as corvic_dot_orm_dot_v1_dot_space__pb2
19
- from corvic_generated.orm.v1 import table_pb2 as corvic_dot_orm_dot_v1_dot_table__pb2
20
- from corvic_generated.status.v1 import event_pb2 as corvic_dot_status_dot_v1_dot_event__pb2
21
- from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
22
-
23
-
24
- DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n!corvic/model/v1alpha/models.proto\x12\x14\x63orvic.model.v1alpha\x1a\"corvic/orm/v1/data_connector.proto\x1a corvic/orm/v1/feature_view.proto\x1a\x1c\x63orvic/orm/v1/pipeline.proto\x1a\x19\x63orvic/orm/v1/space.proto\x1a\x19\x63orvic/orm/v1/table.proto\x1a\x1c\x63orvic/status/v1/event.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\x90\x01\n\x04Room\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x12\n\x04name\x18\x02 \x01(\tR\x04name\x12\x15\n\x06org_id\x18\x03 \x01(\tR\x05orgId\x12>\n\ncreated_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x00R\tcreatedAt\x88\x01\x01\x42\r\n\x0b_created_at\"\x87\x05\n\x08Resource\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x12\n\x04name\x18\x02 \x01(\tR\x04name\x12 \n\x0b\x64\x65scription\x18\x03 \x01(\tR\x0b\x64\x65scription\x12\x1b\n\tmime_type\x18\x04 \x01(\tR\x08mimeType\x12\x10\n\x03url\x18\x05 \x01(\tR\x03url\x12\x12\n\x04size\x18\x06 \x01(\x04R\x04size\x12\x10\n\x03md5\x18\x07 \x01(\tR\x03md5\x12#\n\roriginal_path\x18\x08 \x01(\tR\x0coriginalPath\x12\x12\n\x04\x65tag\x18\x11 \x01(\tR\x04\x65tag\x12Z\n\x19original_modified_at_time\x18\x12 \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x00R\x16originalModifiedAtTime\x88\x01\x01\x12\x17\n\x07room_id\x18\t \x01(\tR\x06roomId\x12\x15\n\x06org_id\x18\x0b \x01(\tR\x05orgId\x12\x1f\n\x0bpipeline_id\x18\r \x01(\tR\npipelineId\x12.\n\x13pipeline_input_name\x18\x0f \x01(\tR\x11pipelineInputName\x12<\n\rrecent_events\x18\x0e \x03(\x0b\x32\x17.corvic.status.v1.EventR\x0crecentEvents\x12\x1f\n\x0bis_terminal\x18\x10 \x01(\x08R\nisTerminal\x12>\n\ncreated_at\x18\x0c \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x01R\tcreatedAt\x88\x01\x01\x42\x1c\n\x1a_original_modified_at_timeB\r\n\x0b_created_at\"\xfc\x02\n\x06Source\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x12\n\x04name\x18\x02 \x01(\tR\x04name\x12\x43\n\x0etable_op_graph\x18\x03 \x01(\x0b\x32\x1d.corvic.orm.v1.TableComputeOpR\x0ctableOpGraph\x12\x17\n\x07room_id\x18\x04 \x01(\tR\x06roomId\x12\x15\n\x06org_id\x18\x06 \x01(\tR\x05orgId\x12\x1f\n\x0bpipeline_id\x18\x08 \x01(\tR\npipelineId\x12>\n\ncreated_at\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x00R\tcreatedAt\x88\x01\x01\x12Q\n\x13prop_table_op_graph\x18\t \x01(\x0b\x32\x1d.corvic.orm.v1.TableComputeOpH\x01R\x10propTableOpGraph\x88\x01\x01\x42\r\n\x0b_created_atB\x16\n\x14_prop_table_op_graph\"\xe9\x03\n\x08Pipeline\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x12\n\x04name\x18\x02 \x01(\tR\x04name\x12 \n\x0b\x64\x65scription\x18\t \x01(\tR\x0b\x64\x65scription\x12\x17\n\x07room_id\x18\x03 \x01(\tR\x06roomId\x12X\n\x0esource_outputs\x18\x05 \x03(\x0b\x32\x31.corvic.model.v1alpha.Pipeline.SourceOutputsEntryR\rsourceOutputs\x12^\n\x17pipeline_transformation\x18\x06 \x01(\x0b\x32%.corvic.orm.v1.PipelineTransformationR\x16pipelineTransformation\x12\x15\n\x06org_id\x18\x07 \x01(\tR\x05orgId\x12>\n\ncreated_at\x18\x08 \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x00R\tcreatedAt\x88\x01\x01\x1a^\n\x12SourceOutputsEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x32\n\x05value\x18\x02 \x01(\x0b\x32\x1c.corvic.model.v1alpha.SourceR\x05value:\x02\x38\x01\x42\r\n\x0b_created_at\"\xca\x02\n\x11\x46\x65\x61tureViewSource\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x34\n\x06source\x18\x02 \x01(\x0b\x32\x1c.corvic.model.v1alpha.SourceR\x06source\x12\x43\n\x0etable_op_graph\x18\x03 \x01(\x0b\x32\x1d.corvic.orm.v1.TableComputeOpR\x0ctableOpGraph\x12+\n\x11\x64rop_disconnected\x18\x04 \x01(\x08R\x10\x64ropDisconnected\x12\x15\n\x06org_id\x18\x05 \x01(\tR\x05orgId\x12>\n\ncreated_at\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x00R\tcreatedAt\x88\x01\x01\x12\x17\n\x07room_id\x18\x07 \x01(\tR\x06roomIdB\r\n\x0b_created_at\"\x9c\x03\n\x0b\x46\x65\x61tureView\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x12\n\x04name\x18\x02 \x01(\tR\x04name\x12 \n\x0b\x64\x65scription\x18\x03 \x01(\tR\x0b\x64\x65scription\x12\x17\n\x07room_id\x18\x04 \x01(\tR\x06roomId\x12P\n\x13\x66\x65\x61ture_view_output\x18\x05 \x01(\x0b\x32 .corvic.orm.v1.FeatureViewOutputR\x11\x66\x65\x61tureViewOutput\x12Y\n\x14\x66\x65\x61ture_view_sources\x18\x06 \x03(\x0b\x32\'.corvic.model.v1alpha.FeatureViewSourceR\x12\x66\x65\x61tureViewSources\x12\x1b\n\tspace_ids\x18\x07 \x03(\tR\x08spaceIds\x12\x15\n\x06org_id\x18\x08 \x01(\tR\x05orgId\x12>\n\ncreated_at\x18\t \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x00R\tcreatedAt\x88\x01\x01\x42\r\n\x0b_created_at\"\xfa\x02\n\x05Space\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x12\n\x04name\x18\x02 \x01(\tR\x04name\x12 \n\x0b\x64\x65scription\x18\x03 \x01(\tR\x0b\x64\x65scription\x12\x17\n\x07room_id\x18\x04 \x01(\tR\x06roomId\x12I\n\x10space_parameters\x18\x05 \x01(\x0b\x32\x1e.corvic.orm.v1.SpaceParametersR\x0fspaceParameters\x12\x44\n\x0c\x66\x65\x61ture_view\x18\x06 \x01(\x0b\x32!.corvic.model.v1alpha.FeatureViewR\x0b\x66\x65\x61tureView\x12\x1b\n\tauto_sync\x18\t \x01(\x08R\x08\x61utoSync\x12\x15\n\x06org_id\x18\x07 \x01(\tR\x05orgId\x12>\n\ncreated_at\x18\x08 \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x00R\tcreatedAt\x88\x01\x01\x42\r\n\x0b_created_at\"\x87\x04\n\rDataConnector\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x12\n\x04name\x18\x02 \x01(\tR\x04name\x12\x15\n\x06org_id\x18\x03 \x01(\tR\x05orgId\x12\x46\n\nparameters\x18\x04 \x01(\x0b\x32&.corvic.orm.v1.DataConnectorParametersR\nparameters\x12\x1b\n\tbase_path\x18\x05 \x01(\tR\x08\x62\x61sePath\x12\x1d\n\nsecret_key\x18\x06 \x01(\tR\tsecretKey\x12Q\n\x14last_validation_time\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x00R\x12lastValidationTime\x88\x01\x01\x12]\n\x1alast_successful_validation\x18\x08 \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x01R\x18lastSuccessfulValidation\x88\x01\x01\x12>\n\ncreated_at\x18\t \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x02R\tcreatedAt\x88\x01\x01\x42\x17\n\x15_last_validation_timeB\x1d\n\x1b_last_successful_validationB\r\n\x0b_created_at\"\xdd\x03\n\x16PipelineDataConnection\x12\x1f\n\x0bpipeline_id\x18\x01 \x01(\tR\npipelineId\x12J\n\x0e\x64\x61ta_connector\x18\x02 \x01(\x0b\x32#.corvic.model.v1alpha.DataConnectorR\rdataConnector\x12\x17\n\x07room_id\x18\x03 \x01(\tR\x06roomId\x12\x15\n\x06org_id\x18\x04 \x01(\tR\x05orgId\x12\x16\n\x06prefix\x18\x05 \x01(\tR\x06prefix\x12\x12\n\x04glob\x18\x06 \x01(\tR\x04glob\x12J\n\x13last_ingestion_time\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\x11lastIngestionTime\x12_\n\x1elast_successful_ingestion_time\x18\x08 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\x1blastSuccessfulIngestionTime\x12>\n\ncreated_at\x18\t \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x00R\tcreatedAt\x88\x01\x01\x42\r\n\x0b_created_atb\x06proto3')
25
-
26
- _globals = globals()
27
- _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
28
- _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'corvic.model.v1alpha.models_pb2', _globals)
29
- if _descriptor._USE_C_DESCRIPTORS == False:
30
- DESCRIPTOR._options = None
31
- _globals['_PIPELINE_SOURCEOUTPUTSENTRY']._options = None
32
- _globals['_PIPELINE_SOURCEOUTPUTSENTRY']._serialized_options = b'8\001'
33
- _globals['_ROOM']._serialized_start=277
34
- _globals['_ROOM']._serialized_end=421
35
- _globals['_RESOURCE']._serialized_start=424
36
- _globals['_RESOURCE']._serialized_end=1071
37
- _globals['_SOURCE']._serialized_start=1074
38
- _globals['_SOURCE']._serialized_end=1454
39
- _globals['_PIPELINE']._serialized_start=1457
40
- _globals['_PIPELINE']._serialized_end=1946
41
- _globals['_PIPELINE_SOURCEOUTPUTSENTRY']._serialized_start=1837
42
- _globals['_PIPELINE_SOURCEOUTPUTSENTRY']._serialized_end=1931
43
- _globals['_FEATUREVIEWSOURCE']._serialized_start=1949
44
- _globals['_FEATUREVIEWSOURCE']._serialized_end=2279
45
- _globals['_FEATUREVIEW']._serialized_start=2282
46
- _globals['_FEATUREVIEW']._serialized_end=2694
47
- _globals['_SPACE']._serialized_start=2697
48
- _globals['_SPACE']._serialized_end=3075
49
- _globals['_DATACONNECTOR']._serialized_start=3078
50
- _globals['_DATACONNECTOR']._serialized_end=3597
51
- _globals['_PIPELINEDATACONNECTION']._serialized_start=3600
52
- _globals['_PIPELINEDATACONNECTION']._serialized_end=4077
53
- # @@protoc_insertion_point(module_scope)