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.
- _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
|
@@ -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,293 +16,69 @@ from _qwak_proto.qwak.workspace import workspace_pb2 as qwak_dot_workspace_dot_w
|
|
|
17
16
|
|
|
18
17
|
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n&qwak/workspace/workspace_service.proto\x12\x19qwak.workspace.management\x1a\x1eqwak/workspace/workspace.proto\"Z\n\x16\x43reateWorkspaceRequest\x12@\n\x0eworkspace_spec\x18\x01 \x01(\x0b\x32(.qwak.workspace.management.WorkspaceSpec\"/\n\x17\x43reateWorkspaceResponse\x12\x14\n\x0cworkspace_id\x18\x01 \x01(\t\"p\n\x16UpdateWorkspaceRequest\x12\x14\n\x0cworkspace_id\x18\x01 \x01(\t\x12@\n\x0eworkspace_spec\x18\x02 \x01(\x0b\x32(.qwak.workspace.management.WorkspaceSpec\".\n\x16\x44\x65ployWorkspaceRequest\x12\x14\n\x0cworkspace_id\x18\x01 \x01(\t\"\x19\n\x17\x44\x65ployWorkspaceResponse\"0\n\x18UndeployWorkspaceRequest\x12\x14\n\x0cworkspace_id\x18\x01 \x01(\t\"\x1b\n\x19UndeployWorkspaceResponse\"\x19\n\x17UpdateWorkspaceResponse\"\x17\n\x15ListWorkspacesRequest\"R\n\x16ListWorkspacesResponse\x12\x38\n\nworkspaces\x18\x01 \x03(\x0b\x32$.qwak.workspace.management.Workspace\"/\n\x17GetWorkspaceByIdRequest\x12\x14\n\x0cworkspace_id\x18\x01 \x01(\t\"S\n\x18GetWorkspaceByIdResponse\x12\x37\n\tworkspace\x18\x01 \x01(\x0b\x32$.qwak.workspace.management.Workspace\".\n\x16\x44\x65leteWorkspaceRequest\x12\x14\n\x0cworkspace_id\x18\x01 \x01(\t\"\x19\n\x17\x44\x65leteWorkspaceResponse\"\x9a\x01\n$UpdateWorkspaceStatusFromEdgeRequest\x12r\n)update_workspace_status_from_edge_details\x18\x01 \x01(\x0b\x32?.qwak.workspace.management.UpdateWorkspaceStatusFromEdgeDetails\"\'\n%UpdateWorkspaceStatusFromEdgeResponse\"A\n\x1bRegisterWorkspaceTagRequest\x12\x14\n\x0cworkspace_id\x18\x01 \x01(\t\x12\x0c\n\x04tags\x18\x02 \x03(\t\"\x1e\n\x1cRegisterWorkspaceTagResponse\"\x1c\n\x1aListWorkspaceImagesRequest\"b\n\x1bListWorkspaceImagesResponse\x12\x43\n\x10workspace_images\x18\x01 \x03(\x0b\x32).qwak.workspace.management.WorkspaceImage\"\x18\n\x16\x43ountWorkspacesRequest\"(\n\x17\x43ountWorkspacesResponse\x12\r\n\x05\x63ount\x18\x01 \x01(\x05\"\"\n GetDefaultWorkspaceValuesRequest\"z\n!GetDefaultWorkspaceValuesResponse\x12U\n\x19\x64\x65\x66\x61ult_workspace_details\x18\x01 \x01(\x0b\x32\x32.qwak.workspace.management.DefaultWorkspaceDetails\"B\n\x18MarkBuildAsCopiedRequest\x12\x14\n\x0cworkspace_id\x18\x01 \x01(\t\x12\x10\n\x08\x62uild_id\x18\x02 \x01(\t\"\x1b\n\x19MarkBuildAsCopiedResponse\":\n\x10\x43opyBuildRequest\x12\x14\n\x0cworkspace_id\x18\x01 \x01(\t\x12\x10\n\x08\x62uild_id\x18\x02 \x01(\t\"\x13\n\x11\x43opyBuildResponse2\xaa\x0e\n\x1aWorkspaceManagementService\x12x\n\x0f\x43reateWorkspace\x12\x31.qwak.workspace.management.CreateWorkspaceRequest\x1a\x32.qwak.workspace.management.CreateWorkspaceResponse\x12x\n\x0fUpdateWorkspace\x12\x31.qwak.workspace.management.UpdateWorkspaceRequest\x1a\x32.qwak.workspace.management.UpdateWorkspaceResponse\x12x\n\x0f\x44\x65ployWorkspace\x12\x31.qwak.workspace.management.DeployWorkspaceRequest\x1a\x32.qwak.workspace.management.DeployWorkspaceResponse\x12~\n\x11UndeployWorkspace\x12\x33.qwak.workspace.management.UndeployWorkspaceRequest\x1a\x34.qwak.workspace.management.UndeployWorkspaceResponse\x12u\n\x0eListWorkspaces\x12\x30.qwak.workspace.management.ListWorkspacesRequest\x1a\x31.qwak.workspace.management.ListWorkspacesResponse\x12{\n\x10GetWorkspaceById\x12\x32.qwak.workspace.management.GetWorkspaceByIdRequest\x1a\x33.qwak.workspace.management.GetWorkspaceByIdResponse\x12x\n\x0f\x44\x65leteWorkspace\x12\x31.qwak.workspace.management.DeleteWorkspaceRequest\x1a\x32.qwak.workspace.management.DeleteWorkspaceResponse\x12\xa2\x01\n\x1dUpdateWorkspaceStatusFromEdge\x12?.qwak.workspace.management.UpdateWorkspaceStatusFromEdgeRequest\x1a@.qwak.workspace.management.UpdateWorkspaceStatusFromEdgeResponse\x12\x84\x01\n\x13ListWorkspaceImages\x12\x35.qwak.workspace.management.ListWorkspaceImagesRequest\x1a\x36.qwak.workspace.management.ListWorkspaceImagesResponse\x12\x88\x01\n\x15RegisterWorkspaceTags\x12\x36.qwak.workspace.management.RegisterWorkspaceTagRequest\x1a\x37.qwak.workspace.management.RegisterWorkspaceTagResponse\x12x\n\x0f\x43ountWorkspaces\x12\x31.qwak.workspace.management.CountWorkspacesRequest\x1a\x32.qwak.workspace.management.CountWorkspacesResponse\x12\x96\x01\n\x19GetDefaultWorkspaceValues\x12;.qwak.workspace.management.GetDefaultWorkspaceValuesRequest\x1a<.qwak.workspace.management.GetDefaultWorkspaceValuesResponse\x12~\n\x11MarkBuildAsCopied\x12\x33.qwak.workspace.management.MarkBuildAsCopiedRequest\x1a\x34.qwak.workspace.management.MarkBuildAsCopiedResponse\x12\x66\n\tCopyBuild\x12+.qwak.workspace.management.CopyBuildRequest\x1a,.qwak.workspace.management.CopyBuildResponseBB\n$com.qwak.ai.management.workspace.apiP\x01Z\x18qwak/workspace;workspaceb\x06proto3')
|
|
19
18
|
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
_CREATEWORKSPACERESPONSE = DESCRIPTOR.message_types_by_name['CreateWorkspaceResponse']
|
|
24
|
-
_UPDATEWORKSPACEREQUEST = DESCRIPTOR.message_types_by_name['UpdateWorkspaceRequest']
|
|
25
|
-
_DEPLOYWORKSPACEREQUEST = DESCRIPTOR.message_types_by_name['DeployWorkspaceRequest']
|
|
26
|
-
_DEPLOYWORKSPACERESPONSE = DESCRIPTOR.message_types_by_name['DeployWorkspaceResponse']
|
|
27
|
-
_UNDEPLOYWORKSPACEREQUEST = DESCRIPTOR.message_types_by_name['UndeployWorkspaceRequest']
|
|
28
|
-
_UNDEPLOYWORKSPACERESPONSE = DESCRIPTOR.message_types_by_name['UndeployWorkspaceResponse']
|
|
29
|
-
_UPDATEWORKSPACERESPONSE = DESCRIPTOR.message_types_by_name['UpdateWorkspaceResponse']
|
|
30
|
-
_LISTWORKSPACESREQUEST = DESCRIPTOR.message_types_by_name['ListWorkspacesRequest']
|
|
31
|
-
_LISTWORKSPACESRESPONSE = DESCRIPTOR.message_types_by_name['ListWorkspacesResponse']
|
|
32
|
-
_GETWORKSPACEBYIDREQUEST = DESCRIPTOR.message_types_by_name['GetWorkspaceByIdRequest']
|
|
33
|
-
_GETWORKSPACEBYIDRESPONSE = DESCRIPTOR.message_types_by_name['GetWorkspaceByIdResponse']
|
|
34
|
-
_DELETEWORKSPACEREQUEST = DESCRIPTOR.message_types_by_name['DeleteWorkspaceRequest']
|
|
35
|
-
_DELETEWORKSPACERESPONSE = DESCRIPTOR.message_types_by_name['DeleteWorkspaceResponse']
|
|
36
|
-
_UPDATEWORKSPACESTATUSFROMEDGEREQUEST = DESCRIPTOR.message_types_by_name['UpdateWorkspaceStatusFromEdgeRequest']
|
|
37
|
-
_UPDATEWORKSPACESTATUSFROMEDGERESPONSE = DESCRIPTOR.message_types_by_name['UpdateWorkspaceStatusFromEdgeResponse']
|
|
38
|
-
_REGISTERWORKSPACETAGREQUEST = DESCRIPTOR.message_types_by_name['RegisterWorkspaceTagRequest']
|
|
39
|
-
_REGISTERWORKSPACETAGRESPONSE = DESCRIPTOR.message_types_by_name['RegisterWorkspaceTagResponse']
|
|
40
|
-
_LISTWORKSPACEIMAGESREQUEST = DESCRIPTOR.message_types_by_name['ListWorkspaceImagesRequest']
|
|
41
|
-
_LISTWORKSPACEIMAGESRESPONSE = DESCRIPTOR.message_types_by_name['ListWorkspaceImagesResponse']
|
|
42
|
-
_COUNTWORKSPACESREQUEST = DESCRIPTOR.message_types_by_name['CountWorkspacesRequest']
|
|
43
|
-
_COUNTWORKSPACESRESPONSE = DESCRIPTOR.message_types_by_name['CountWorkspacesResponse']
|
|
44
|
-
_GETDEFAULTWORKSPACEVALUESREQUEST = DESCRIPTOR.message_types_by_name['GetDefaultWorkspaceValuesRequest']
|
|
45
|
-
_GETDEFAULTWORKSPACEVALUESRESPONSE = DESCRIPTOR.message_types_by_name['GetDefaultWorkspaceValuesResponse']
|
|
46
|
-
_MARKBUILDASCOPIEDREQUEST = DESCRIPTOR.message_types_by_name['MarkBuildAsCopiedRequest']
|
|
47
|
-
_MARKBUILDASCOPIEDRESPONSE = DESCRIPTOR.message_types_by_name['MarkBuildAsCopiedResponse']
|
|
48
|
-
_COPYBUILDREQUEST = DESCRIPTOR.message_types_by_name['CopyBuildRequest']
|
|
49
|
-
_COPYBUILDRESPONSE = DESCRIPTOR.message_types_by_name['CopyBuildResponse']
|
|
50
|
-
CreateWorkspaceRequest = _reflection.GeneratedProtocolMessageType('CreateWorkspaceRequest', (_message.Message,), {
|
|
51
|
-
'DESCRIPTOR' : _CREATEWORKSPACEREQUEST,
|
|
52
|
-
'__module__' : 'qwak.workspace.workspace_service_pb2'
|
|
53
|
-
# @@protoc_insertion_point(class_scope:qwak.workspace.management.CreateWorkspaceRequest)
|
|
54
|
-
})
|
|
55
|
-
_sym_db.RegisterMessage(CreateWorkspaceRequest)
|
|
56
|
-
|
|
57
|
-
CreateWorkspaceResponse = _reflection.GeneratedProtocolMessageType('CreateWorkspaceResponse', (_message.Message,), {
|
|
58
|
-
'DESCRIPTOR' : _CREATEWORKSPACERESPONSE,
|
|
59
|
-
'__module__' : 'qwak.workspace.workspace_service_pb2'
|
|
60
|
-
# @@protoc_insertion_point(class_scope:qwak.workspace.management.CreateWorkspaceResponse)
|
|
61
|
-
})
|
|
62
|
-
_sym_db.RegisterMessage(CreateWorkspaceResponse)
|
|
63
|
-
|
|
64
|
-
UpdateWorkspaceRequest = _reflection.GeneratedProtocolMessageType('UpdateWorkspaceRequest', (_message.Message,), {
|
|
65
|
-
'DESCRIPTOR' : _UPDATEWORKSPACEREQUEST,
|
|
66
|
-
'__module__' : 'qwak.workspace.workspace_service_pb2'
|
|
67
|
-
# @@protoc_insertion_point(class_scope:qwak.workspace.management.UpdateWorkspaceRequest)
|
|
68
|
-
})
|
|
69
|
-
_sym_db.RegisterMessage(UpdateWorkspaceRequest)
|
|
70
|
-
|
|
71
|
-
DeployWorkspaceRequest = _reflection.GeneratedProtocolMessageType('DeployWorkspaceRequest', (_message.Message,), {
|
|
72
|
-
'DESCRIPTOR' : _DEPLOYWORKSPACEREQUEST,
|
|
73
|
-
'__module__' : 'qwak.workspace.workspace_service_pb2'
|
|
74
|
-
# @@protoc_insertion_point(class_scope:qwak.workspace.management.DeployWorkspaceRequest)
|
|
75
|
-
})
|
|
76
|
-
_sym_db.RegisterMessage(DeployWorkspaceRequest)
|
|
77
|
-
|
|
78
|
-
DeployWorkspaceResponse = _reflection.GeneratedProtocolMessageType('DeployWorkspaceResponse', (_message.Message,), {
|
|
79
|
-
'DESCRIPTOR' : _DEPLOYWORKSPACERESPONSE,
|
|
80
|
-
'__module__' : 'qwak.workspace.workspace_service_pb2'
|
|
81
|
-
# @@protoc_insertion_point(class_scope:qwak.workspace.management.DeployWorkspaceResponse)
|
|
82
|
-
})
|
|
83
|
-
_sym_db.RegisterMessage(DeployWorkspaceResponse)
|
|
84
|
-
|
|
85
|
-
UndeployWorkspaceRequest = _reflection.GeneratedProtocolMessageType('UndeployWorkspaceRequest', (_message.Message,), {
|
|
86
|
-
'DESCRIPTOR' : _UNDEPLOYWORKSPACEREQUEST,
|
|
87
|
-
'__module__' : 'qwak.workspace.workspace_service_pb2'
|
|
88
|
-
# @@protoc_insertion_point(class_scope:qwak.workspace.management.UndeployWorkspaceRequest)
|
|
89
|
-
})
|
|
90
|
-
_sym_db.RegisterMessage(UndeployWorkspaceRequest)
|
|
91
|
-
|
|
92
|
-
UndeployWorkspaceResponse = _reflection.GeneratedProtocolMessageType('UndeployWorkspaceResponse', (_message.Message,), {
|
|
93
|
-
'DESCRIPTOR' : _UNDEPLOYWORKSPACERESPONSE,
|
|
94
|
-
'__module__' : 'qwak.workspace.workspace_service_pb2'
|
|
95
|
-
# @@protoc_insertion_point(class_scope:qwak.workspace.management.UndeployWorkspaceResponse)
|
|
96
|
-
})
|
|
97
|
-
_sym_db.RegisterMessage(UndeployWorkspaceResponse)
|
|
98
|
-
|
|
99
|
-
UpdateWorkspaceResponse = _reflection.GeneratedProtocolMessageType('UpdateWorkspaceResponse', (_message.Message,), {
|
|
100
|
-
'DESCRIPTOR' : _UPDATEWORKSPACERESPONSE,
|
|
101
|
-
'__module__' : 'qwak.workspace.workspace_service_pb2'
|
|
102
|
-
# @@protoc_insertion_point(class_scope:qwak.workspace.management.UpdateWorkspaceResponse)
|
|
103
|
-
})
|
|
104
|
-
_sym_db.RegisterMessage(UpdateWorkspaceResponse)
|
|
105
|
-
|
|
106
|
-
ListWorkspacesRequest = _reflection.GeneratedProtocolMessageType('ListWorkspacesRequest', (_message.Message,), {
|
|
107
|
-
'DESCRIPTOR' : _LISTWORKSPACESREQUEST,
|
|
108
|
-
'__module__' : 'qwak.workspace.workspace_service_pb2'
|
|
109
|
-
# @@protoc_insertion_point(class_scope:qwak.workspace.management.ListWorkspacesRequest)
|
|
110
|
-
})
|
|
111
|
-
_sym_db.RegisterMessage(ListWorkspacesRequest)
|
|
112
|
-
|
|
113
|
-
ListWorkspacesResponse = _reflection.GeneratedProtocolMessageType('ListWorkspacesResponse', (_message.Message,), {
|
|
114
|
-
'DESCRIPTOR' : _LISTWORKSPACESRESPONSE,
|
|
115
|
-
'__module__' : 'qwak.workspace.workspace_service_pb2'
|
|
116
|
-
# @@protoc_insertion_point(class_scope:qwak.workspace.management.ListWorkspacesResponse)
|
|
117
|
-
})
|
|
118
|
-
_sym_db.RegisterMessage(ListWorkspacesResponse)
|
|
119
|
-
|
|
120
|
-
GetWorkspaceByIdRequest = _reflection.GeneratedProtocolMessageType('GetWorkspaceByIdRequest', (_message.Message,), {
|
|
121
|
-
'DESCRIPTOR' : _GETWORKSPACEBYIDREQUEST,
|
|
122
|
-
'__module__' : 'qwak.workspace.workspace_service_pb2'
|
|
123
|
-
# @@protoc_insertion_point(class_scope:qwak.workspace.management.GetWorkspaceByIdRequest)
|
|
124
|
-
})
|
|
125
|
-
_sym_db.RegisterMessage(GetWorkspaceByIdRequest)
|
|
126
|
-
|
|
127
|
-
GetWorkspaceByIdResponse = _reflection.GeneratedProtocolMessageType('GetWorkspaceByIdResponse', (_message.Message,), {
|
|
128
|
-
'DESCRIPTOR' : _GETWORKSPACEBYIDRESPONSE,
|
|
129
|
-
'__module__' : 'qwak.workspace.workspace_service_pb2'
|
|
130
|
-
# @@protoc_insertion_point(class_scope:qwak.workspace.management.GetWorkspaceByIdResponse)
|
|
131
|
-
})
|
|
132
|
-
_sym_db.RegisterMessage(GetWorkspaceByIdResponse)
|
|
133
|
-
|
|
134
|
-
DeleteWorkspaceRequest = _reflection.GeneratedProtocolMessageType('DeleteWorkspaceRequest', (_message.Message,), {
|
|
135
|
-
'DESCRIPTOR' : _DELETEWORKSPACEREQUEST,
|
|
136
|
-
'__module__' : 'qwak.workspace.workspace_service_pb2'
|
|
137
|
-
# @@protoc_insertion_point(class_scope:qwak.workspace.management.DeleteWorkspaceRequest)
|
|
138
|
-
})
|
|
139
|
-
_sym_db.RegisterMessage(DeleteWorkspaceRequest)
|
|
140
|
-
|
|
141
|
-
DeleteWorkspaceResponse = _reflection.GeneratedProtocolMessageType('DeleteWorkspaceResponse', (_message.Message,), {
|
|
142
|
-
'DESCRIPTOR' : _DELETEWORKSPACERESPONSE,
|
|
143
|
-
'__module__' : 'qwak.workspace.workspace_service_pb2'
|
|
144
|
-
# @@protoc_insertion_point(class_scope:qwak.workspace.management.DeleteWorkspaceResponse)
|
|
145
|
-
})
|
|
146
|
-
_sym_db.RegisterMessage(DeleteWorkspaceResponse)
|
|
147
|
-
|
|
148
|
-
UpdateWorkspaceStatusFromEdgeRequest = _reflection.GeneratedProtocolMessageType('UpdateWorkspaceStatusFromEdgeRequest', (_message.Message,), {
|
|
149
|
-
'DESCRIPTOR' : _UPDATEWORKSPACESTATUSFROMEDGEREQUEST,
|
|
150
|
-
'__module__' : 'qwak.workspace.workspace_service_pb2'
|
|
151
|
-
# @@protoc_insertion_point(class_scope:qwak.workspace.management.UpdateWorkspaceStatusFromEdgeRequest)
|
|
152
|
-
})
|
|
153
|
-
_sym_db.RegisterMessage(UpdateWorkspaceStatusFromEdgeRequest)
|
|
154
|
-
|
|
155
|
-
UpdateWorkspaceStatusFromEdgeResponse = _reflection.GeneratedProtocolMessageType('UpdateWorkspaceStatusFromEdgeResponse', (_message.Message,), {
|
|
156
|
-
'DESCRIPTOR' : _UPDATEWORKSPACESTATUSFROMEDGERESPONSE,
|
|
157
|
-
'__module__' : 'qwak.workspace.workspace_service_pb2'
|
|
158
|
-
# @@protoc_insertion_point(class_scope:qwak.workspace.management.UpdateWorkspaceStatusFromEdgeResponse)
|
|
159
|
-
})
|
|
160
|
-
_sym_db.RegisterMessage(UpdateWorkspaceStatusFromEdgeResponse)
|
|
161
|
-
|
|
162
|
-
RegisterWorkspaceTagRequest = _reflection.GeneratedProtocolMessageType('RegisterWorkspaceTagRequest', (_message.Message,), {
|
|
163
|
-
'DESCRIPTOR' : _REGISTERWORKSPACETAGREQUEST,
|
|
164
|
-
'__module__' : 'qwak.workspace.workspace_service_pb2'
|
|
165
|
-
# @@protoc_insertion_point(class_scope:qwak.workspace.management.RegisterWorkspaceTagRequest)
|
|
166
|
-
})
|
|
167
|
-
_sym_db.RegisterMessage(RegisterWorkspaceTagRequest)
|
|
168
|
-
|
|
169
|
-
RegisterWorkspaceTagResponse = _reflection.GeneratedProtocolMessageType('RegisterWorkspaceTagResponse', (_message.Message,), {
|
|
170
|
-
'DESCRIPTOR' : _REGISTERWORKSPACETAGRESPONSE,
|
|
171
|
-
'__module__' : 'qwak.workspace.workspace_service_pb2'
|
|
172
|
-
# @@protoc_insertion_point(class_scope:qwak.workspace.management.RegisterWorkspaceTagResponse)
|
|
173
|
-
})
|
|
174
|
-
_sym_db.RegisterMessage(RegisterWorkspaceTagResponse)
|
|
175
|
-
|
|
176
|
-
ListWorkspaceImagesRequest = _reflection.GeneratedProtocolMessageType('ListWorkspaceImagesRequest', (_message.Message,), {
|
|
177
|
-
'DESCRIPTOR' : _LISTWORKSPACEIMAGESREQUEST,
|
|
178
|
-
'__module__' : 'qwak.workspace.workspace_service_pb2'
|
|
179
|
-
# @@protoc_insertion_point(class_scope:qwak.workspace.management.ListWorkspaceImagesRequest)
|
|
180
|
-
})
|
|
181
|
-
_sym_db.RegisterMessage(ListWorkspaceImagesRequest)
|
|
182
|
-
|
|
183
|
-
ListWorkspaceImagesResponse = _reflection.GeneratedProtocolMessageType('ListWorkspaceImagesResponse', (_message.Message,), {
|
|
184
|
-
'DESCRIPTOR' : _LISTWORKSPACEIMAGESRESPONSE,
|
|
185
|
-
'__module__' : 'qwak.workspace.workspace_service_pb2'
|
|
186
|
-
# @@protoc_insertion_point(class_scope:qwak.workspace.management.ListWorkspaceImagesResponse)
|
|
187
|
-
})
|
|
188
|
-
_sym_db.RegisterMessage(ListWorkspaceImagesResponse)
|
|
189
|
-
|
|
190
|
-
CountWorkspacesRequest = _reflection.GeneratedProtocolMessageType('CountWorkspacesRequest', (_message.Message,), {
|
|
191
|
-
'DESCRIPTOR' : _COUNTWORKSPACESREQUEST,
|
|
192
|
-
'__module__' : 'qwak.workspace.workspace_service_pb2'
|
|
193
|
-
# @@protoc_insertion_point(class_scope:qwak.workspace.management.CountWorkspacesRequest)
|
|
194
|
-
})
|
|
195
|
-
_sym_db.RegisterMessage(CountWorkspacesRequest)
|
|
196
|
-
|
|
197
|
-
CountWorkspacesResponse = _reflection.GeneratedProtocolMessageType('CountWorkspacesResponse', (_message.Message,), {
|
|
198
|
-
'DESCRIPTOR' : _COUNTWORKSPACESRESPONSE,
|
|
199
|
-
'__module__' : 'qwak.workspace.workspace_service_pb2'
|
|
200
|
-
# @@protoc_insertion_point(class_scope:qwak.workspace.management.CountWorkspacesResponse)
|
|
201
|
-
})
|
|
202
|
-
_sym_db.RegisterMessage(CountWorkspacesResponse)
|
|
203
|
-
|
|
204
|
-
GetDefaultWorkspaceValuesRequest = _reflection.GeneratedProtocolMessageType('GetDefaultWorkspaceValuesRequest', (_message.Message,), {
|
|
205
|
-
'DESCRIPTOR' : _GETDEFAULTWORKSPACEVALUESREQUEST,
|
|
206
|
-
'__module__' : 'qwak.workspace.workspace_service_pb2'
|
|
207
|
-
# @@protoc_insertion_point(class_scope:qwak.workspace.management.GetDefaultWorkspaceValuesRequest)
|
|
208
|
-
})
|
|
209
|
-
_sym_db.RegisterMessage(GetDefaultWorkspaceValuesRequest)
|
|
210
|
-
|
|
211
|
-
GetDefaultWorkspaceValuesResponse = _reflection.GeneratedProtocolMessageType('GetDefaultWorkspaceValuesResponse', (_message.Message,), {
|
|
212
|
-
'DESCRIPTOR' : _GETDEFAULTWORKSPACEVALUESRESPONSE,
|
|
213
|
-
'__module__' : 'qwak.workspace.workspace_service_pb2'
|
|
214
|
-
# @@protoc_insertion_point(class_scope:qwak.workspace.management.GetDefaultWorkspaceValuesResponse)
|
|
215
|
-
})
|
|
216
|
-
_sym_db.RegisterMessage(GetDefaultWorkspaceValuesResponse)
|
|
217
|
-
|
|
218
|
-
MarkBuildAsCopiedRequest = _reflection.GeneratedProtocolMessageType('MarkBuildAsCopiedRequest', (_message.Message,), {
|
|
219
|
-
'DESCRIPTOR' : _MARKBUILDASCOPIEDREQUEST,
|
|
220
|
-
'__module__' : 'qwak.workspace.workspace_service_pb2'
|
|
221
|
-
# @@protoc_insertion_point(class_scope:qwak.workspace.management.MarkBuildAsCopiedRequest)
|
|
222
|
-
})
|
|
223
|
-
_sym_db.RegisterMessage(MarkBuildAsCopiedRequest)
|
|
224
|
-
|
|
225
|
-
MarkBuildAsCopiedResponse = _reflection.GeneratedProtocolMessageType('MarkBuildAsCopiedResponse', (_message.Message,), {
|
|
226
|
-
'DESCRIPTOR' : _MARKBUILDASCOPIEDRESPONSE,
|
|
227
|
-
'__module__' : 'qwak.workspace.workspace_service_pb2'
|
|
228
|
-
# @@protoc_insertion_point(class_scope:qwak.workspace.management.MarkBuildAsCopiedResponse)
|
|
229
|
-
})
|
|
230
|
-
_sym_db.RegisterMessage(MarkBuildAsCopiedResponse)
|
|
231
|
-
|
|
232
|
-
CopyBuildRequest = _reflection.GeneratedProtocolMessageType('CopyBuildRequest', (_message.Message,), {
|
|
233
|
-
'DESCRIPTOR' : _COPYBUILDREQUEST,
|
|
234
|
-
'__module__' : 'qwak.workspace.workspace_service_pb2'
|
|
235
|
-
# @@protoc_insertion_point(class_scope:qwak.workspace.management.CopyBuildRequest)
|
|
236
|
-
})
|
|
237
|
-
_sym_db.RegisterMessage(CopyBuildRequest)
|
|
238
|
-
|
|
239
|
-
CopyBuildResponse = _reflection.GeneratedProtocolMessageType('CopyBuildResponse', (_message.Message,), {
|
|
240
|
-
'DESCRIPTOR' : _COPYBUILDRESPONSE,
|
|
241
|
-
'__module__' : 'qwak.workspace.workspace_service_pb2'
|
|
242
|
-
# @@protoc_insertion_point(class_scope:qwak.workspace.management.CopyBuildResponse)
|
|
243
|
-
})
|
|
244
|
-
_sym_db.RegisterMessage(CopyBuildResponse)
|
|
245
|
-
|
|
246
|
-
_WORKSPACEMANAGEMENTSERVICE = DESCRIPTOR.services_by_name['WorkspaceManagementService']
|
|
19
|
+
_globals = globals()
|
|
20
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
21
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.workspace.workspace_service_pb2', _globals)
|
|
247
22
|
if _descriptor._USE_C_DESCRIPTORS == False:
|
|
248
23
|
|
|
249
24
|
DESCRIPTOR._options = None
|
|
250
25
|
DESCRIPTOR._serialized_options = b'\n$com.qwak.ai.management.workspace.apiP\001Z\030qwak/workspace;workspace'
|
|
251
|
-
_CREATEWORKSPACEREQUEST._serialized_start=101
|
|
252
|
-
_CREATEWORKSPACEREQUEST._serialized_end=191
|
|
253
|
-
_CREATEWORKSPACERESPONSE._serialized_start=193
|
|
254
|
-
_CREATEWORKSPACERESPONSE._serialized_end=240
|
|
255
|
-
_UPDATEWORKSPACEREQUEST._serialized_start=242
|
|
256
|
-
_UPDATEWORKSPACEREQUEST._serialized_end=354
|
|
257
|
-
_DEPLOYWORKSPACEREQUEST._serialized_start=356
|
|
258
|
-
_DEPLOYWORKSPACEREQUEST._serialized_end=402
|
|
259
|
-
_DEPLOYWORKSPACERESPONSE._serialized_start=404
|
|
260
|
-
_DEPLOYWORKSPACERESPONSE._serialized_end=429
|
|
261
|
-
_UNDEPLOYWORKSPACEREQUEST._serialized_start=431
|
|
262
|
-
_UNDEPLOYWORKSPACEREQUEST._serialized_end=479
|
|
263
|
-
_UNDEPLOYWORKSPACERESPONSE._serialized_start=481
|
|
264
|
-
_UNDEPLOYWORKSPACERESPONSE._serialized_end=508
|
|
265
|
-
_UPDATEWORKSPACERESPONSE._serialized_start=510
|
|
266
|
-
_UPDATEWORKSPACERESPONSE._serialized_end=535
|
|
267
|
-
_LISTWORKSPACESREQUEST._serialized_start=537
|
|
268
|
-
_LISTWORKSPACESREQUEST._serialized_end=560
|
|
269
|
-
_LISTWORKSPACESRESPONSE._serialized_start=562
|
|
270
|
-
_LISTWORKSPACESRESPONSE._serialized_end=644
|
|
271
|
-
_GETWORKSPACEBYIDREQUEST._serialized_start=646
|
|
272
|
-
_GETWORKSPACEBYIDREQUEST._serialized_end=693
|
|
273
|
-
_GETWORKSPACEBYIDRESPONSE._serialized_start=695
|
|
274
|
-
_GETWORKSPACEBYIDRESPONSE._serialized_end=778
|
|
275
|
-
_DELETEWORKSPACEREQUEST._serialized_start=780
|
|
276
|
-
_DELETEWORKSPACEREQUEST._serialized_end=826
|
|
277
|
-
_DELETEWORKSPACERESPONSE._serialized_start=828
|
|
278
|
-
_DELETEWORKSPACERESPONSE._serialized_end=853
|
|
279
|
-
_UPDATEWORKSPACESTATUSFROMEDGEREQUEST._serialized_start=856
|
|
280
|
-
_UPDATEWORKSPACESTATUSFROMEDGEREQUEST._serialized_end=1010
|
|
281
|
-
_UPDATEWORKSPACESTATUSFROMEDGERESPONSE._serialized_start=1012
|
|
282
|
-
_UPDATEWORKSPACESTATUSFROMEDGERESPONSE._serialized_end=1051
|
|
283
|
-
_REGISTERWORKSPACETAGREQUEST._serialized_start=1053
|
|
284
|
-
_REGISTERWORKSPACETAGREQUEST._serialized_end=1118
|
|
285
|
-
_REGISTERWORKSPACETAGRESPONSE._serialized_start=1120
|
|
286
|
-
_REGISTERWORKSPACETAGRESPONSE._serialized_end=1150
|
|
287
|
-
_LISTWORKSPACEIMAGESREQUEST._serialized_start=1152
|
|
288
|
-
_LISTWORKSPACEIMAGESREQUEST._serialized_end=1180
|
|
289
|
-
_LISTWORKSPACEIMAGESRESPONSE._serialized_start=1182
|
|
290
|
-
_LISTWORKSPACEIMAGESRESPONSE._serialized_end=1280
|
|
291
|
-
_COUNTWORKSPACESREQUEST._serialized_start=1282
|
|
292
|
-
_COUNTWORKSPACESREQUEST._serialized_end=1306
|
|
293
|
-
_COUNTWORKSPACESRESPONSE._serialized_start=1308
|
|
294
|
-
_COUNTWORKSPACESRESPONSE._serialized_end=1348
|
|
295
|
-
_GETDEFAULTWORKSPACEVALUESREQUEST._serialized_start=1350
|
|
296
|
-
_GETDEFAULTWORKSPACEVALUESREQUEST._serialized_end=1384
|
|
297
|
-
_GETDEFAULTWORKSPACEVALUESRESPONSE._serialized_start=1386
|
|
298
|
-
_GETDEFAULTWORKSPACEVALUESRESPONSE._serialized_end=1508
|
|
299
|
-
_MARKBUILDASCOPIEDREQUEST._serialized_start=1510
|
|
300
|
-
_MARKBUILDASCOPIEDREQUEST._serialized_end=1576
|
|
301
|
-
_MARKBUILDASCOPIEDRESPONSE._serialized_start=1578
|
|
302
|
-
_MARKBUILDASCOPIEDRESPONSE._serialized_end=1605
|
|
303
|
-
_COPYBUILDREQUEST._serialized_start=1607
|
|
304
|
-
_COPYBUILDREQUEST._serialized_end=1665
|
|
305
|
-
_COPYBUILDRESPONSE._serialized_start=1667
|
|
306
|
-
_COPYBUILDRESPONSE._serialized_end=1686
|
|
307
|
-
_WORKSPACEMANAGEMENTSERVICE._serialized_start=1689
|
|
308
|
-
_WORKSPACEMANAGEMENTSERVICE._serialized_end=3523
|
|
26
|
+
_globals['_CREATEWORKSPACEREQUEST']._serialized_start=101
|
|
27
|
+
_globals['_CREATEWORKSPACEREQUEST']._serialized_end=191
|
|
28
|
+
_globals['_CREATEWORKSPACERESPONSE']._serialized_start=193
|
|
29
|
+
_globals['_CREATEWORKSPACERESPONSE']._serialized_end=240
|
|
30
|
+
_globals['_UPDATEWORKSPACEREQUEST']._serialized_start=242
|
|
31
|
+
_globals['_UPDATEWORKSPACEREQUEST']._serialized_end=354
|
|
32
|
+
_globals['_DEPLOYWORKSPACEREQUEST']._serialized_start=356
|
|
33
|
+
_globals['_DEPLOYWORKSPACEREQUEST']._serialized_end=402
|
|
34
|
+
_globals['_DEPLOYWORKSPACERESPONSE']._serialized_start=404
|
|
35
|
+
_globals['_DEPLOYWORKSPACERESPONSE']._serialized_end=429
|
|
36
|
+
_globals['_UNDEPLOYWORKSPACEREQUEST']._serialized_start=431
|
|
37
|
+
_globals['_UNDEPLOYWORKSPACEREQUEST']._serialized_end=479
|
|
38
|
+
_globals['_UNDEPLOYWORKSPACERESPONSE']._serialized_start=481
|
|
39
|
+
_globals['_UNDEPLOYWORKSPACERESPONSE']._serialized_end=508
|
|
40
|
+
_globals['_UPDATEWORKSPACERESPONSE']._serialized_start=510
|
|
41
|
+
_globals['_UPDATEWORKSPACERESPONSE']._serialized_end=535
|
|
42
|
+
_globals['_LISTWORKSPACESREQUEST']._serialized_start=537
|
|
43
|
+
_globals['_LISTWORKSPACESREQUEST']._serialized_end=560
|
|
44
|
+
_globals['_LISTWORKSPACESRESPONSE']._serialized_start=562
|
|
45
|
+
_globals['_LISTWORKSPACESRESPONSE']._serialized_end=644
|
|
46
|
+
_globals['_GETWORKSPACEBYIDREQUEST']._serialized_start=646
|
|
47
|
+
_globals['_GETWORKSPACEBYIDREQUEST']._serialized_end=693
|
|
48
|
+
_globals['_GETWORKSPACEBYIDRESPONSE']._serialized_start=695
|
|
49
|
+
_globals['_GETWORKSPACEBYIDRESPONSE']._serialized_end=778
|
|
50
|
+
_globals['_DELETEWORKSPACEREQUEST']._serialized_start=780
|
|
51
|
+
_globals['_DELETEWORKSPACEREQUEST']._serialized_end=826
|
|
52
|
+
_globals['_DELETEWORKSPACERESPONSE']._serialized_start=828
|
|
53
|
+
_globals['_DELETEWORKSPACERESPONSE']._serialized_end=853
|
|
54
|
+
_globals['_UPDATEWORKSPACESTATUSFROMEDGEREQUEST']._serialized_start=856
|
|
55
|
+
_globals['_UPDATEWORKSPACESTATUSFROMEDGEREQUEST']._serialized_end=1010
|
|
56
|
+
_globals['_UPDATEWORKSPACESTATUSFROMEDGERESPONSE']._serialized_start=1012
|
|
57
|
+
_globals['_UPDATEWORKSPACESTATUSFROMEDGERESPONSE']._serialized_end=1051
|
|
58
|
+
_globals['_REGISTERWORKSPACETAGREQUEST']._serialized_start=1053
|
|
59
|
+
_globals['_REGISTERWORKSPACETAGREQUEST']._serialized_end=1118
|
|
60
|
+
_globals['_REGISTERWORKSPACETAGRESPONSE']._serialized_start=1120
|
|
61
|
+
_globals['_REGISTERWORKSPACETAGRESPONSE']._serialized_end=1150
|
|
62
|
+
_globals['_LISTWORKSPACEIMAGESREQUEST']._serialized_start=1152
|
|
63
|
+
_globals['_LISTWORKSPACEIMAGESREQUEST']._serialized_end=1180
|
|
64
|
+
_globals['_LISTWORKSPACEIMAGESRESPONSE']._serialized_start=1182
|
|
65
|
+
_globals['_LISTWORKSPACEIMAGESRESPONSE']._serialized_end=1280
|
|
66
|
+
_globals['_COUNTWORKSPACESREQUEST']._serialized_start=1282
|
|
67
|
+
_globals['_COUNTWORKSPACESREQUEST']._serialized_end=1306
|
|
68
|
+
_globals['_COUNTWORKSPACESRESPONSE']._serialized_start=1308
|
|
69
|
+
_globals['_COUNTWORKSPACESRESPONSE']._serialized_end=1348
|
|
70
|
+
_globals['_GETDEFAULTWORKSPACEVALUESREQUEST']._serialized_start=1350
|
|
71
|
+
_globals['_GETDEFAULTWORKSPACEVALUESREQUEST']._serialized_end=1384
|
|
72
|
+
_globals['_GETDEFAULTWORKSPACEVALUESRESPONSE']._serialized_start=1386
|
|
73
|
+
_globals['_GETDEFAULTWORKSPACEVALUESRESPONSE']._serialized_end=1508
|
|
74
|
+
_globals['_MARKBUILDASCOPIEDREQUEST']._serialized_start=1510
|
|
75
|
+
_globals['_MARKBUILDASCOPIEDREQUEST']._serialized_end=1576
|
|
76
|
+
_globals['_MARKBUILDASCOPIEDRESPONSE']._serialized_start=1578
|
|
77
|
+
_globals['_MARKBUILDASCOPIEDRESPONSE']._serialized_end=1605
|
|
78
|
+
_globals['_COPYBUILDREQUEST']._serialized_start=1607
|
|
79
|
+
_globals['_COPYBUILDREQUEST']._serialized_end=1665
|
|
80
|
+
_globals['_COPYBUILDRESPONSE']._serialized_start=1667
|
|
81
|
+
_globals['_COPYBUILDRESPONSE']._serialized_end=1686
|
|
82
|
+
_globals['_WORKSPACEMANAGEMENTSERVICE']._serialized_start=1689
|
|
83
|
+
_globals['_WORKSPACEMANAGEMENTSERVICE']._serialized_end=3523
|
|
309
84
|
# @@protoc_insertion_point(module_scope)
|
qwak/__init__.py
CHANGED
qwak/automations/automations.py
CHANGED
|
@@ -281,6 +281,7 @@ class Automation:
|
|
|
281
281
|
on_error: Notification = field(default=None)
|
|
282
282
|
on_success: Notification = field(default=None)
|
|
283
283
|
jfrog_token_id: str = field(default="")
|
|
284
|
+
platform_url: str = field(default="")
|
|
284
285
|
|
|
285
286
|
def to_proto(self):
|
|
286
287
|
return AutomationProto(
|
|
@@ -304,6 +305,7 @@ class Automation:
|
|
|
304
305
|
create_audit=self.create_audit.to_proto(),
|
|
305
306
|
is_deleted=self.is_deleted,
|
|
306
307
|
jfrog_token_id=self.jfrog_token_id,
|
|
308
|
+
platform_url=self.platform_url,
|
|
307
309
|
)
|
|
308
310
|
|
|
309
311
|
@staticmethod
|
|
@@ -349,6 +351,7 @@ class Automation:
|
|
|
349
351
|
else None
|
|
350
352
|
),
|
|
351
353
|
jfrog_token_id=message.jfrog_token_id,
|
|
354
|
+
platform_url=message.platform_url,
|
|
352
355
|
)
|
|
353
356
|
|
|
354
357
|
def __str__(self):
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
from _qwak_proto.qwak.execution.v1.backfill_pb2 import BackfillSpec
|
|
2
|
+
from _qwak_proto.qwak.execution.v1.streaming_aggregation_pb2 import (
|
|
3
|
+
StreamingAggregationBackfillIngestion,
|
|
4
|
+
)
|
|
2
5
|
from _qwak_proto.qwak.execution.v1.batch_pb2 import BatchIngestion
|
|
3
6
|
from _qwak_proto.qwak.execution.v1.execution_service_pb2 import (
|
|
4
7
|
GetExecutionEntryRequest,
|
|
@@ -9,6 +12,8 @@ from _qwak_proto.qwak.execution.v1.execution_service_pb2 import (
|
|
|
9
12
|
TriggerBackfillResponse,
|
|
10
13
|
TriggerBatchFeaturesetRequest,
|
|
11
14
|
TriggerBatchFeaturesetResponse,
|
|
15
|
+
TriggerStreamingAggregationBackfillRequest,
|
|
16
|
+
TriggerStreamingAggregationBackfillResponse,
|
|
12
17
|
)
|
|
13
18
|
from _qwak_proto.qwak.execution.v1.execution_service_pb2_grpc import (
|
|
14
19
|
FeatureStoreExecutionServiceStub,
|
|
@@ -29,6 +34,29 @@ class ExecutionManagementClient:
|
|
|
29
34
|
grpc_channel
|
|
30
35
|
)
|
|
31
36
|
|
|
37
|
+
def trigger_streaming_aggregation_backfill(
|
|
38
|
+
self, backfill_ingestion: StreamingAggregationBackfillIngestion
|
|
39
|
+
) -> TriggerStreamingAggregationBackfillResponse:
|
|
40
|
+
"""
|
|
41
|
+
Receives a configured streaming aggregation backfill proto and triggers a streaming aggregation
|
|
42
|
+
backfill against the execution manager
|
|
43
|
+
|
|
44
|
+
Args:
|
|
45
|
+
backfill_ingestion (StreamingAggregationBackfillIngestion): A protobuf message
|
|
46
|
+
containing the backfill specification details
|
|
47
|
+
|
|
48
|
+
Returns:
|
|
49
|
+
TriggerStreamingAggregationBackfillResponse: response object from the execution manager
|
|
50
|
+
"""
|
|
51
|
+
try:
|
|
52
|
+
return self._feature_store_execution_service.TriggerStreamingAggregationBackfill(
|
|
53
|
+
TriggerStreamingAggregationBackfillRequest(backfill=backfill_ingestion)
|
|
54
|
+
)
|
|
55
|
+
except RpcError as e:
|
|
56
|
+
raise QwakException(
|
|
57
|
+
f"Failed to trigger streaming aggregation backfill job, error encountered {e}"
|
|
58
|
+
)
|
|
59
|
+
|
|
32
60
|
def trigger_batch_backfill(
|
|
33
61
|
self, batch_backfill_spec: BackfillSpec
|
|
34
62
|
) -> TriggerBackfillResponse:
|