qwak-core 0.4.278__py3-none-any.whl → 0.5.19__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.
Potentially problematic release.
This version of qwak-core might be problematic. Click here for more details.
- _qwak_proto/jfml/hosting_gateway/v1/build_upload_url_pb2.py +8 -23
- _qwak_proto/jfml/hosting_gateway/v1/hosting_gateway_service_pb2.py +10 -27
- _qwak_proto/qwak/administration/account/v1/account_pb2.py +25 -88
- _qwak_proto/qwak/administration/account/v1/account_pb2.pyi +21 -2
- _qwak_proto/qwak/administration/account/v1/account_service_pb2.py +42 -187
- _qwak_proto/qwak/administration/account/v1/jfrog_tenant_details_pb2.py +26 -114
- _qwak_proto/qwak/administration/account/v1/personalization_pb2.py +8 -24
- _qwak_proto/qwak/administration/account/v1/preferences_pb2.py +6 -14
- _qwak_proto/qwak/administration/account/v1/terms_pb2.py +14 -54
- _qwak_proto/qwak/administration/authenticated_user/v1/authenticated_user_service_pb2.py +18 -67
- _qwak_proto/qwak/administration/authenticated_user/v1/credentials_pb2.py +8 -24
- _qwak_proto/qwak/administration/authenticated_user/v1/credentials_pb2.pyi +1 -1
- _qwak_proto/qwak/administration/authenticated_user/v1/details_pb2.py +14 -54
- _qwak_proto/qwak/administration/cluster/v2/cluster_pb2.py +38 -173
- _qwak_proto/qwak/administration/runtime_configuration/v0/container_registry_config_pb2.py +32 -0
- _qwak_proto/qwak/administration/runtime_configuration/v0/container_registry_config_pb2.pyi +65 -0
- _qwak_proto/qwak/administration/runtime_configuration/v0/container_registry_config_pb2_grpc.py +4 -0
- _qwak_proto/qwak/administration/runtime_configuration/v0/creds/auth_pb2.py +6 -14
- _qwak_proto/qwak/administration/runtime_configuration/v0/creds/secret_pb2.py +8 -24
- _qwak_proto/qwak/administration/runtime_configuration/v0/data_catalog_config_pb2.py +13 -35
- _qwak_proto/qwak/administration/runtime_configuration/v0/data_catalog_config_pb2.pyi +24 -3
- _qwak_proto/qwak/administration/runtime_configuration/v0/external/databricks/auth_pb2.py +34 -0
- _qwak_proto/qwak/administration/runtime_configuration/v0/external/databricks/auth_pb2.pyi +97 -0
- _qwak_proto/qwak/administration/runtime_configuration/v0/external/databricks/auth_pb2_grpc.py +4 -0
- _qwak_proto/qwak/administration/runtime_configuration/v0/external/elasticsearch_config_pb2.py +6 -14
- _qwak_proto/qwak/administration/runtime_configuration/v0/external/kafka_config_pb2.py +12 -44
- _qwak_proto/qwak/administration/runtime_configuration/v0/external/prometheus_config_pb2.py +9 -15
- _qwak_proto/qwak/administration/runtime_configuration/v0/external/prometheus_config_pb2.pyi +29 -0
- _qwak_proto/qwak/administration/runtime_configuration/v0/external/redis_config_pb2.py +6 -14
- _qwak_proto/qwak/administration/runtime_configuration/v0/external/victoriametrics_config_pb2.py +8 -15
- _qwak_proto/qwak/administration/runtime_configuration/v0/external/victoriametrics_config_pb2.pyi +16 -0
- _qwak_proto/qwak/administration/runtime_configuration/v0/feature_store_config_pb2.py +10 -34
- _qwak_proto/qwak/administration/runtime_configuration/v0/hosting/aws/auth_pb2.py +42 -0
- _qwak_proto/qwak/administration/runtime_configuration/v0/hosting/aws/auth_pb2.pyi +159 -0
- _qwak_proto/qwak/administration/runtime_configuration/v0/hosting/aws/auth_pb2_grpc.py +4 -0
- _qwak_proto/qwak/administration/runtime_configuration/v0/hosting/azure/auth_pb2.py +39 -0
- _qwak_proto/qwak/administration/runtime_configuration/v0/hosting/azure/auth_pb2.pyi +126 -0
- _qwak_proto/qwak/administration/runtime_configuration/v0/hosting/azure/auth_pb2_grpc.py +4 -0
- _qwak_proto/qwak/administration/runtime_configuration/v0/hosting_config_pb2.py +19 -55
- _qwak_proto/qwak/administration/runtime_configuration/v0/hosting_config_pb2.pyi +38 -6
- _qwak_proto/qwak/administration/runtime_configuration/v0/logs_storage_config_pb2.py +6 -14
- _qwak_proto/qwak/administration/runtime_configuration/v0/model_analytics_storage_config_pb2.py +6 -14
- _qwak_proto/qwak/administration/runtime_configuration/v0/network_config_pb2.py +14 -54
- _qwak_proto/qwak/administration/runtime_configuration/v0/object_storage_config_pb2.py +13 -35
- _qwak_proto/qwak/administration/runtime_configuration/v0/object_storage_config_pb2.pyi +26 -3
- _qwak_proto/qwak/administration/runtime_configuration/v0/observability_config_pb2.py +10 -34
- _qwak_proto/qwak/administration/runtime_configuration/v0/runtime_config_pb2.py +8 -15
- _qwak_proto/qwak/administration/runtime_configuration/v0/runtime_config_pb2.pyi +7 -2
- _qwak_proto/qwak/administration/runtime_configuration/v0/sql_engine_config_pb2.py +13 -35
- _qwak_proto/qwak/administration/runtime_configuration/v0/sql_engine_config_pb2.pyi +24 -3
- _qwak_proto/qwak/administration/v0/authentication/authentication_service_pb2.py +14 -47
- _qwak_proto/qwak/administration/v0/environments/configuration_pb2.py +20 -82
- _qwak_proto/qwak/administration/v0/environments/environment_pb2.py +12 -40
- _qwak_proto/qwak/administration/v0/environments/environment_service_pb2.py +36 -158
- _qwak_proto/qwak/administration/v0/environments/personalization_pb2.py +8 -24
- _qwak_proto/qwak/administration/v0/users/user_pb2.py +18 -71
- _qwak_proto/qwak/admiral/secret/v0/secret_pb2.py +29 -116
- _qwak_proto/qwak/admiral/secret/v0/secret_pb2.pyi +21 -2
- _qwak_proto/qwak/admiral/secret/v0/secret_service_pb2.py +18 -67
- _qwak_proto/qwak/admiral/secret/v0/system_secret_service_pb2.py +18 -67
- _qwak_proto/qwak/admiral/user_application_instance/v0/user_application_instance_pb2.py +38 -174
- _qwak_proto/qwak/admiral/user_application_instance/v0/user_application_instance_service_pb2.py +22 -87
- _qwak_proto/qwak/analytics/analytics_pb2.py +26 -121
- _qwak_proto/qwak/analytics/analytics_service_pb2.py +46 -207
- _qwak_proto/qwak/artifactory_settings/artifactory_settings_pb2.py +8 -24
- _qwak_proto/qwak/audience/v1/audience_api_pb2.py +30 -127
- _qwak_proto/qwak/audience/v1/audience_pb2.py +26 -113
- _qwak_proto/qwak/auto_scaling/v1/auto_scaling_pb2.py +18 -79
- _qwak_proto/qwak/auto_scaling/v1/auto_scaling_service_pb2.py +10 -27
- _qwak_proto/qwak/automation/v1/action_pb2.py +40 -180
- _qwak_proto/qwak/automation/v1/auto_scaling_pb2.py +18 -79
- _qwak_proto/qwak/automation/v1/automation_execution_pb2.py +12 -43
- _qwak_proto/qwak/automation/v1/automation_management_service_pb2.py +56 -258
- _qwak_proto/qwak/automation/v1/automation_pb2.py +11 -35
- _qwak_proto/qwak/automation/v1/automation_pb2.pyi +5 -1
- _qwak_proto/qwak/automation/v1/common_pb2.py +10 -35
- _qwak_proto/qwak/automation/v1/notification_pb2.py +16 -68
- _qwak_proto/qwak/automation/v1/trigger_pb2.py +14 -54
- _qwak_proto/qwak/batch_job/v1/batch_job_events_pb2.py +26 -116
- _qwak_proto/qwak/batch_job/v1/batch_job_resources_pb2.py +8 -26
- _qwak_proto/qwak/batch_job/v1/batch_job_service_pb2.py +119 -562
- _qwak_proto/qwak/batch_job/v1/batch_job_service_pb2.pyi +5 -1
- _qwak_proto/qwak/build/v1/build_api_pb2.py +86 -407
- _qwak_proto/qwak/build/v1/build_pb2.py +114 -549
- _qwak_proto/qwak/build_settings/build_settings_api_pb2.py +18 -67
- _qwak_proto/qwak/build_settings/build_settings_pb2.py +18 -74
- _qwak_proto/qwak/builds/build_pb2.py +46 -207
- _qwak_proto/qwak/builds/build_pb2.pyi +48 -3
- _qwak_proto/qwak/builds/build_url_pb2.py +26 -113
- _qwak_proto/qwak/builds/build_values_pb2.py +82 -0
- _qwak_proto/qwak/builds/build_values_pb2.pyi +559 -0
- _qwak_proto/qwak/builds/build_values_pb2_grpc.py +4 -0
- _qwak_proto/qwak/builds/builds_orchestrator_service_pb2.py +87 -270
- _qwak_proto/qwak/builds/builds_orchestrator_service_pb2.pyi +173 -0
- _qwak_proto/qwak/builds/builds_orchestrator_service_pb2_grpc.py +66 -0
- _qwak_proto/qwak/builds/builds_pb2.py +87 -528
- _qwak_proto/qwak/builds/builds_pb2.pyi +0 -191
- _qwak_proto/qwak/builds/builds_pb2_grpc.py +0 -233
- _qwak_proto/qwak/builds/internal_builds_orchestrator_service_pb2.py +12 -37
- _qwak_proto/qwak/data_versioning/data_versioning_pb2.py +8 -24
- _qwak_proto/qwak/data_versioning/data_versioning_service_pb2.py +14 -47
- _qwak_proto/qwak/deployment/alert_pb2.py +24 -108
- _qwak_proto/qwak/deployment/alert_service_pb2.py +30 -127
- _qwak_proto/qwak/deployment/deployment_messages_pb2.py +6 -14
- _qwak_proto/qwak/deployment/deployment_pb2.py +124 -588
- _qwak_proto/qwak/deployment/deployment_service_pb2.py +86 -419
- _qwak_proto/qwak/ecosystem/jfrog/v0/token_pb2.py +47 -165
- _qwak_proto/qwak/ecosystem/jfrog/v0/token_pb2.pyi +102 -3
- _qwak_proto/qwak/ecosystem/jfrog/v0/token_service_pb2.py +22 -87
- _qwak_proto/qwak/ecosystem/v0/auth_pb2.py +28 -0
- _qwak_proto/qwak/ecosystem/v0/auth_pb2.pyi +37 -0
- _qwak_proto/qwak/ecosystem/v0/auth_pb2_grpc.py +4 -0
- _qwak_proto/qwak/ecosystem/v0/azure_credentials_pb2.py +37 -0
- _qwak_proto/qwak/ecosystem/v0/azure_credentials_pb2.pyi +117 -0
- _qwak_proto/qwak/ecosystem/v0/azure_credentials_pb2_grpc.py +4 -0
- _qwak_proto/qwak/ecosystem/v0/credentials_pb2.py +12 -35
- _qwak_proto/qwak/ecosystem/v0/credentials_pb2.pyi +8 -3
- _qwak_proto/qwak/ecosystem/v0/ecosystem_pb2.py +30 -138
- _qwak_proto/qwak/ecosystem/v0/ecosystem_runtime_service_pb2.py +52 -237
- _qwak_proto/qwak/execution/v1/backfill_pb2.py +18 -74
- _qwak_proto/qwak/execution/v1/batch_pb2.py +10 -34
- _qwak_proto/qwak/execution/v1/deletion_pb2.py +12 -44
- _qwak_proto/qwak/execution/v1/execution_pb2.py +16 -69
- _qwak_proto/qwak/execution/v1/execution_service_pb2.py +64 -298
- _qwak_proto/qwak/execution/v1/internal/deployment/platform_details_pb2.py +6 -14
- _qwak_proto/qwak/execution/v1/jobs/job_pb2.py +18 -76
- _qwak_proto/qwak/execution/v1/jobs/job_service_pb2.py +54 -247
- _qwak_proto/qwak/execution/v1/jobs/reports/report_pb2.py +20 -84
- _qwak_proto/qwak/execution/v1/state/execution_state_pb2.py +6 -14
- _qwak_proto/qwak/execution/v1/state/execution_state_service_pb2.py +30 -127
- _qwak_proto/qwak/execution/v1/state/featureset_state_pb2.py +6 -14
- _qwak_proto/qwak/execution/v1/state/spark_execution_state_pb2.py +14 -68
- _qwak_proto/qwak/execution/v1/streaming_aggregation_pb2.py +22 -55
- _qwak_proto/qwak/execution/v1/streaming_aggregation_pb2.pyi +71 -1
- _qwak_proto/qwak/execution/v1/streaming_pb2.py +12 -44
- _qwak_proto/qwak/feature_store/entities/entity_pb2.py +16 -57
- _qwak_proto/qwak/feature_store/entities/entity_service_pb2.py +30 -127
- _qwak_proto/qwak/feature_store/features/aggregation_pb2.py +38 -175
- _qwak_proto/qwak/feature_store/features/deployment_pb2.py +36 -167
- _qwak_proto/qwak/feature_store/features/deployment_service_pb2.py +10 -27
- _qwak_proto/qwak/feature_store/features/execution_pb2.py +14 -56
- _qwak_proto/qwak/feature_store/features/feature_set_attribute_pb2.py +6 -14
- _qwak_proto/qwak/feature_store/features/feature_set_pb2.py +35 -156
- _qwak_proto/qwak/feature_store/features/feature_set_pb2.pyi +9 -1
- _qwak_proto/qwak/feature_store/features/feature_set_service_pb2.py +97 -440
- _qwak_proto/qwak/feature_store/features/feature_set_service_pb2.pyi +25 -0
- _qwak_proto/qwak/feature_store/features/feature_set_service_pb2_grpc.py +34 -0
- _qwak_proto/qwak/feature_store/features/feature_set_state_pb2.py +38 -181
- _qwak_proto/qwak/feature_store/features/feature_set_state_service_pb2.py +26 -107
- _qwak_proto/qwak/feature_store/features/feature_set_types_pb2.py +77 -347
- _qwak_proto/qwak/feature_store/features/feature_set_types_pb2.pyi +7 -2
- _qwak_proto/qwak/feature_store/features/monitoring_pb2.py +10 -34
- _qwak_proto/qwak/feature_store/features/real_time_feature_extractor_pb2.py +32 -143
- _qwak_proto/qwak/feature_store/jobs/job_pb2.py +12 -46
- _qwak_proto/qwak/feature_store/jobs/job_service_pb2.py +30 -127
- _qwak_proto/qwak/feature_store/jobs/v1/job_pb2.py +12 -45
- _qwak_proto/qwak/feature_store/jobs/v1/job_service_pb2.py +42 -187
- _qwak_proto/qwak/feature_store/platform/platform_details_pb2.py +8 -24
- _qwak_proto/qwak/feature_store/reports/report_pb2.py +14 -53
- _qwak_proto/qwak/feature_store/repository/common/platform_pb2.py +10 -34
- _qwak_proto/qwak/feature_store/serving/management_pb2.py +14 -47
- _qwak_proto/qwak/feature_store/serving/metadata_pb2.py +12 -44
- _qwak_proto/qwak/feature_store/serving/serving_pb2.py +50 -222
- _qwak_proto/qwak/feature_store/serving/v1/value_pb2.py +8 -24
- _qwak_proto/qwak/feature_store/sinks/sink_pb2.py +14 -54
- _qwak_proto/qwak/feature_store/sources/batch_pb2.py +79 -335
- _qwak_proto/qwak/feature_store/sources/batch_pb2.pyi +99 -7
- _qwak_proto/qwak/feature_store/sources/data_source_attribute_pb2.py +6 -14
- _qwak_proto/qwak/feature_store/sources/data_source_pb2.py +15 -55
- _qwak_proto/qwak/feature_store/sources/data_source_pb2.pyi +5 -1
- _qwak_proto/qwak/feature_store/sources/data_source_service_pb2.py +39 -148
- _qwak_proto/qwak/feature_store/sources/data_source_service_pb2.pyi +25 -0
- _qwak_proto/qwak/feature_store/sources/data_source_service_pb2_grpc.py +34 -0
- _qwak_proto/qwak/feature_store/sources/streaming_pb2.py +34 -146
- _qwak_proto/qwak/feature_store/v1/common/jfrog_artifact/jfrog_artifact_pb2.py +6 -14
- _qwak_proto/qwak/feature_store/v1/common/source_code/source_code_pb2.py +10 -34
- _qwak_proto/qwak/feature_store/v1/internal/data_source/data_source_service_pb2.py +16 -58
- _qwak_proto/qwak/feature_store/v1/internal/featureset/featureset_token_service_pb2.py +10 -27
- _qwak_proto/qwak/features_operator/v1/features_operator_pb2.py +14 -54
- _qwak_proto/qwak/features_operator/v1/features_operator_service_pb2.py +14 -47
- _qwak_proto/qwak/features_operator/v2/features_operator_pb2.py +16 -64
- _qwak_proto/qwak/features_operator/v2/features_operator_service_pb2.py +12 -37
- _qwak_proto/qwak/features_operator/v3/features_operator_async_service_pb2.py +26 -107
- _qwak_proto/qwak/features_operator/v3/features_operator_pb2.py +16 -64
- _qwak_proto/qwak/file_versioning/file_versioning_pb2.py +10 -33
- _qwak_proto/qwak/file_versioning/file_versioning_service_pb2.py +14 -47
- _qwak_proto/qwak/fitness_service/constructs_pb2.py +23 -100
- _qwak_proto/qwak/fitness_service/constructs_pb2.pyi +24 -0
- _qwak_proto/qwak/fitness_service/fitness_pb2.py +7 -34
- _qwak_proto/qwak/fitness_service/fitness_pb2.pyi +0 -93
- _qwak_proto/qwak/fitness_service/status_pb2.py +17 -108
- _qwak_proto/qwak/fitness_service/status_pb2.pyi +1 -121
- _qwak_proto/qwak/inference/feedback/feedback_pb2.py +28 -96
- _qwak_proto/qwak/instance_template/instance_template_pb2.py +13 -41
- _qwak_proto/qwak/instance_template/instance_template_pb2.pyi +4 -1
- _qwak_proto/qwak/instance_template/instance_template_service_pb2.py +14 -47
- _qwak_proto/qwak/integration/hugging_face_integration_pb2.py +16 -64
- _qwak_proto/qwak/integration/integration_pb2.py +28 -126
- _qwak_proto/qwak/integration/integration_service_pb2.py +34 -147
- _qwak_proto/qwak/integration/open_a_i_integration_pb2.py +16 -64
- _qwak_proto/qwak/integration/opsgenie_integration_pb2.py +20 -82
- _qwak_proto/qwak/integration/pagerduty_integration_pb2.py +24 -104
- _qwak_proto/qwak/integration/slack_app_integration_pb2.py +24 -104
- _qwak_proto/qwak/kube_deployment_captain/alert_pb2.py +22 -97
- _qwak_proto/qwak/kube_deployment_captain/alerting_pb2.py +12 -44
- _qwak_proto/qwak/kube_deployment_captain/batch_job_pb2.py +70 -323
- _qwak_proto/qwak/kube_deployment_captain/batch_job_pb2.pyi +20 -5
- _qwak_proto/qwak/kube_deployment_captain/deployment_pb2.py +44 -167
- _qwak_proto/qwak/kube_deployment_captain/feature_set_deployment_pb2.py +32 -144
- _qwak_proto/qwak/kube_deployment_captain/kube_deployment_captain_service_pb2.py +108 -519
- _qwak_proto/qwak/kube_deployment_captain/traffic_mapping_pb2.py +8 -24
- _qwak_proto/qwak/logging/log_filter_pb2.py +12 -44
- _qwak_proto/qwak/logging/log_line_pb2.py +8 -25
- _qwak_proto/qwak/logging/log_reader_service_pb2.py +10 -27
- _qwak_proto/qwak/logging/log_source_pb2.py +30 -134
- _qwak_proto/qwak/model_descriptor/open_ai_descriptor_pb2.py +18 -74
- _qwak_proto/qwak/model_group/model_group_pb2.py +25 -48
- _qwak_proto/qwak/model_group/model_group_pb2.pyi +88 -0
- _qwak_proto/qwak/model_group/model_group_pb2_grpc.py +70 -0
- _qwak_proto/qwak/model_group/model_group_repository_details_pb2.py +23 -75
- _qwak_proto/qwak/model_group/model_group_repository_details_pb2.pyi +44 -6
- _qwak_proto/qwak/models/models_pb2.py +99 -406
- _qwak_proto/qwak/models/models_pb2.pyi +86 -0
- _qwak_proto/qwak/models/models_pb2_grpc.py +34 -0
- _qwak_proto/qwak/models/models_query_pb2.py +16 -56
- _qwak_proto/qwak/models/models_query_pb2.pyi +4 -4
- _qwak_proto/qwak/monitoring/v0/alerting_channel_management_service_pb2.py +30 -127
- _qwak_proto/qwak/monitoring/v0/alerting_channel_pb2.py +34 -152
- _qwak_proto/qwak/monitoring/v0/alerting_channel_sync_service_pb2.py +14 -47
- _qwak_proto/qwak/offline/serving/v1/feature_values_pb2.py +6 -14
- _qwak_proto/qwak/offline/serving/v1/offline_serving_async_service_pb2.py +30 -123
- _qwak_proto/qwak/offline/serving/v1/options_pb2.py +6 -14
- _qwak_proto/qwak/offline/serving/v1/population_pb2.py +14 -54
- _qwak_proto/qwak/projects/jfrog_project_spec_pb2.py +6 -14
- _qwak_proto/qwak/projects/projects_pb2.py +50 -192
- _qwak_proto/qwak/projects/projects_pb2.pyi +35 -0
- _qwak_proto/qwak/prompt/v1/prompt/prompt_manager_service_pb2.py +54 -247
- _qwak_proto/qwak/prompt/v1/prompt/prompt_pb2.py +46 -214
- _qwak_proto/qwak/secret_service/secret_service_pb2.py +18 -67
- _qwak_proto/qwak/secret_service/secret_service_pb2.pyi +1 -1
- _qwak_proto/qwak/self_service/account/v0/account_membership_pb2.py +24 -106
- _qwak_proto/qwak/self_service/account/v0/account_membership_service_pb2.py +50 -227
- _qwak_proto/qwak/self_service/account/v0/account_status_pb2.py +16 -65
- _qwak_proto/qwak/self_service/account/v0/managing_account_pb2.py +37 -132
- _qwak_proto/qwak/self_service/account/v0/managing_account_pb2.pyi +40 -2
- _qwak_proto/qwak/self_service/account/v0/managing_account_service_pb2.py +22 -87
- _qwak_proto/qwak/self_service/user/v1/api_key_pb2.py +6 -14
- _qwak_proto/qwak/self_service/user/v1/user_pb2.py +6 -14
- _qwak_proto/qwak/self_service/user/v1/user_service_pb2.py +30 -121
- _qwak_proto/qwak/service_discovery/service_discovery_location_pb2.py +12 -44
- _qwak_proto/qwak/service_discovery/service_discovery_location_service_pb2.py +10 -27
- _qwak_proto/qwak/traffic/v1/traffic_api_pb2.py +22 -87
- _qwak_proto/qwak/traffic/v1/traffic_pb2.py +26 -113
- _qwak_proto/qwak/user_application/common/v0/resources_pb2.py +31 -139
- _qwak_proto/qwak/user_application/common/v0/resources_pb2.pyi +24 -0
- _qwak_proto/qwak/user_application/v0/user_application_pb2.py +11 -44
- _qwak_proto/qwak/user_application/v0/user_application_pb2.pyi +6 -0
- _qwak_proto/qwak/vectors/v1/collection/collection_pb2.py +24 -106
- _qwak_proto/qwak/vectors/v1/collection/collection_service_pb2.py +38 -167
- _qwak_proto/qwak/vectors/v1/collection/event/collection_event_pb2.py +6 -14
- _qwak_proto/qwak/vectors/v1/filters_pb2.py +30 -134
- _qwak_proto/qwak/vectors/v1/vector_pb2.py +14 -54
- _qwak_proto/qwak/vectors/v1/vector_service_pb2.py +26 -107
- _qwak_proto/qwak/workspace/workspace_pb2.py +22 -107
- _qwak_proto/qwak/workspace/workspace_service_pb2.py +62 -287
- qwak/__init__.py +1 -1
- qwak/automations/automations.py +3 -0
- qwak/clients/feature_store/execution_management_client.py +28 -0
- qwak/clients/feature_store/management_client.py +156 -206
- qwak/clients/feature_store/operator_client.py +19 -1
- qwak/clients/logging_client/client.py +13 -18
- qwak/clients/model_management/client.py +0 -5
- qwak/clients/project/client.py +0 -7
- qwak/exceptions/__init__.py +1 -0
- qwak/exceptions/qwak_grpc_address_exception.py +9 -0
- qwak/feature_store/_common/artifact_utils.py +10 -8
- qwak/feature_store/_common/packaging.py +39 -21
- qwak/feature_store/_common/source_code_spec.py +61 -11
- qwak/feature_store/_common/source_code_spec_factory.py +63 -10
- qwak/feature_store/data_sources/__init__.py +2 -0
- qwak/feature_store/data_sources/base.py +11 -7
- qwak/feature_store/data_sources/batch/snowflake.py +34 -8
- qwak/feature_store/data_sources/batch/unity_catalog.py +107 -0
- qwak/feature_store/execution/streaming_backfill.py +48 -0
- qwak/feature_store/feature_sets/base_feature_set.py +1 -0
- qwak/feature_store/feature_sets/streaming.py +84 -63
- qwak/feature_store/feature_sets/streaming_backfill.py +88 -124
- qwak/feature_store/online/client.py +20 -4
- qwak/feature_store/validations/validation_decorators.py +70 -0
- qwak/feature_store/validations/validation_response.py +3 -1
- qwak/feature_store/validations/validator.py +11 -3
- qwak/inner/build_logic/interface/context_interface.py +4 -0
- qwak/inner/build_logic/phases/phase_010_fetch_model/post_fetch_validation_step.py +1 -1
- qwak/inner/const.py +2 -6
- qwak/inner/di_configuration/__init__.py +1 -69
- qwak/inner/di_configuration/account.py +18 -63
- qwak/inner/di_configuration/containers.py +5 -1
- qwak/inner/di_configuration/dependency_wiring.py +98 -0
- qwak/inner/tool/auth.py +10 -80
- qwak/inner/tool/grpc/grpc_auth.py +0 -32
- qwak/inner/tool/grpc/grpc_tools.py +125 -11
- qwak/inner/tool/grpc/grpc_try_wrapping.py +140 -3
- qwak/llmops/generation/chat/openai/types/chat/chat_completion.py +24 -6
- qwak/llmops/generation/chat/openai/types/chat/chat_completion_chunk.py +44 -8
- qwak/llmops/generation/chat/openai/types/chat/chat_completion_message.py +6 -3
- qwak/qwak_client/client.py +2 -13
- qwak/vector_store/rest_helpers.py +4 -16
- qwak_core-0.5.19.dist-info/METADATA +48 -0
- {qwak_core-0.4.278.dist-info → qwak_core-0.5.19.dist-info}/RECORD +316 -334
- qwak_services_mock/mocks/execution_management_service.py +9 -1
- qwak_services_mock/mocks/feature_store_data_sources_manager_api.py +55 -13
- qwak_services_mock/mocks/feature_store_entities_manager_api.py +31 -29
- qwak_services_mock/mocks/features_operator_v3_service.py +20 -0
- qwak_services_mock/mocks/qwak_mocks.py +0 -2
- qwak_services_mock/services_mock.py +1 -11
- _qwak_proto/qwak/fitness_service/fitness_service_pb2.py +0 -110
- _qwak_proto/qwak/fitness_service/fitness_service_pb2.pyi +0 -121
- _qwak_proto/qwak/fitness_service/fitness_service_pb2_grpc.py +0 -169
- frogml_storage/__init__.py +0 -1
- frogml_storage/artifactory/__init__.py +0 -1
- frogml_storage/artifactory/_artifactory_api.py +0 -315
- frogml_storage/authentication/login/__init__.py +0 -1
- frogml_storage/authentication/login/_login_cli.py +0 -239
- frogml_storage/authentication/login/_login_command.py +0 -74
- frogml_storage/authentication/models/__init__.py +0 -3
- frogml_storage/authentication/models/_auth.py +0 -24
- frogml_storage/authentication/models/_auth_config.py +0 -70
- frogml_storage/authentication/models/_login.py +0 -22
- frogml_storage/authentication/utils/__init__.py +0 -17
- frogml_storage/authentication/utils/_authentication_utils.py +0 -281
- frogml_storage/authentication/utils/_login_checks_utils.py +0 -114
- frogml_storage/base_storage.py +0 -140
- frogml_storage/constants.py +0 -56
- frogml_storage/exceptions/checksum_verification_error.py +0 -3
- frogml_storage/exceptions/validation_error.py +0 -4
- frogml_storage/frog_ml.py +0 -668
- frogml_storage/http/__init__.py +0 -1
- frogml_storage/http/http_client.py +0 -83
- frogml_storage/logging/__init__.py +0 -1
- frogml_storage/logging/_log_config.py +0 -45
- frogml_storage/logging/log_utils.py +0 -21
- frogml_storage/models/__init__.py +0 -1
- frogml_storage/models/_download_context.py +0 -54
- frogml_storage/models/dataset_manifest.py +0 -13
- frogml_storage/models/entity_manifest.py +0 -93
- frogml_storage/models/frogml_dataset_version.py +0 -21
- frogml_storage/models/frogml_entity_type_info.py +0 -50
- frogml_storage/models/frogml_entity_version.py +0 -34
- frogml_storage/models/frogml_model_version.py +0 -21
- frogml_storage/models/model_manifest.py +0 -60
- frogml_storage/models/serialization_metadata.py +0 -15
- frogml_storage/utils/__init__.py +0 -12
- frogml_storage/utils/_environment.py +0 -21
- frogml_storage/utils/_input_checks_utility.py +0 -104
- frogml_storage/utils/_storage_utils.py +0 -15
- frogml_storage/utils/_url_utils.py +0 -27
- qwak/clients/build_management/__init__.py +0 -1
- qwak/clients/build_management/client.py +0 -114
- qwak_core-0.4.278.dist-info/METADATA +0 -415
- qwak_services_mock/mocks/build_management.py +0 -100
- {qwak_core-0.4.278.dist-info → qwak_core-0.5.19.dist-info}/WHEEL +0 -0
|
@@ -2,12 +2,10 @@
|
|
|
2
2
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
3
|
# source: qwak/execution/v1/jobs/job.proto
|
|
4
4
|
"""Generated protocol buffer code."""
|
|
5
|
-
from google.protobuf.internal import enum_type_wrapper
|
|
6
5
|
from google.protobuf import descriptor as _descriptor
|
|
7
6
|
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
8
|
-
from google.protobuf import message as _message
|
|
9
|
-
from google.protobuf import reflection as _reflection
|
|
10
7
|
from google.protobuf import symbol_database as _symbol_database
|
|
8
|
+
from google.protobuf.internal import builder as _builder
|
|
11
9
|
# @@protoc_insertion_point(imports)
|
|
12
10
|
|
|
13
11
|
_sym_db = _symbol_database.Default()
|
|
@@ -19,83 +17,27 @@ from _qwak_proto.qwak.execution.v1 import backfill_pb2 as qwak_dot_execution_dot
|
|
|
19
17
|
|
|
20
18
|
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n qwak/execution/v1/jobs/job.proto\x12$qwak.feature.store.execution.v1.jobs\x1a\x1fgoogle/protobuf/timestamp.proto\x1a qwak/execution/v1/backfill.proto\"\xc0\x05\n\tJobRecord\x12\x0e\n\x06job_id\x18\x01 \x01(\t\x12\x17\n\rlegacy_run_id\x18\x02 \x01(\x03H\x00\x12\x16\n\x0c\x65xecution_id\x18\x03 \x01(\tH\x00\x12\x17\n\x0f\x66\x65\x61tureset_name\x18\x04 \x01(\t\x12\x15\n\rfeatureset_id\x18\x05 \x01(\t\x12\x16\n\x0e\x65nvironment_id\x18\x06 \x01(\t\x12\x12\n\naccount_id\x18\x07 \x01(\t\x12\x43\n\njob_status\x18\x08 \x01(\x0e\x32/.qwak.feature.store.execution.v1.jobs.JobStatus\x12\x31\n\rcreation_time\x18\t \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12.\n\nstart_time\x18\n \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12,\n\x08\x65nd_time\x18\x0b \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12G\n\x0cjob_metadata\x18\x0c \x01(\x0b\x32\x31.qwak.feature.store.execution.v1.jobs.JobMetadata\x12R\n\njob_labels\x18\r \x03(\x0b\x32>.qwak.feature.store.execution.v1.jobs.JobRecord.JobLabelsEntry\x12\x0c\n\x04\x63ode\x18\x0e \x01(\t\x12H\n\x04info\x18\x0f \x01(\x0b\x32\x38.qwak.feature.store.execution.v1.jobs.FailureInformationH\x01\x1a\x30\n\x0eJobLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x42\t\n\x07\x65xec_idB\x0e\n\x0c\x66\x61ilure_info\"\xea\x01\n\x0bJobMetadata\x12`\n\x18\x62\x61tch_ingestion_metadata\x18\x01 \x01(\x0b\x32<.qwak.feature.store.execution.v1.jobs.BatchIngestionMetadataH\x00\x12h\n!batch_backfill_ingestion_metadata\x18\x02 \x01(\x0b\x32;.qwak.feature.store.execution.v1.jobs.BatchBackfillMetadataH\x00\x42\x0f\n\rmetadata_type\"\xe7\x01\n\x16\x42\x61tchIngestionMetadata\x12<\n\x18ingested_data_start_time\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12:\n\x16ingested_data_end_time\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x19\n\x11num_affected_rows\x18\x03 \x01(\x03\x12\x38\n\x14\x62\x61tch_execution_date\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\"\xd6\x03\n\x15\x42\x61tchBackfillMetadata\x12\x19\n\x11num_interval_rows\x18\x01 \x01(\x03\x12\x44\n\rbackfill_spec\x18\x02 \x01(\x0b\x32-.qwak.feature.store.execution.v1.BackfillSpec\x12\x19\n\x11num_affected_rows\x18\x03 \x01(\x03\x12\x41\n\x1doffline_processing_start_time\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12?\n\x1boffline_processing_end_time\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12@\n\x1conline_processing_start_time\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12>\n\x1aonline_processing_end_time\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12;\n\x17last_batch_logical_date\x18\x08 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\"b\n\x12\x46\x61ilureInformation\x12\x1e\n\x16original_error_message\x18\x01 \x01(\t\x12\x11\n\x07message\x18\x02 \x01(\tH\x00\x42\x19\n\x17\x66ormatted_error_message*\xac\x01\n\tJobStatus\x12\x16\n\x12JOB_STATUS_INVALID\x10\x00\x12\x18\n\x14JOB_STATUS_COMPLETED\x10\x03\x12\x15\n\x11JOB_STATUS_FAILED\x10\x04\x12\x18\n\x14JOB_STATUS_TOO_EARLY\x10\x05\x12\x1d\n\x19LEGACY_JOB_STATUS_RUNNING\x10\x06\x12\x1d\n\x19LEGACY_JOB_STATUS_PENDING\x10\x07\x42G\n*com.qwak.ai.features.execution.api.v1.jobsP\x01Z\x17qwak/fsexecution;fsjobsb\x06proto3')
|
|
21
19
|
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
JOB_STATUS_COMPLETED = 3
|
|
26
|
-
JOB_STATUS_FAILED = 4
|
|
27
|
-
JOB_STATUS_TOO_EARLY = 5
|
|
28
|
-
LEGACY_JOB_STATUS_RUNNING = 6
|
|
29
|
-
LEGACY_JOB_STATUS_PENDING = 7
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
_JOBRECORD = DESCRIPTOR.message_types_by_name['JobRecord']
|
|
33
|
-
_JOBRECORD_JOBLABELSENTRY = _JOBRECORD.nested_types_by_name['JobLabelsEntry']
|
|
34
|
-
_JOBMETADATA = DESCRIPTOR.message_types_by_name['JobMetadata']
|
|
35
|
-
_BATCHINGESTIONMETADATA = DESCRIPTOR.message_types_by_name['BatchIngestionMetadata']
|
|
36
|
-
_BATCHBACKFILLMETADATA = DESCRIPTOR.message_types_by_name['BatchBackfillMetadata']
|
|
37
|
-
_FAILUREINFORMATION = DESCRIPTOR.message_types_by_name['FailureInformation']
|
|
38
|
-
JobRecord = _reflection.GeneratedProtocolMessageType('JobRecord', (_message.Message,), {
|
|
39
|
-
|
|
40
|
-
'JobLabelsEntry' : _reflection.GeneratedProtocolMessageType('JobLabelsEntry', (_message.Message,), {
|
|
41
|
-
'DESCRIPTOR' : _JOBRECORD_JOBLABELSENTRY,
|
|
42
|
-
'__module__' : 'qwak.execution.v1.jobs.job_pb2'
|
|
43
|
-
# @@protoc_insertion_point(class_scope:qwak.feature.store.execution.v1.jobs.JobRecord.JobLabelsEntry)
|
|
44
|
-
})
|
|
45
|
-
,
|
|
46
|
-
'DESCRIPTOR' : _JOBRECORD,
|
|
47
|
-
'__module__' : 'qwak.execution.v1.jobs.job_pb2'
|
|
48
|
-
# @@protoc_insertion_point(class_scope:qwak.feature.store.execution.v1.jobs.JobRecord)
|
|
49
|
-
})
|
|
50
|
-
_sym_db.RegisterMessage(JobRecord)
|
|
51
|
-
_sym_db.RegisterMessage(JobRecord.JobLabelsEntry)
|
|
52
|
-
|
|
53
|
-
JobMetadata = _reflection.GeneratedProtocolMessageType('JobMetadata', (_message.Message,), {
|
|
54
|
-
'DESCRIPTOR' : _JOBMETADATA,
|
|
55
|
-
'__module__' : 'qwak.execution.v1.jobs.job_pb2'
|
|
56
|
-
# @@protoc_insertion_point(class_scope:qwak.feature.store.execution.v1.jobs.JobMetadata)
|
|
57
|
-
})
|
|
58
|
-
_sym_db.RegisterMessage(JobMetadata)
|
|
59
|
-
|
|
60
|
-
BatchIngestionMetadata = _reflection.GeneratedProtocolMessageType('BatchIngestionMetadata', (_message.Message,), {
|
|
61
|
-
'DESCRIPTOR' : _BATCHINGESTIONMETADATA,
|
|
62
|
-
'__module__' : 'qwak.execution.v1.jobs.job_pb2'
|
|
63
|
-
# @@protoc_insertion_point(class_scope:qwak.feature.store.execution.v1.jobs.BatchIngestionMetadata)
|
|
64
|
-
})
|
|
65
|
-
_sym_db.RegisterMessage(BatchIngestionMetadata)
|
|
66
|
-
|
|
67
|
-
BatchBackfillMetadata = _reflection.GeneratedProtocolMessageType('BatchBackfillMetadata', (_message.Message,), {
|
|
68
|
-
'DESCRIPTOR' : _BATCHBACKFILLMETADATA,
|
|
69
|
-
'__module__' : 'qwak.execution.v1.jobs.job_pb2'
|
|
70
|
-
# @@protoc_insertion_point(class_scope:qwak.feature.store.execution.v1.jobs.BatchBackfillMetadata)
|
|
71
|
-
})
|
|
72
|
-
_sym_db.RegisterMessage(BatchBackfillMetadata)
|
|
73
|
-
|
|
74
|
-
FailureInformation = _reflection.GeneratedProtocolMessageType('FailureInformation', (_message.Message,), {
|
|
75
|
-
'DESCRIPTOR' : _FAILUREINFORMATION,
|
|
76
|
-
'__module__' : 'qwak.execution.v1.jobs.job_pb2'
|
|
77
|
-
# @@protoc_insertion_point(class_scope:qwak.feature.store.execution.v1.jobs.FailureInformation)
|
|
78
|
-
})
|
|
79
|
-
_sym_db.RegisterMessage(FailureInformation)
|
|
80
|
-
|
|
20
|
+
_globals = globals()
|
|
21
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
22
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.execution.v1.jobs.job_pb2', _globals)
|
|
81
23
|
if _descriptor._USE_C_DESCRIPTORS == False:
|
|
82
24
|
|
|
83
25
|
DESCRIPTOR._options = None
|
|
84
26
|
DESCRIPTOR._serialized_options = b'\n*com.qwak.ai.features.execution.api.v1.jobsP\001Z\027qwak/fsexecution;fsjobs'
|
|
85
27
|
_JOBRECORD_JOBLABELSENTRY._options = None
|
|
86
28
|
_JOBRECORD_JOBLABELSENTRY._serialized_options = b'8\001'
|
|
87
|
-
_JOBSTATUS._serialized_start=1893
|
|
88
|
-
_JOBSTATUS._serialized_end=2065
|
|
89
|
-
_JOBRECORD._serialized_start=142
|
|
90
|
-
_JOBRECORD._serialized_end=846
|
|
91
|
-
_JOBRECORD_JOBLABELSENTRY._serialized_start=771
|
|
92
|
-
_JOBRECORD_JOBLABELSENTRY._serialized_end=819
|
|
93
|
-
_JOBMETADATA._serialized_start=849
|
|
94
|
-
_JOBMETADATA._serialized_end=1083
|
|
95
|
-
_BATCHINGESTIONMETADATA._serialized_start=1086
|
|
96
|
-
_BATCHINGESTIONMETADATA._serialized_end=1317
|
|
97
|
-
_BATCHBACKFILLMETADATA._serialized_start=1320
|
|
98
|
-
_BATCHBACKFILLMETADATA._serialized_end=1790
|
|
99
|
-
_FAILUREINFORMATION._serialized_start=1792
|
|
100
|
-
_FAILUREINFORMATION._serialized_end=1890
|
|
29
|
+
_globals['_JOBSTATUS']._serialized_start=1893
|
|
30
|
+
_globals['_JOBSTATUS']._serialized_end=2065
|
|
31
|
+
_globals['_JOBRECORD']._serialized_start=142
|
|
32
|
+
_globals['_JOBRECORD']._serialized_end=846
|
|
33
|
+
_globals['_JOBRECORD_JOBLABELSENTRY']._serialized_start=771
|
|
34
|
+
_globals['_JOBRECORD_JOBLABELSENTRY']._serialized_end=819
|
|
35
|
+
_globals['_JOBMETADATA']._serialized_start=849
|
|
36
|
+
_globals['_JOBMETADATA']._serialized_end=1083
|
|
37
|
+
_globals['_BATCHINGESTIONMETADATA']._serialized_start=1086
|
|
38
|
+
_globals['_BATCHINGESTIONMETADATA']._serialized_end=1317
|
|
39
|
+
_globals['_BATCHBACKFILLMETADATA']._serialized_start=1320
|
|
40
|
+
_globals['_BATCHBACKFILLMETADATA']._serialized_end=1790
|
|
41
|
+
_globals['_FAILUREINFORMATION']._serialized_start=1792
|
|
42
|
+
_globals['_FAILUREINFORMATION']._serialized_end=1890
|
|
101
43
|
# @@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()
|
|
@@ -18,253 +17,61 @@ from _qwak_proto.qwak.execution.v1.jobs import job_pb2 as qwak_dot_execution_dot
|
|
|
18
17
|
|
|
19
18
|
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n(qwak/execution/v1/jobs/job_service.proto\x12$qwak.feature.store.execution.v1.jobs\x1a\x1fgoogle/protobuf/timestamp.proto\x1a qwak/execution/v1/jobs/job.proto\"\\\n\x15\x41pplyJobRecordRequest\x12\x43\n\njob_record\x18\x01 \x01(\x0b\x32/.qwak.feature.store.execution.v1.jobs.JobRecord\"\x18\n\x16\x41pplyJobRecordResponse\".\n\x15InitPaginationRequest\x12\x15\n\rfeatureset_id\x18\x01 \x01(\t\"E\n\x16InitPaginationResponse\x12\x14\n\x0crecord_count\x18\x01 \x01(\x03\x12\x15\n\rmax_record_id\x18\x02 \x01(\x03\"g\n\x0fListJobsRequest\x12\x15\n\rfeatureset_id\x18\x01 \x01(\t\x12\x11\n\tpage_size\x18\x02 \x01(\x05\x12\x13\n\x0bpage_number\x18\x03 \x01(\x05\x12\x15\n\rmax_record_id\x18\x04 \x01(\x03\"X\n\x10ListJobsResponse\x12\x44\n\x0bjob_records\x18\x01 \x03(\x0b\x32/.qwak.feature.store.execution.v1.jobs.JobRecord\":\n\"InitPaginationByExecutionIdRequest\x12\x14\n\x0c\x65xecution_id\x18\x01 \x01(\t\"R\n#InitPaginationByExecutionIdResponse\x12\x14\n\x0crecord_count\x18\x01 \x01(\x03\x12\x15\n\rmax_record_id\x18\x02 \x01(\x03\"s\n\x1cListJobsByExecutionIdRequest\x12\x14\n\x0c\x65xecution_id\x18\x01 \x01(\t\x12\x11\n\tpage_size\x18\x02 \x01(\x05\x12\x13\n\x0bpage_number\x18\x03 \x01(\x05\x12\x15\n\rmax_record_id\x18\x04 \x01(\x03\"e\n\x1dListJobsByExecutionIdResponse\x12\x44\n\x0bjob_records\x18\x01 \x03(\x0b\x32/.qwak.feature.store.execution.v1.jobs.JobRecord\"4\n\x1b\x44\x65leteFeaturesetJobsRequest\x12\x15\n\rfeatureset_id\x18\x01 \x01(\t\"@\n\x1c\x44\x65leteFeaturesetJobsResponse\x12 \n\x18\x64\x65leted_job_record_count\x18\x01 \x01(\x03\"D\n+GetLatestSuccessfulJobByFeaturesetIdRequest\x12\x15\n\rfeatureset_id\x18\x01 \x01(\t\"\x88\x01\n,GetLatestSuccessfulJobByFeaturesetIdResponse\x12\x45\n\njob_record\x18\x01 \x01(\x0b\x32/.qwak.feature.store.execution.v1.jobs.JobRecordH\x00\x42\x11\n\x0fjob_record_resp\"-\n+GetAllFeaturesetLatestSuccessfulJobsRequest\"t\n,GetAllFeaturesetLatestSuccessfulJobsResponse\x12\x44\n\x0bjob_records\x18\x01 \x03(\x0b\x32/.qwak.feature.store.execution.v1.jobs.JobRecord\"\xa3\x01\n$GetAllFeaturesetJobsSummariesRequest\x12\x34\n\x10lower_time_bound\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x36\n\x10upper_time_bound\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x00\x42\r\n\x0bupper_bound\"|\n%GetAllFeaturesetJobsSummariesResponse\x12S\n\x0ejobs_summaries\x18\x01 \x03(\x0b\x32;.qwak.feature.store.execution.v1.jobs.FeaturesetJobsSummary\"K\n\x15\x46\x65\x61turesetJobsSummary\x12\x15\n\rfeatureset_id\x18\x01 \x01(\t\x12\x1b\n\x13total_affected_rows\x18\x02 \x01(\x03\":\n\"GetJobsSummaryByExecutionIdRequest\x12\x14\n\x0c\x65xecution_id\x18\x01 \x01(\t\"\x80\x02\n#GetJobsSummaryByExecutionIdResponse\x12\x14\n\x0c\x65xecution_id\x18\x01 \x01(\t\x12\x11\n\tjob_count\x18\x02 \x01(\x03\x12\x1b\n\x13total_affected_rows\x18\x03 \x01(\x03\x12I\n\x10\x66irst_job_record\x18\x04 \x01(\x0b\x32/.qwak.feature.store.execution.v1.jobs.JobRecord\x12H\n\x0flast_job_record\x18\x05 \x01(\x0b\x32/.qwak.feature.store.execution.v1.jobs.JobRecord\"=\n$GetJobSummariesByExecutionIdsRequest\x12\x15\n\rexecution_ids\x18\x01 \x03(\t\"\x80\x01\n%GetJobSummariesByExecutionIdsResponse\x12W\n\x13\x65xecution_summaries\x18\x01 \x03(\x0b\x32:.qwak.feature.store.execution.v1.jobs.ExecutionJobsSummary\"\xa4\x02\n\x14\x45xecutionJobsSummary\x12\x14\n\x0c\x65xecution_id\x18\x01 \x01(\t\x12\x11\n\tjob_count\x18\x02 \x01(\x03\x12\x1b\n\x13total_affected_rows\x18\x03 \x01(\x03\x12K\n\x10\x66irst_job_record\x18\x04 \x01(\x0b\x32/.qwak.feature.store.execution.v1.jobs.JobRecordH\x00\x12J\n\x0flast_job_record\x18\x05 \x01(\x0b\x32/.qwak.feature.store.execution.v1.jobs.JobRecordH\x01\x42\x16\n\x14\x66irst_job_record_optB\x15\n\x13last_job_record_opt2\xe6\x0e\n\nJobService\x12\x8b\x01\n\x0e\x41pplyJobRecord\x12;.qwak.feature.store.execution.v1.jobs.ApplyJobRecordRequest\x1a<.qwak.feature.store.execution.v1.jobs.ApplyJobRecordResponse\x12\x8b\x01\n\x0eInitPagination\x12;.qwak.feature.store.execution.v1.jobs.InitPaginationRequest\x1a<.qwak.feature.store.execution.v1.jobs.InitPaginationResponse\x12y\n\x08ListJobs\x12\x35.qwak.feature.store.execution.v1.jobs.ListJobsRequest\x1a\x36.qwak.feature.store.execution.v1.jobs.ListJobsResponse\x12\xb2\x01\n\x1bInitPaginationByExecutionId\x12H.qwak.feature.store.execution.v1.jobs.InitPaginationByExecutionIdRequest\x1aI.qwak.feature.store.execution.v1.jobs.InitPaginationByExecutionIdResponse\x12\xa0\x01\n\x15ListJobsByExecutionId\x12\x42.qwak.feature.store.execution.v1.jobs.ListJobsByExecutionIdRequest\x1a\x43.qwak.feature.store.execution.v1.jobs.ListJobsByExecutionIdResponse\x12\x9d\x01\n\x14\x44\x65leteFeaturesetJobs\x12\x41.qwak.feature.store.execution.v1.jobs.DeleteFeaturesetJobsRequest\x1a\x42.qwak.feature.store.execution.v1.jobs.DeleteFeaturesetJobsResponse\x12\xcd\x01\n$GetLatestSuccessfulJobByFeaturesetId\x12Q.qwak.feature.store.execution.v1.jobs.GetLatestSuccessfulJobByFeaturesetIdRequest\x1aR.qwak.feature.store.execution.v1.jobs.GetLatestSuccessfulJobByFeaturesetIdResponse\x12\xcd\x01\n$GetAllFeaturesetLatestSuccessfulJobs\x12Q.qwak.feature.store.execution.v1.jobs.GetAllFeaturesetLatestSuccessfulJobsRequest\x1aR.qwak.feature.store.execution.v1.jobs.GetAllFeaturesetLatestSuccessfulJobsResponse\x12\xb8\x01\n\x1dGetAllFeaturesetJobsSummaries\x12J.qwak.feature.store.execution.v1.jobs.GetAllFeaturesetJobsSummariesRequest\x1aK.qwak.feature.store.execution.v1.jobs.GetAllFeaturesetJobsSummariesResponse\x12\xb2\x01\n\x1bGetJobsSummaryByExecutionId\x12H.qwak.feature.store.execution.v1.jobs.GetJobsSummaryByExecutionIdRequest\x1aI.qwak.feature.store.execution.v1.jobs.GetJobsSummaryByExecutionIdResponse\x12\xb8\x01\n\x1dGetJobSummariesByExecutionIds\x12J.qwak.feature.store.execution.v1.jobs.GetJobSummariesByExecutionIdsRequest\x1aK.qwak.feature.store.execution.v1.jobs.GetJobSummariesByExecutionIdsResponseBG\n*com.qwak.ai.features.execution.api.v1.jobsP\x01Z\x17qwak/fsexecution;fsjobsb\x06proto3')
|
|
20
19
|
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
_APPLYJOBRECORDRESPONSE = DESCRIPTOR.message_types_by_name['ApplyJobRecordResponse']
|
|
25
|
-
_INITPAGINATIONREQUEST = DESCRIPTOR.message_types_by_name['InitPaginationRequest']
|
|
26
|
-
_INITPAGINATIONRESPONSE = DESCRIPTOR.message_types_by_name['InitPaginationResponse']
|
|
27
|
-
_LISTJOBSREQUEST = DESCRIPTOR.message_types_by_name['ListJobsRequest']
|
|
28
|
-
_LISTJOBSRESPONSE = DESCRIPTOR.message_types_by_name['ListJobsResponse']
|
|
29
|
-
_INITPAGINATIONBYEXECUTIONIDREQUEST = DESCRIPTOR.message_types_by_name['InitPaginationByExecutionIdRequest']
|
|
30
|
-
_INITPAGINATIONBYEXECUTIONIDRESPONSE = DESCRIPTOR.message_types_by_name['InitPaginationByExecutionIdResponse']
|
|
31
|
-
_LISTJOBSBYEXECUTIONIDREQUEST = DESCRIPTOR.message_types_by_name['ListJobsByExecutionIdRequest']
|
|
32
|
-
_LISTJOBSBYEXECUTIONIDRESPONSE = DESCRIPTOR.message_types_by_name['ListJobsByExecutionIdResponse']
|
|
33
|
-
_DELETEFEATURESETJOBSREQUEST = DESCRIPTOR.message_types_by_name['DeleteFeaturesetJobsRequest']
|
|
34
|
-
_DELETEFEATURESETJOBSRESPONSE = DESCRIPTOR.message_types_by_name['DeleteFeaturesetJobsResponse']
|
|
35
|
-
_GETLATESTSUCCESSFULJOBBYFEATURESETIDREQUEST = DESCRIPTOR.message_types_by_name['GetLatestSuccessfulJobByFeaturesetIdRequest']
|
|
36
|
-
_GETLATESTSUCCESSFULJOBBYFEATURESETIDRESPONSE = DESCRIPTOR.message_types_by_name['GetLatestSuccessfulJobByFeaturesetIdResponse']
|
|
37
|
-
_GETALLFEATURESETLATESTSUCCESSFULJOBSREQUEST = DESCRIPTOR.message_types_by_name['GetAllFeaturesetLatestSuccessfulJobsRequest']
|
|
38
|
-
_GETALLFEATURESETLATESTSUCCESSFULJOBSRESPONSE = DESCRIPTOR.message_types_by_name['GetAllFeaturesetLatestSuccessfulJobsResponse']
|
|
39
|
-
_GETALLFEATURESETJOBSSUMMARIESREQUEST = DESCRIPTOR.message_types_by_name['GetAllFeaturesetJobsSummariesRequest']
|
|
40
|
-
_GETALLFEATURESETJOBSSUMMARIESRESPONSE = DESCRIPTOR.message_types_by_name['GetAllFeaturesetJobsSummariesResponse']
|
|
41
|
-
_FEATURESETJOBSSUMMARY = DESCRIPTOR.message_types_by_name['FeaturesetJobsSummary']
|
|
42
|
-
_GETJOBSSUMMARYBYEXECUTIONIDREQUEST = DESCRIPTOR.message_types_by_name['GetJobsSummaryByExecutionIdRequest']
|
|
43
|
-
_GETJOBSSUMMARYBYEXECUTIONIDRESPONSE = DESCRIPTOR.message_types_by_name['GetJobsSummaryByExecutionIdResponse']
|
|
44
|
-
_GETJOBSUMMARIESBYEXECUTIONIDSREQUEST = DESCRIPTOR.message_types_by_name['GetJobSummariesByExecutionIdsRequest']
|
|
45
|
-
_GETJOBSUMMARIESBYEXECUTIONIDSRESPONSE = DESCRIPTOR.message_types_by_name['GetJobSummariesByExecutionIdsResponse']
|
|
46
|
-
_EXECUTIONJOBSSUMMARY = DESCRIPTOR.message_types_by_name['ExecutionJobsSummary']
|
|
47
|
-
ApplyJobRecordRequest = _reflection.GeneratedProtocolMessageType('ApplyJobRecordRequest', (_message.Message,), {
|
|
48
|
-
'DESCRIPTOR' : _APPLYJOBRECORDREQUEST,
|
|
49
|
-
'__module__' : 'qwak.execution.v1.jobs.job_service_pb2'
|
|
50
|
-
# @@protoc_insertion_point(class_scope:qwak.feature.store.execution.v1.jobs.ApplyJobRecordRequest)
|
|
51
|
-
})
|
|
52
|
-
_sym_db.RegisterMessage(ApplyJobRecordRequest)
|
|
53
|
-
|
|
54
|
-
ApplyJobRecordResponse = _reflection.GeneratedProtocolMessageType('ApplyJobRecordResponse', (_message.Message,), {
|
|
55
|
-
'DESCRIPTOR' : _APPLYJOBRECORDRESPONSE,
|
|
56
|
-
'__module__' : 'qwak.execution.v1.jobs.job_service_pb2'
|
|
57
|
-
# @@protoc_insertion_point(class_scope:qwak.feature.store.execution.v1.jobs.ApplyJobRecordResponse)
|
|
58
|
-
})
|
|
59
|
-
_sym_db.RegisterMessage(ApplyJobRecordResponse)
|
|
60
|
-
|
|
61
|
-
InitPaginationRequest = _reflection.GeneratedProtocolMessageType('InitPaginationRequest', (_message.Message,), {
|
|
62
|
-
'DESCRIPTOR' : _INITPAGINATIONREQUEST,
|
|
63
|
-
'__module__' : 'qwak.execution.v1.jobs.job_service_pb2'
|
|
64
|
-
# @@protoc_insertion_point(class_scope:qwak.feature.store.execution.v1.jobs.InitPaginationRequest)
|
|
65
|
-
})
|
|
66
|
-
_sym_db.RegisterMessage(InitPaginationRequest)
|
|
67
|
-
|
|
68
|
-
InitPaginationResponse = _reflection.GeneratedProtocolMessageType('InitPaginationResponse', (_message.Message,), {
|
|
69
|
-
'DESCRIPTOR' : _INITPAGINATIONRESPONSE,
|
|
70
|
-
'__module__' : 'qwak.execution.v1.jobs.job_service_pb2'
|
|
71
|
-
# @@protoc_insertion_point(class_scope:qwak.feature.store.execution.v1.jobs.InitPaginationResponse)
|
|
72
|
-
})
|
|
73
|
-
_sym_db.RegisterMessage(InitPaginationResponse)
|
|
74
|
-
|
|
75
|
-
ListJobsRequest = _reflection.GeneratedProtocolMessageType('ListJobsRequest', (_message.Message,), {
|
|
76
|
-
'DESCRIPTOR' : _LISTJOBSREQUEST,
|
|
77
|
-
'__module__' : 'qwak.execution.v1.jobs.job_service_pb2'
|
|
78
|
-
# @@protoc_insertion_point(class_scope:qwak.feature.store.execution.v1.jobs.ListJobsRequest)
|
|
79
|
-
})
|
|
80
|
-
_sym_db.RegisterMessage(ListJobsRequest)
|
|
81
|
-
|
|
82
|
-
ListJobsResponse = _reflection.GeneratedProtocolMessageType('ListJobsResponse', (_message.Message,), {
|
|
83
|
-
'DESCRIPTOR' : _LISTJOBSRESPONSE,
|
|
84
|
-
'__module__' : 'qwak.execution.v1.jobs.job_service_pb2'
|
|
85
|
-
# @@protoc_insertion_point(class_scope:qwak.feature.store.execution.v1.jobs.ListJobsResponse)
|
|
86
|
-
})
|
|
87
|
-
_sym_db.RegisterMessage(ListJobsResponse)
|
|
88
|
-
|
|
89
|
-
InitPaginationByExecutionIdRequest = _reflection.GeneratedProtocolMessageType('InitPaginationByExecutionIdRequest', (_message.Message,), {
|
|
90
|
-
'DESCRIPTOR' : _INITPAGINATIONBYEXECUTIONIDREQUEST,
|
|
91
|
-
'__module__' : 'qwak.execution.v1.jobs.job_service_pb2'
|
|
92
|
-
# @@protoc_insertion_point(class_scope:qwak.feature.store.execution.v1.jobs.InitPaginationByExecutionIdRequest)
|
|
93
|
-
})
|
|
94
|
-
_sym_db.RegisterMessage(InitPaginationByExecutionIdRequest)
|
|
95
|
-
|
|
96
|
-
InitPaginationByExecutionIdResponse = _reflection.GeneratedProtocolMessageType('InitPaginationByExecutionIdResponse', (_message.Message,), {
|
|
97
|
-
'DESCRIPTOR' : _INITPAGINATIONBYEXECUTIONIDRESPONSE,
|
|
98
|
-
'__module__' : 'qwak.execution.v1.jobs.job_service_pb2'
|
|
99
|
-
# @@protoc_insertion_point(class_scope:qwak.feature.store.execution.v1.jobs.InitPaginationByExecutionIdResponse)
|
|
100
|
-
})
|
|
101
|
-
_sym_db.RegisterMessage(InitPaginationByExecutionIdResponse)
|
|
102
|
-
|
|
103
|
-
ListJobsByExecutionIdRequest = _reflection.GeneratedProtocolMessageType('ListJobsByExecutionIdRequest', (_message.Message,), {
|
|
104
|
-
'DESCRIPTOR' : _LISTJOBSBYEXECUTIONIDREQUEST,
|
|
105
|
-
'__module__' : 'qwak.execution.v1.jobs.job_service_pb2'
|
|
106
|
-
# @@protoc_insertion_point(class_scope:qwak.feature.store.execution.v1.jobs.ListJobsByExecutionIdRequest)
|
|
107
|
-
})
|
|
108
|
-
_sym_db.RegisterMessage(ListJobsByExecutionIdRequest)
|
|
109
|
-
|
|
110
|
-
ListJobsByExecutionIdResponse = _reflection.GeneratedProtocolMessageType('ListJobsByExecutionIdResponse', (_message.Message,), {
|
|
111
|
-
'DESCRIPTOR' : _LISTJOBSBYEXECUTIONIDRESPONSE,
|
|
112
|
-
'__module__' : 'qwak.execution.v1.jobs.job_service_pb2'
|
|
113
|
-
# @@protoc_insertion_point(class_scope:qwak.feature.store.execution.v1.jobs.ListJobsByExecutionIdResponse)
|
|
114
|
-
})
|
|
115
|
-
_sym_db.RegisterMessage(ListJobsByExecutionIdResponse)
|
|
116
|
-
|
|
117
|
-
DeleteFeaturesetJobsRequest = _reflection.GeneratedProtocolMessageType('DeleteFeaturesetJobsRequest', (_message.Message,), {
|
|
118
|
-
'DESCRIPTOR' : _DELETEFEATURESETJOBSREQUEST,
|
|
119
|
-
'__module__' : 'qwak.execution.v1.jobs.job_service_pb2'
|
|
120
|
-
# @@protoc_insertion_point(class_scope:qwak.feature.store.execution.v1.jobs.DeleteFeaturesetJobsRequest)
|
|
121
|
-
})
|
|
122
|
-
_sym_db.RegisterMessage(DeleteFeaturesetJobsRequest)
|
|
123
|
-
|
|
124
|
-
DeleteFeaturesetJobsResponse = _reflection.GeneratedProtocolMessageType('DeleteFeaturesetJobsResponse', (_message.Message,), {
|
|
125
|
-
'DESCRIPTOR' : _DELETEFEATURESETJOBSRESPONSE,
|
|
126
|
-
'__module__' : 'qwak.execution.v1.jobs.job_service_pb2'
|
|
127
|
-
# @@protoc_insertion_point(class_scope:qwak.feature.store.execution.v1.jobs.DeleteFeaturesetJobsResponse)
|
|
128
|
-
})
|
|
129
|
-
_sym_db.RegisterMessage(DeleteFeaturesetJobsResponse)
|
|
130
|
-
|
|
131
|
-
GetLatestSuccessfulJobByFeaturesetIdRequest = _reflection.GeneratedProtocolMessageType('GetLatestSuccessfulJobByFeaturesetIdRequest', (_message.Message,), {
|
|
132
|
-
'DESCRIPTOR' : _GETLATESTSUCCESSFULJOBBYFEATURESETIDREQUEST,
|
|
133
|
-
'__module__' : 'qwak.execution.v1.jobs.job_service_pb2'
|
|
134
|
-
# @@protoc_insertion_point(class_scope:qwak.feature.store.execution.v1.jobs.GetLatestSuccessfulJobByFeaturesetIdRequest)
|
|
135
|
-
})
|
|
136
|
-
_sym_db.RegisterMessage(GetLatestSuccessfulJobByFeaturesetIdRequest)
|
|
137
|
-
|
|
138
|
-
GetLatestSuccessfulJobByFeaturesetIdResponse = _reflection.GeneratedProtocolMessageType('GetLatestSuccessfulJobByFeaturesetIdResponse', (_message.Message,), {
|
|
139
|
-
'DESCRIPTOR' : _GETLATESTSUCCESSFULJOBBYFEATURESETIDRESPONSE,
|
|
140
|
-
'__module__' : 'qwak.execution.v1.jobs.job_service_pb2'
|
|
141
|
-
# @@protoc_insertion_point(class_scope:qwak.feature.store.execution.v1.jobs.GetLatestSuccessfulJobByFeaturesetIdResponse)
|
|
142
|
-
})
|
|
143
|
-
_sym_db.RegisterMessage(GetLatestSuccessfulJobByFeaturesetIdResponse)
|
|
144
|
-
|
|
145
|
-
GetAllFeaturesetLatestSuccessfulJobsRequest = _reflection.GeneratedProtocolMessageType('GetAllFeaturesetLatestSuccessfulJobsRequest', (_message.Message,), {
|
|
146
|
-
'DESCRIPTOR' : _GETALLFEATURESETLATESTSUCCESSFULJOBSREQUEST,
|
|
147
|
-
'__module__' : 'qwak.execution.v1.jobs.job_service_pb2'
|
|
148
|
-
# @@protoc_insertion_point(class_scope:qwak.feature.store.execution.v1.jobs.GetAllFeaturesetLatestSuccessfulJobsRequest)
|
|
149
|
-
})
|
|
150
|
-
_sym_db.RegisterMessage(GetAllFeaturesetLatestSuccessfulJobsRequest)
|
|
151
|
-
|
|
152
|
-
GetAllFeaturesetLatestSuccessfulJobsResponse = _reflection.GeneratedProtocolMessageType('GetAllFeaturesetLatestSuccessfulJobsResponse', (_message.Message,), {
|
|
153
|
-
'DESCRIPTOR' : _GETALLFEATURESETLATESTSUCCESSFULJOBSRESPONSE,
|
|
154
|
-
'__module__' : 'qwak.execution.v1.jobs.job_service_pb2'
|
|
155
|
-
# @@protoc_insertion_point(class_scope:qwak.feature.store.execution.v1.jobs.GetAllFeaturesetLatestSuccessfulJobsResponse)
|
|
156
|
-
})
|
|
157
|
-
_sym_db.RegisterMessage(GetAllFeaturesetLatestSuccessfulJobsResponse)
|
|
158
|
-
|
|
159
|
-
GetAllFeaturesetJobsSummariesRequest = _reflection.GeneratedProtocolMessageType('GetAllFeaturesetJobsSummariesRequest', (_message.Message,), {
|
|
160
|
-
'DESCRIPTOR' : _GETALLFEATURESETJOBSSUMMARIESREQUEST,
|
|
161
|
-
'__module__' : 'qwak.execution.v1.jobs.job_service_pb2'
|
|
162
|
-
# @@protoc_insertion_point(class_scope:qwak.feature.store.execution.v1.jobs.GetAllFeaturesetJobsSummariesRequest)
|
|
163
|
-
})
|
|
164
|
-
_sym_db.RegisterMessage(GetAllFeaturesetJobsSummariesRequest)
|
|
165
|
-
|
|
166
|
-
GetAllFeaturesetJobsSummariesResponse = _reflection.GeneratedProtocolMessageType('GetAllFeaturesetJobsSummariesResponse', (_message.Message,), {
|
|
167
|
-
'DESCRIPTOR' : _GETALLFEATURESETJOBSSUMMARIESRESPONSE,
|
|
168
|
-
'__module__' : 'qwak.execution.v1.jobs.job_service_pb2'
|
|
169
|
-
# @@protoc_insertion_point(class_scope:qwak.feature.store.execution.v1.jobs.GetAllFeaturesetJobsSummariesResponse)
|
|
170
|
-
})
|
|
171
|
-
_sym_db.RegisterMessage(GetAllFeaturesetJobsSummariesResponse)
|
|
172
|
-
|
|
173
|
-
FeaturesetJobsSummary = _reflection.GeneratedProtocolMessageType('FeaturesetJobsSummary', (_message.Message,), {
|
|
174
|
-
'DESCRIPTOR' : _FEATURESETJOBSSUMMARY,
|
|
175
|
-
'__module__' : 'qwak.execution.v1.jobs.job_service_pb2'
|
|
176
|
-
# @@protoc_insertion_point(class_scope:qwak.feature.store.execution.v1.jobs.FeaturesetJobsSummary)
|
|
177
|
-
})
|
|
178
|
-
_sym_db.RegisterMessage(FeaturesetJobsSummary)
|
|
179
|
-
|
|
180
|
-
GetJobsSummaryByExecutionIdRequest = _reflection.GeneratedProtocolMessageType('GetJobsSummaryByExecutionIdRequest', (_message.Message,), {
|
|
181
|
-
'DESCRIPTOR' : _GETJOBSSUMMARYBYEXECUTIONIDREQUEST,
|
|
182
|
-
'__module__' : 'qwak.execution.v1.jobs.job_service_pb2'
|
|
183
|
-
# @@protoc_insertion_point(class_scope:qwak.feature.store.execution.v1.jobs.GetJobsSummaryByExecutionIdRequest)
|
|
184
|
-
})
|
|
185
|
-
_sym_db.RegisterMessage(GetJobsSummaryByExecutionIdRequest)
|
|
186
|
-
|
|
187
|
-
GetJobsSummaryByExecutionIdResponse = _reflection.GeneratedProtocolMessageType('GetJobsSummaryByExecutionIdResponse', (_message.Message,), {
|
|
188
|
-
'DESCRIPTOR' : _GETJOBSSUMMARYBYEXECUTIONIDRESPONSE,
|
|
189
|
-
'__module__' : 'qwak.execution.v1.jobs.job_service_pb2'
|
|
190
|
-
# @@protoc_insertion_point(class_scope:qwak.feature.store.execution.v1.jobs.GetJobsSummaryByExecutionIdResponse)
|
|
191
|
-
})
|
|
192
|
-
_sym_db.RegisterMessage(GetJobsSummaryByExecutionIdResponse)
|
|
193
|
-
|
|
194
|
-
GetJobSummariesByExecutionIdsRequest = _reflection.GeneratedProtocolMessageType('GetJobSummariesByExecutionIdsRequest', (_message.Message,), {
|
|
195
|
-
'DESCRIPTOR' : _GETJOBSUMMARIESBYEXECUTIONIDSREQUEST,
|
|
196
|
-
'__module__' : 'qwak.execution.v1.jobs.job_service_pb2'
|
|
197
|
-
# @@protoc_insertion_point(class_scope:qwak.feature.store.execution.v1.jobs.GetJobSummariesByExecutionIdsRequest)
|
|
198
|
-
})
|
|
199
|
-
_sym_db.RegisterMessage(GetJobSummariesByExecutionIdsRequest)
|
|
200
|
-
|
|
201
|
-
GetJobSummariesByExecutionIdsResponse = _reflection.GeneratedProtocolMessageType('GetJobSummariesByExecutionIdsResponse', (_message.Message,), {
|
|
202
|
-
'DESCRIPTOR' : _GETJOBSUMMARIESBYEXECUTIONIDSRESPONSE,
|
|
203
|
-
'__module__' : 'qwak.execution.v1.jobs.job_service_pb2'
|
|
204
|
-
# @@protoc_insertion_point(class_scope:qwak.feature.store.execution.v1.jobs.GetJobSummariesByExecutionIdsResponse)
|
|
205
|
-
})
|
|
206
|
-
_sym_db.RegisterMessage(GetJobSummariesByExecutionIdsResponse)
|
|
207
|
-
|
|
208
|
-
ExecutionJobsSummary = _reflection.GeneratedProtocolMessageType('ExecutionJobsSummary', (_message.Message,), {
|
|
209
|
-
'DESCRIPTOR' : _EXECUTIONJOBSSUMMARY,
|
|
210
|
-
'__module__' : 'qwak.execution.v1.jobs.job_service_pb2'
|
|
211
|
-
# @@protoc_insertion_point(class_scope:qwak.feature.store.execution.v1.jobs.ExecutionJobsSummary)
|
|
212
|
-
})
|
|
213
|
-
_sym_db.RegisterMessage(ExecutionJobsSummary)
|
|
214
|
-
|
|
215
|
-
_JOBSERVICE = DESCRIPTOR.services_by_name['JobService']
|
|
20
|
+
_globals = globals()
|
|
21
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
22
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.execution.v1.jobs.job_service_pb2', _globals)
|
|
216
23
|
if _descriptor._USE_C_DESCRIPTORS == False:
|
|
217
24
|
|
|
218
25
|
DESCRIPTOR._options = None
|
|
219
26
|
DESCRIPTOR._serialized_options = b'\n*com.qwak.ai.features.execution.api.v1.jobsP\001Z\027qwak/fsexecution;fsjobs'
|
|
220
|
-
_APPLYJOBRECORDREQUEST._serialized_start=149
|
|
221
|
-
_APPLYJOBRECORDREQUEST._serialized_end=241
|
|
222
|
-
_APPLYJOBRECORDRESPONSE._serialized_start=243
|
|
223
|
-
_APPLYJOBRECORDRESPONSE._serialized_end=267
|
|
224
|
-
_INITPAGINATIONREQUEST._serialized_start=269
|
|
225
|
-
_INITPAGINATIONREQUEST._serialized_end=315
|
|
226
|
-
_INITPAGINATIONRESPONSE._serialized_start=317
|
|
227
|
-
_INITPAGINATIONRESPONSE._serialized_end=386
|
|
228
|
-
_LISTJOBSREQUEST._serialized_start=388
|
|
229
|
-
_LISTJOBSREQUEST._serialized_end=491
|
|
230
|
-
_LISTJOBSRESPONSE._serialized_start=493
|
|
231
|
-
_LISTJOBSRESPONSE._serialized_end=581
|
|
232
|
-
_INITPAGINATIONBYEXECUTIONIDREQUEST._serialized_start=583
|
|
233
|
-
_INITPAGINATIONBYEXECUTIONIDREQUEST._serialized_end=641
|
|
234
|
-
_INITPAGINATIONBYEXECUTIONIDRESPONSE._serialized_start=643
|
|
235
|
-
_INITPAGINATIONBYEXECUTIONIDRESPONSE._serialized_end=725
|
|
236
|
-
_LISTJOBSBYEXECUTIONIDREQUEST._serialized_start=727
|
|
237
|
-
_LISTJOBSBYEXECUTIONIDREQUEST._serialized_end=842
|
|
238
|
-
_LISTJOBSBYEXECUTIONIDRESPONSE._serialized_start=844
|
|
239
|
-
_LISTJOBSBYEXECUTIONIDRESPONSE._serialized_end=945
|
|
240
|
-
_DELETEFEATURESETJOBSREQUEST._serialized_start=947
|
|
241
|
-
_DELETEFEATURESETJOBSREQUEST._serialized_end=999
|
|
242
|
-
_DELETEFEATURESETJOBSRESPONSE._serialized_start=1001
|
|
243
|
-
_DELETEFEATURESETJOBSRESPONSE._serialized_end=1065
|
|
244
|
-
_GETLATESTSUCCESSFULJOBBYFEATURESETIDREQUEST._serialized_start=1067
|
|
245
|
-
_GETLATESTSUCCESSFULJOBBYFEATURESETIDREQUEST._serialized_end=1135
|
|
246
|
-
_GETLATESTSUCCESSFULJOBBYFEATURESETIDRESPONSE._serialized_start=1138
|
|
247
|
-
_GETLATESTSUCCESSFULJOBBYFEATURESETIDRESPONSE._serialized_end=1274
|
|
248
|
-
_GETALLFEATURESETLATESTSUCCESSFULJOBSREQUEST._serialized_start=1276
|
|
249
|
-
_GETALLFEATURESETLATESTSUCCESSFULJOBSREQUEST._serialized_end=1321
|
|
250
|
-
_GETALLFEATURESETLATESTSUCCESSFULJOBSRESPONSE._serialized_start=1323
|
|
251
|
-
_GETALLFEATURESETLATESTSUCCESSFULJOBSRESPONSE._serialized_end=1439
|
|
252
|
-
_GETALLFEATURESETJOBSSUMMARIESREQUEST._serialized_start=1442
|
|
253
|
-
_GETALLFEATURESETJOBSSUMMARIESREQUEST._serialized_end=1605
|
|
254
|
-
_GETALLFEATURESETJOBSSUMMARIESRESPONSE._serialized_start=1607
|
|
255
|
-
_GETALLFEATURESETJOBSSUMMARIESRESPONSE._serialized_end=1731
|
|
256
|
-
_FEATURESETJOBSSUMMARY._serialized_start=1733
|
|
257
|
-
_FEATURESETJOBSSUMMARY._serialized_end=1808
|
|
258
|
-
_GETJOBSSUMMARYBYEXECUTIONIDREQUEST._serialized_start=1810
|
|
259
|
-
_GETJOBSSUMMARYBYEXECUTIONIDREQUEST._serialized_end=1868
|
|
260
|
-
_GETJOBSSUMMARYBYEXECUTIONIDRESPONSE._serialized_start=1871
|
|
261
|
-
_GETJOBSSUMMARYBYEXECUTIONIDRESPONSE._serialized_end=2127
|
|
262
|
-
_GETJOBSUMMARIESBYEXECUTIONIDSREQUEST._serialized_start=2129
|
|
263
|
-
_GETJOBSUMMARIESBYEXECUTIONIDSREQUEST._serialized_end=2190
|
|
264
|
-
_GETJOBSUMMARIESBYEXECUTIONIDSRESPONSE._serialized_start=2193
|
|
265
|
-
_GETJOBSUMMARIESBYEXECUTIONIDSRESPONSE._serialized_end=2321
|
|
266
|
-
_EXECUTIONJOBSSUMMARY._serialized_start=2324
|
|
267
|
-
_EXECUTIONJOBSSUMMARY._serialized_end=2616
|
|
268
|
-
_JOBSERVICE._serialized_start=2619
|
|
269
|
-
_JOBSERVICE._serialized_end=4513
|
|
27
|
+
_globals['_APPLYJOBRECORDREQUEST']._serialized_start=149
|
|
28
|
+
_globals['_APPLYJOBRECORDREQUEST']._serialized_end=241
|
|
29
|
+
_globals['_APPLYJOBRECORDRESPONSE']._serialized_start=243
|
|
30
|
+
_globals['_APPLYJOBRECORDRESPONSE']._serialized_end=267
|
|
31
|
+
_globals['_INITPAGINATIONREQUEST']._serialized_start=269
|
|
32
|
+
_globals['_INITPAGINATIONREQUEST']._serialized_end=315
|
|
33
|
+
_globals['_INITPAGINATIONRESPONSE']._serialized_start=317
|
|
34
|
+
_globals['_INITPAGINATIONRESPONSE']._serialized_end=386
|
|
35
|
+
_globals['_LISTJOBSREQUEST']._serialized_start=388
|
|
36
|
+
_globals['_LISTJOBSREQUEST']._serialized_end=491
|
|
37
|
+
_globals['_LISTJOBSRESPONSE']._serialized_start=493
|
|
38
|
+
_globals['_LISTJOBSRESPONSE']._serialized_end=581
|
|
39
|
+
_globals['_INITPAGINATIONBYEXECUTIONIDREQUEST']._serialized_start=583
|
|
40
|
+
_globals['_INITPAGINATIONBYEXECUTIONIDREQUEST']._serialized_end=641
|
|
41
|
+
_globals['_INITPAGINATIONBYEXECUTIONIDRESPONSE']._serialized_start=643
|
|
42
|
+
_globals['_INITPAGINATIONBYEXECUTIONIDRESPONSE']._serialized_end=725
|
|
43
|
+
_globals['_LISTJOBSBYEXECUTIONIDREQUEST']._serialized_start=727
|
|
44
|
+
_globals['_LISTJOBSBYEXECUTIONIDREQUEST']._serialized_end=842
|
|
45
|
+
_globals['_LISTJOBSBYEXECUTIONIDRESPONSE']._serialized_start=844
|
|
46
|
+
_globals['_LISTJOBSBYEXECUTIONIDRESPONSE']._serialized_end=945
|
|
47
|
+
_globals['_DELETEFEATURESETJOBSREQUEST']._serialized_start=947
|
|
48
|
+
_globals['_DELETEFEATURESETJOBSREQUEST']._serialized_end=999
|
|
49
|
+
_globals['_DELETEFEATURESETJOBSRESPONSE']._serialized_start=1001
|
|
50
|
+
_globals['_DELETEFEATURESETJOBSRESPONSE']._serialized_end=1065
|
|
51
|
+
_globals['_GETLATESTSUCCESSFULJOBBYFEATURESETIDREQUEST']._serialized_start=1067
|
|
52
|
+
_globals['_GETLATESTSUCCESSFULJOBBYFEATURESETIDREQUEST']._serialized_end=1135
|
|
53
|
+
_globals['_GETLATESTSUCCESSFULJOBBYFEATURESETIDRESPONSE']._serialized_start=1138
|
|
54
|
+
_globals['_GETLATESTSUCCESSFULJOBBYFEATURESETIDRESPONSE']._serialized_end=1274
|
|
55
|
+
_globals['_GETALLFEATURESETLATESTSUCCESSFULJOBSREQUEST']._serialized_start=1276
|
|
56
|
+
_globals['_GETALLFEATURESETLATESTSUCCESSFULJOBSREQUEST']._serialized_end=1321
|
|
57
|
+
_globals['_GETALLFEATURESETLATESTSUCCESSFULJOBSRESPONSE']._serialized_start=1323
|
|
58
|
+
_globals['_GETALLFEATURESETLATESTSUCCESSFULJOBSRESPONSE']._serialized_end=1439
|
|
59
|
+
_globals['_GETALLFEATURESETJOBSSUMMARIESREQUEST']._serialized_start=1442
|
|
60
|
+
_globals['_GETALLFEATURESETJOBSSUMMARIESREQUEST']._serialized_end=1605
|
|
61
|
+
_globals['_GETALLFEATURESETJOBSSUMMARIESRESPONSE']._serialized_start=1607
|
|
62
|
+
_globals['_GETALLFEATURESETJOBSSUMMARIESRESPONSE']._serialized_end=1731
|
|
63
|
+
_globals['_FEATURESETJOBSSUMMARY']._serialized_start=1733
|
|
64
|
+
_globals['_FEATURESETJOBSSUMMARY']._serialized_end=1808
|
|
65
|
+
_globals['_GETJOBSSUMMARYBYEXECUTIONIDREQUEST']._serialized_start=1810
|
|
66
|
+
_globals['_GETJOBSSUMMARYBYEXECUTIONIDREQUEST']._serialized_end=1868
|
|
67
|
+
_globals['_GETJOBSSUMMARYBYEXECUTIONIDRESPONSE']._serialized_start=1871
|
|
68
|
+
_globals['_GETJOBSSUMMARYBYEXECUTIONIDRESPONSE']._serialized_end=2127
|
|
69
|
+
_globals['_GETJOBSUMMARIESBYEXECUTIONIDSREQUEST']._serialized_start=2129
|
|
70
|
+
_globals['_GETJOBSUMMARIESBYEXECUTIONIDSREQUEST']._serialized_end=2190
|
|
71
|
+
_globals['_GETJOBSUMMARIESBYEXECUTIONIDSRESPONSE']._serialized_start=2193
|
|
72
|
+
_globals['_GETJOBSUMMARIESBYEXECUTIONIDSRESPONSE']._serialized_end=2321
|
|
73
|
+
_globals['_EXECUTIONJOBSSUMMARY']._serialized_start=2324
|
|
74
|
+
_globals['_EXECUTIONJOBSSUMMARY']._serialized_end=2616
|
|
75
|
+
_globals['_JOBSERVICE']._serialized_start=2619
|
|
76
|
+
_globals['_JOBSERVICE']._serialized_end=4513
|
|
270
77
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -2,12 +2,10 @@
|
|
|
2
2
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
3
|
# source: qwak/execution/v1/jobs/reports/report.proto
|
|
4
4
|
"""Generated protocol buffer code."""
|
|
5
|
-
from google.protobuf.internal import enum_type_wrapper
|
|
6
5
|
from google.protobuf import descriptor as _descriptor
|
|
7
6
|
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
8
|
-
from google.protobuf import message as _message
|
|
9
|
-
from google.protobuf import reflection as _reflection
|
|
10
7
|
from google.protobuf import symbol_database as _symbol_database
|
|
8
|
+
from google.protobuf.internal import builder as _builder
|
|
11
9
|
# @@protoc_insertion_point(imports)
|
|
12
10
|
|
|
13
11
|
_sym_db = _symbol_database.Default()
|
|
@@ -19,91 +17,29 @@ from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__
|
|
|
19
17
|
|
|
20
18
|
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n+qwak/execution/v1/jobs/reports/report.proto\x12,qwak.feature.store.execution.v1.jobs.reports\x1a qwak/execution/v1/backfill.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"+\n\x12\x46\x61ilureInformation\x12\x15\n\rerror_message\x18\x01 \x01(\t\"\xd5\x01\n\x19\x42\x61tchIngestionJobMetadata\x12\x38\n\x14\x62\x61tch_execution_date\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12?\n\x1bingestion_window_start_time\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12=\n\x19ingestion_window_end_time\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\"\xbe\x03\n\x18\x42\x61tchBackfillJobMetadata\x12\x19\n\x11num_interval_rows\x18\x01 \x01(\x03\x12\x44\n\rbackfill_spec\x18\x02 \x01(\x0b\x32-.qwak.feature.store.execution.v1.BackfillSpec\x12\x41\n\x1doffline_processing_start_time\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12?\n\x1boffline_processing_end_time\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12@\n\x1conline_processing_start_time\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12>\n\x1aonline_processing_end_time\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12;\n\x17last_batch_logical_date\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\"(\n\x14StreamingJobMetadata\x12\x10\n\x08\x62\x61tch_id\x18\x01 \x01(\x04\"!\n\x1fStreamingAggregationJobMetadata\"\xb6\x08\n\tJobReport\x12k\n\x18\x62\x61tch_ingestion_metadata\x18\x01 \x01(\x0b\x32G.qwak.feature.store.execution.v1.jobs.reports.BatchIngestionJobMetadataH\x00\x12\x64\n\x16streaming_job_metadata\x18\x02 \x01(\x0b\x32\x42.qwak.feature.store.execution.v1.jobs.reports.StreamingJobMetadataH\x00\x12t\n\x1bstreaming_aggr_job_metadata\x18\x03 \x01(\x0b\x32M.qwak.feature.store.execution.v1.jobs.reports.StreamingAggregationJobMetadataH\x00\x12m\n\x1b\x62\x61tch_backfill_job_metadata\x18\x04 \x01(\x0b\x32\x46.qwak.feature.store.execution.v1.jobs.reports.BatchBackfillJobMetadataH\x00\x12\x1c\n\x14num_affected_records\x18\x05 \x01(\x03\x12\x32\n\x0erun_start_time\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x30\n\x0crun_end_time\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x17\n\rlegacy_run_id\x18\x08 \x01(\x03H\x01\x12\x16\n\x0c\x65xecution_id\x18\t \x01(\tH\x01\x12\x16\n\x0e\x65nvironment_id\x18\n \x01(\t\x12\x15\n\rfeatureset_id\x18\x0b \x01(\t\x12\x17\n\x0f\x66\x65\x61tureset_name\x18\x0c \x01(\t\x12G\n\x06status\x18\r \x01(\x0e\x32\x37.qwak.feature.store.execution.v1.jobs.reports.JobStatus\x12Z\n\njob_labels\x18\x0e \x03(\x0b\x32\x46.qwak.feature.store.execution.v1.jobs.reports.JobReport.JobLabelsEntry\x12\x0e\n\x06job_id\x18\x0f \x01(\t\x12P\n\x04info\x18\x10 \x01(\x0b\x32@.qwak.feature.store.execution.v1.jobs.reports.FailureInformationH\x02\x1a\x30\n\x0eJobLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x42\x13\n\x11job_metadata_typeB\x16\n\x14\x65xecution_identifierB\x0e\n\x0c\x66\x61ilure_info*m\n\tJobStatus\x12\x16\n\x12JOB_STATUS_INVALID\x10\x00\x12\x16\n\x12JOB_STATUS_SUCCESS\x10\x01\x12\x16\n\x12JOB_STATUS_FAILURE\x10\x02\x12\x18\n\x14JOB_STATUS_TOO_EARLY\x10\x03\x42\x36\n2com.qwak.ai.features.execution.api.v1.jobs.reportsP\x01\x62\x06proto3')
|
|
21
19
|
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
JOB_STATUS_SUCCESS = 1
|
|
26
|
-
JOB_STATUS_FAILURE = 2
|
|
27
|
-
JOB_STATUS_TOO_EARLY = 3
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
_FAILUREINFORMATION = DESCRIPTOR.message_types_by_name['FailureInformation']
|
|
31
|
-
_BATCHINGESTIONJOBMETADATA = DESCRIPTOR.message_types_by_name['BatchIngestionJobMetadata']
|
|
32
|
-
_BATCHBACKFILLJOBMETADATA = DESCRIPTOR.message_types_by_name['BatchBackfillJobMetadata']
|
|
33
|
-
_STREAMINGJOBMETADATA = DESCRIPTOR.message_types_by_name['StreamingJobMetadata']
|
|
34
|
-
_STREAMINGAGGREGATIONJOBMETADATA = DESCRIPTOR.message_types_by_name['StreamingAggregationJobMetadata']
|
|
35
|
-
_JOBREPORT = DESCRIPTOR.message_types_by_name['JobReport']
|
|
36
|
-
_JOBREPORT_JOBLABELSENTRY = _JOBREPORT.nested_types_by_name['JobLabelsEntry']
|
|
37
|
-
FailureInformation = _reflection.GeneratedProtocolMessageType('FailureInformation', (_message.Message,), {
|
|
38
|
-
'DESCRIPTOR' : _FAILUREINFORMATION,
|
|
39
|
-
'__module__' : 'qwak.execution.v1.jobs.reports.report_pb2'
|
|
40
|
-
# @@protoc_insertion_point(class_scope:qwak.feature.store.execution.v1.jobs.reports.FailureInformation)
|
|
41
|
-
})
|
|
42
|
-
_sym_db.RegisterMessage(FailureInformation)
|
|
43
|
-
|
|
44
|
-
BatchIngestionJobMetadata = _reflection.GeneratedProtocolMessageType('BatchIngestionJobMetadata', (_message.Message,), {
|
|
45
|
-
'DESCRIPTOR' : _BATCHINGESTIONJOBMETADATA,
|
|
46
|
-
'__module__' : 'qwak.execution.v1.jobs.reports.report_pb2'
|
|
47
|
-
# @@protoc_insertion_point(class_scope:qwak.feature.store.execution.v1.jobs.reports.BatchIngestionJobMetadata)
|
|
48
|
-
})
|
|
49
|
-
_sym_db.RegisterMessage(BatchIngestionJobMetadata)
|
|
50
|
-
|
|
51
|
-
BatchBackfillJobMetadata = _reflection.GeneratedProtocolMessageType('BatchBackfillJobMetadata', (_message.Message,), {
|
|
52
|
-
'DESCRIPTOR' : _BATCHBACKFILLJOBMETADATA,
|
|
53
|
-
'__module__' : 'qwak.execution.v1.jobs.reports.report_pb2'
|
|
54
|
-
# @@protoc_insertion_point(class_scope:qwak.feature.store.execution.v1.jobs.reports.BatchBackfillJobMetadata)
|
|
55
|
-
})
|
|
56
|
-
_sym_db.RegisterMessage(BatchBackfillJobMetadata)
|
|
57
|
-
|
|
58
|
-
StreamingJobMetadata = _reflection.GeneratedProtocolMessageType('StreamingJobMetadata', (_message.Message,), {
|
|
59
|
-
'DESCRIPTOR' : _STREAMINGJOBMETADATA,
|
|
60
|
-
'__module__' : 'qwak.execution.v1.jobs.reports.report_pb2'
|
|
61
|
-
# @@protoc_insertion_point(class_scope:qwak.feature.store.execution.v1.jobs.reports.StreamingJobMetadata)
|
|
62
|
-
})
|
|
63
|
-
_sym_db.RegisterMessage(StreamingJobMetadata)
|
|
64
|
-
|
|
65
|
-
StreamingAggregationJobMetadata = _reflection.GeneratedProtocolMessageType('StreamingAggregationJobMetadata', (_message.Message,), {
|
|
66
|
-
'DESCRIPTOR' : _STREAMINGAGGREGATIONJOBMETADATA,
|
|
67
|
-
'__module__' : 'qwak.execution.v1.jobs.reports.report_pb2'
|
|
68
|
-
# @@protoc_insertion_point(class_scope:qwak.feature.store.execution.v1.jobs.reports.StreamingAggregationJobMetadata)
|
|
69
|
-
})
|
|
70
|
-
_sym_db.RegisterMessage(StreamingAggregationJobMetadata)
|
|
71
|
-
|
|
72
|
-
JobReport = _reflection.GeneratedProtocolMessageType('JobReport', (_message.Message,), {
|
|
73
|
-
|
|
74
|
-
'JobLabelsEntry' : _reflection.GeneratedProtocolMessageType('JobLabelsEntry', (_message.Message,), {
|
|
75
|
-
'DESCRIPTOR' : _JOBREPORT_JOBLABELSENTRY,
|
|
76
|
-
'__module__' : 'qwak.execution.v1.jobs.reports.report_pb2'
|
|
77
|
-
# @@protoc_insertion_point(class_scope:qwak.feature.store.execution.v1.jobs.reports.JobReport.JobLabelsEntry)
|
|
78
|
-
})
|
|
79
|
-
,
|
|
80
|
-
'DESCRIPTOR' : _JOBREPORT,
|
|
81
|
-
'__module__' : 'qwak.execution.v1.jobs.reports.report_pb2'
|
|
82
|
-
# @@protoc_insertion_point(class_scope:qwak.feature.store.execution.v1.jobs.reports.JobReport)
|
|
83
|
-
})
|
|
84
|
-
_sym_db.RegisterMessage(JobReport)
|
|
85
|
-
_sym_db.RegisterMessage(JobReport.JobLabelsEntry)
|
|
86
|
-
|
|
20
|
+
_globals = globals()
|
|
21
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
22
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.execution.v1.jobs.reports.report_pb2', _globals)
|
|
87
23
|
if _descriptor._USE_C_DESCRIPTORS == False:
|
|
88
24
|
|
|
89
25
|
DESCRIPTOR._options = None
|
|
90
26
|
DESCRIPTOR._serialized_options = b'\n2com.qwak.ai.features.execution.api.v1.jobs.reportsP\001'
|
|
91
27
|
_JOBREPORT_JOBLABELSENTRY._options = None
|
|
92
28
|
_JOBREPORT_JOBLABELSENTRY._serialized_options = b'8\001'
|
|
93
|
-
_JOBSTATUS._serialized_start=2028
|
|
94
|
-
_JOBSTATUS._serialized_end=2137
|
|
95
|
-
_FAILUREINFORMATION._serialized_start=160
|
|
96
|
-
_FAILUREINFORMATION._serialized_end=203
|
|
97
|
-
_BATCHINGESTIONJOBMETADATA._serialized_start=206
|
|
98
|
-
_BATCHINGESTIONJOBMETADATA._serialized_end=419
|
|
99
|
-
_BATCHBACKFILLJOBMETADATA._serialized_start=422
|
|
100
|
-
_BATCHBACKFILLJOBMETADATA._serialized_end=868
|
|
101
|
-
_STREAMINGJOBMETADATA._serialized_start=870
|
|
102
|
-
_STREAMINGJOBMETADATA._serialized_end=910
|
|
103
|
-
_STREAMINGAGGREGATIONJOBMETADATA._serialized_start=912
|
|
104
|
-
_STREAMINGAGGREGATIONJOBMETADATA._serialized_end=945
|
|
105
|
-
_JOBREPORT._serialized_start=948
|
|
106
|
-
_JOBREPORT._serialized_end=2026
|
|
107
|
-
_JOBREPORT_JOBLABELSENTRY._serialized_start=1917
|
|
108
|
-
_JOBREPORT_JOBLABELSENTRY._serialized_end=1965
|
|
29
|
+
_globals['_JOBSTATUS']._serialized_start=2028
|
|
30
|
+
_globals['_JOBSTATUS']._serialized_end=2137
|
|
31
|
+
_globals['_FAILUREINFORMATION']._serialized_start=160
|
|
32
|
+
_globals['_FAILUREINFORMATION']._serialized_end=203
|
|
33
|
+
_globals['_BATCHINGESTIONJOBMETADATA']._serialized_start=206
|
|
34
|
+
_globals['_BATCHINGESTIONJOBMETADATA']._serialized_end=419
|
|
35
|
+
_globals['_BATCHBACKFILLJOBMETADATA']._serialized_start=422
|
|
36
|
+
_globals['_BATCHBACKFILLJOBMETADATA']._serialized_end=868
|
|
37
|
+
_globals['_STREAMINGJOBMETADATA']._serialized_start=870
|
|
38
|
+
_globals['_STREAMINGJOBMETADATA']._serialized_end=910
|
|
39
|
+
_globals['_STREAMINGAGGREGATIONJOBMETADATA']._serialized_start=912
|
|
40
|
+
_globals['_STREAMINGAGGREGATIONJOBMETADATA']._serialized_end=945
|
|
41
|
+
_globals['_JOBREPORT']._serialized_start=948
|
|
42
|
+
_globals['_JOBREPORT']._serialized_end=2026
|
|
43
|
+
_globals['_JOBREPORT_JOBLABELSENTRY']._serialized_start=1917
|
|
44
|
+
_globals['_JOBREPORT_JOBLABELSENTRY']._serialized_end=1965
|
|
109
45
|
# @@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.execution.v1.state import spark_execution_state_pb2 as qwa
|
|
|
17
16
|
|
|
18
17
|
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n-qwak/execution/v1/state/execution_state.proto\x12%qwak.feature.store.execution.v1.state\x1a\x33qwak/execution/v1/state/spark_execution_state.proto\"\xba\x01\n\x0e\x45xecutionState\x12\x14\n\x0c\x65xecution_id\x18\x01 \x01(\t\x12\x15\n\rfeatureset_id\x18\x02 \x01(\t\x12\x16\n\x0e\x65nvironment_id\x18\x03 \x01(\t\x12U\n\x0fspark_app_state\x18\x04 \x01(\x0b\x32:.qwak.feature.store.execution.v1.state.SparkExecutionStateH\x00\x42\x0c\n\nexec_stateB`\n+com.qwak.ai.features.execution.api.v1.stateP\x01Z/qwak/execution_management/state;execution_stateb\x06proto3')
|
|
19
18
|
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
ExecutionState = _reflection.GeneratedProtocolMessageType('ExecutionState', (_message.Message,), {
|
|
24
|
-
'DESCRIPTOR' : _EXECUTIONSTATE,
|
|
25
|
-
'__module__' : 'qwak.execution.v1.state.execution_state_pb2'
|
|
26
|
-
# @@protoc_insertion_point(class_scope:qwak.feature.store.execution.v1.state.ExecutionState)
|
|
27
|
-
})
|
|
28
|
-
_sym_db.RegisterMessage(ExecutionState)
|
|
29
|
-
|
|
19
|
+
_globals = globals()
|
|
20
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
21
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.execution.v1.state.execution_state_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.features.execution.api.v1.stateP\001Z/qwak/execution_management/state;execution_state'
|
|
34
|
-
_EXECUTIONSTATE._serialized_start=142
|
|
35
|
-
_EXECUTIONSTATE._serialized_end=328
|
|
26
|
+
_globals['_EXECUTIONSTATE']._serialized_start=142
|
|
27
|
+
_globals['_EXECUTIONSTATE']._serialized_end=328
|
|
36
28
|
# @@protoc_insertion_point(module_scope)
|