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/feature_store/features/feature_set_types.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()
|
|
@@ -23,281 +21,11 @@ from _qwak_proto.qwak.feature_store.features import real_time_feature_extractor_
|
|
|
23
21
|
from _qwak_proto.qwak.feature_store.sinks import sink_pb2 as qwak_dot_feature__store_dot_sinks_dot_sink__pb2
|
|
24
22
|
|
|
25
23
|
|
|
26
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n3qwak/feature_store/features/feature_set_types.proto\x12\x1bqwak.feature.store.features\x1a\x1fgoogle/protobuf/timestamp.proto\x1a&qwak/feature_store/sources/batch.proto\x1a*qwak/feature_store/sources/streaming.proto\x1a+qwak/feature_store/features/execution.proto\x1a-qwak/feature_store/features/aggregation.proto\x1a,qwak/feature_store/features/monitoring.proto\x1a=qwak/feature_store/features/real_time_feature_extractor.proto\x1a#qwak/feature_store/sinks/sink.proto\"\x9f\x04\n\x0e\x46\x65\x61tureSetType\x12I\n\x11\x62\x61tch_feature_set\x18\x05 \x01(\x0b\x32,.qwak.feature.store.features.BatchFeatureSetH\x00\x12Q\n\x16on_the_fly_feature_set\x18\x06 \x01(\x0b\x32/.qwak.feature.store.features.OnTheFlyFeatureSetH\x00\x12Q\n\x15streaming_feature_set\x18\x07 \x01(\x0b\x32\x30.qwak.feature.store.features.StreamingFeatureSetH\x00\x12V\n\x18streaming_feature_set_v1\x18\x08 \x01(\x0b\x32\x32.qwak.feature.store.features.StreamingFeatureSetV1H\x00\x12N\n\x14\x62\x61tch_feature_set_v1\x18\t \x01(\x0b\x32..qwak.feature.store.features.BatchFeatureSetV1H\x00\x12h\n!streaming_aggregation_feature_set\x18\n \x01(\x0b\x32;.qwak.feature.store.features.StreamingAggregationFeatureSetH\x00\x42\n\n\x08set_type\"\x9d\x03\n\x0f\x42\x61tchFeatureSet\x12\x19\n\x11scheduling_policy\x18\x01 \x01(\t\x12\x41\n\x0c\x64\x61ta_sources\x18\x02 \x03(\x0b\x32\'.qwak.feature.store.sources.BatchSourceB\x02\x18\x01\x12\x37\n\x08\x62\x61\x63kfill\x18\x03 \x01(\x0b\x32%.qwak.feature.store.features.Backfill\x12\x37\n\x08\x66unction\x18\x04 \x01(\x0b\x32%.qwak.feature.store.features.Function\x12U\n\x19\x66\x65\x61ture_set_batch_sources\x18\x05 \x03(\x0b\x32\x32.qwak.feature.store.features.FeatureSetBatchSource\x12\x63\n\x19monitoring_configurations\x18\x06 \x01(\x0b\x32@.qwak.feature.store.features.monitoring.MonitoringConfigurations\"\xd8\x05\n\x11\x42\x61tchFeatureSetV1\x12\x19\n\x11scheduling_policy\x18\x01 \x01(\t\x12\x37\n\x08\x62\x61\x63kfill\x18\x02 \x01(\x0b\x32%.qwak.feature.store.features.Backfill\x12;\n\x08\x66unction\x18\x03 \x01(\x0b\x32%.qwak.feature.store.features.FunctionB\x02\x18\x01\x12U\n\x19\x66\x65\x61ture_set_batch_sources\x18\x04 \x03(\x0b\x32\x32.qwak.feature.store.features.FeatureSetBatchSource\x12L\n\x0e\x65xecution_spec\x18\x05 \x01(\x0b\x32\x34.qwak.feature.store.features.execution.ExecutionSpec\x12\x14\n\x0coffline_sink\x18\x06 \x01(\x08\x12\x13\n\x0bonline_sink\x18\x07 \x01(\x08\x12\x63\n\x19monitoring_configurations\x18\x08 \x01(\x0b\x32@.qwak.feature.store.features.monitoring.MonitoringConfigurations\x12\x1d\n\x15timestamp_column_name\x18\t \x01(\t\x12\x43\n\x0etransformation\x18\n \x01(\x0b\x32+.qwak.feature.store.features.Transformation\x12&\n\x1eqwak_internal_protocol_version\x18\x0b \x01(\x05\x12\\\n\x1breal_time_feature_extractor\x18\x0c \x01(\x0b\x32\x35.qwak.feature.store.features.RealTimeFeatureExtractorH\x00\x42\x13\n\x11\x66\x65\x61ture_extractor\"\x9d\x01\n\x15\x46\x65\x61tureSetBatchSource\x12<\n\x0b\x64\x61ta_source\x18\x01 \x01(\x0b\x32\'.qwak.feature.store.sources.BatchSource\x12\x46\n\x0bread_policy\x18\x02 \x01(\x0b\x32\x31.qwak.feature.store.features.DataSourceReadPolicy\"X\n\x13StreamingFeatureSet\x12\x41\n\x0c\x64\x61ta_sources\x18\x01 \x03(\x0b\x32+.qwak.feature.store.sources.StreamingSource\"\xc3\x03\n\x15StreamingFeatureSetV1\x12\x41\n\x0c\x64\x61ta_sources\x18\x01 \x03(\x0b\x32+.qwak.feature.store.sources.StreamingSource\x12\x43\n\x0etransformation\x18\x02 \x01(\x0b\x32+.qwak.feature.store.features.Transformation\x12U\n\x0e\x65xecution_spec\x18\x03 \x01(\x0b\x32=.qwak.feature.store.features.execution.StreamingExecutionSpec\x12\x1d\n\x15timestamp_column_name\x18\x04 \x01(\t\x12\x1f\n\x17online_trigger_interval\x18\x05 \x01(\x05\x12!\n\x19offline_scheduling_policy\x18\x06 \x01(\t\x12&\n\x1eqwak_internal_protocol_version\x18\x07 \x01(\x05\x12@\n\x0f\x61uxiliary_sinks\x18\x08 \x03(\x0b\x32\'.qwak.feature.store.sinks.StreamingSink\"\x97\x04\n\x1eStreamingAggregationFeatureSet\x12\x41\n\x0c\x64\x61ta_sources\x18\x01 \x03(\x0b\x32+.qwak.feature.store.sources.StreamingSource\x12\x43\n\x0etransformation\x18\x02 \x01(\x0b\x32+.qwak.feature.store.features.Transformation\x12U\n\x0e\x65xecution_spec\x18\x03 \x01(\x0b\x32=.qwak.feature.store.features.execution.StreamingExecutionSpec\x12\x1d\n\x15timestamp_column_name\x18\x04 \x01(\t\x12\x1f\n\x17online_trigger_interval\x18\x05 \x01(\x05\x12$\n\x1c\x63ompaction_scheduling_policy\x18\x06 \x01(\t\x12\x46\n\x10\x61ggregation_spec\x18\x07 \x01(\x0b\x32,.qwak.feature.store.features.AggregationSpec\x12@\n\rbackfill_spec\x18\x08 \x01(\x0b\x32).qwak.feature.store.features.BackfillSpec\x12&\n\x1eqwak_internal_protocol_version\x18\t \x01(\x05\"\xc3\x01\n\x1b\x42\x61\x63kfillBatchDataSourceSpec\x12<\n\x0b\x64\x61ta_source\x18\x01 \x01(\x0b\x32\'.qwak.feature.store.sources.BatchSource\x12\x33\n\x0fstart_timestamp\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x31\n\rend_timestamp\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\"|\n\x16\x42\x61\x63kfillDataSourceSpec\x12Z\n\x16\x62\x61tch_data_source_spec\x18\x01 \x01(\x0b\x32\x38.qwak.feature.store.features.BackfillBatchDataSourceSpecH\x00\x42\x06\n\x04type\"\xe1\x02\n\x0c\x42\x61\x63kfillSpec\x12T\n\x0e\x65xecution_spec\x18\x01 \x01(\x0b\x32<.qwak.feature.store.features.execution.BackfillExecutionSpec\x12\x33\n\x0fstart_timestamp\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x31\n\rend_timestamp\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x43\n\x0etransformation\x18\x04 \x01(\x0b\x32+.qwak.feature.store.features.Transformation\x12N\n\x11\x64\x61ta_source_specs\x18\x05 \x03(\x0b\x32\x33.qwak.feature.store.features.BackfillDataSourceSpec\"\x9f\x01\n\x0f\x41ggregationSpec\x12O\n\x0c\x61ggregations\x18\x01 \x03(\x0b\x32\x39.qwak.feature.store.features.aggregation.AggregationField\x12\x15\n\rslide_seconds\x18\x02 \x01(\x05\x12$\n\x1c\x61llowed_late_arrival_seconds\x18\x03 \x01(\x05\"\xdd\x03\n\x0eTransformation\x12L\n\x12udf_transformation\x18\x01 \x01(\x0b\x32..qwak.feature.store.features.UdfTransformationH\x00\x12L\n\x12sql_transformation\x18\x02 \x01(\x0b\x32..qwak.feature.store.features.SqlTransformationH\x00\x12V\n\x15koalas_transformation\x18\x03 \x01(\x0b\x32\x31.qwak.feature.store.features.KoalasTransformationB\x02\x18\x01H\x00\x12T\n\x16pyspark_transformation\x18\x05 \x01(\x0b\x32\x32.qwak.feature.store.features.PySparkTransformationH\x00\x12\x62\n\x1epandas_on_spark_transformation\x18\x06 \x01(\x0b\x32\x38.qwak.feature.store.features.PandasOnSparkTransformationH\x00\x12\x15\n\rartifact_path\x18\x04 \x01(\tB\x06\n\x04type\"*\n\x11UdfTransformation\x12\x15\n\rfunction_name\x18\x01 \x01(\t\"8\n\x11SqlTransformation\x12\x0b\n\x03sql\x18\x01 \x01(\t\x12\x16\n\x0e\x66unction_names\x18\x02 \x03(\t\"\x83\x01\n\x14KoalasTransformation\x12\x15\n\rfunction_name\x18\x01 \x01(\t\x12\x41\n\x06qwargs\x18\x02 \x01(\x0b\x32/.qwak.feature.store.features.TransformArgumentsH\x00:\x02\x18\x01\x42\r\n\x0b\x61rgs_option\"\x80\x01\n\x15PySparkTransformation\x12\x15\n\rfunction_name\x18\x01 \x01(\t\x12\x41\n\x06qwargs\x18\x02 \x01(\x0b\x32/.qwak.feature.store.features.TransformArgumentsH\x00\x42\r\n\x0b\x61rgs_option\"\x86\x01\n\x1bPandasOnSparkTransformation\x12\x15\n\rfunction_name\x18\x01 \x01(\t\x12\x41\n\x06qwargs\x18\x02 \x01(\x0b\x32/.qwak.feature.store.features.TransformArgumentsH\x00\x42\r\n\x0b\x61rgs_option\"\x90\x01\n\x12TransformArguments\x12K\n\x06qwargs\x18\x01 \x03(\x0b\x32;.qwak.feature.store.features.TransformArguments.QwargsEntry\x1a-\n\x0bQwargsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"f\n\x12OnTheFlyFeatureSet\x12:\n\x08\x66unction\x18\x01 \x01(\x0b\x32(.qwak.feature.store.features.UdfFunction\x12\x14\n\x0crequirements\x18\x02 \x01(\x0c\"\x96\x01\n\x08\x46unction\x12@\n\x0csql_function\x18\x01 \x01(\x0b\x32(.qwak.feature.store.features.SqlFunctionH\x00\x12@\n\x0cudf_function\x18\x02 \x01(\x0b\x32(.qwak.feature.store.features.UdfFunctionH\x00\x42\x06\n\x04type\"\xb5\x01\n\x08\x42\x61\x63kfill\x12.\n\nstart_date\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12I\n\rfillup_method\x18\x02 \x01(\x0e\x32\x32.qwak.feature.store.features.Backfill.FillUpMethod\".\n\x0c\x46illUpMethod\x12\x10\n\x0c\x41S_SCHEDULED\x10\x00\x12\x0c\n\x08SNAPSHOT\x10\x01\"\x1a\n\x0bSqlFunction\x12\x0b\n\x03sql\x18\x01 \x01(\t\"\x1b\n\x0bUdfFunction\x12\x0c\n\x04\x63ode\x18\x01 \x01(\x0c\"\t\n\x07NewOnly\"\xa0\x01\n\tTimeFrame\x12\x0f\n\x07minutes\x18\x01 \x01(\x05\x12\x37\n\x07vanilla\x18\x02 \x01(\x0b\x32$.qwak.feature.store.features.VanillaH\x00\x12?\n\x0b\x61ggregation\x18\x03 \x01(\x0b\x32(.qwak.feature.store.features.AggregationH\x00\x42\x08\n\x06\x66lavor\"k\n\x0b\x41ggregation\x12T\n\x16\x61ggregation_population\x18\x01 \x01(\x0b\x32\x32.qwak.feature.store.features.AggregationPopulationH\x00\x42\x06\n\x04type\"\x17\n\x15\x41ggregationPopulation\"\x1c\n\x1aPopulationTimeframeNewOnly\"j\n\x13PopulationTimeframe\x12K\n\x08new_only\x18\x01 \x01(\x0b\x32\x37.qwak.feature.store.features.PopulationTimeframeNewOnlyH\x00\x42\x06\n\x04type\"\t\n\x07Vanilla\"\x9f\x01\n\x08\x46ullRead\x12\x37\n\x07\x64\x65\x66\x61ult\x18\x01 \x01(\x0b\x32$.qwak.feature.store.features.VanillaH\x00\x12P\n\x14population_timeframe\x18\x02 \x01(\x0b\x32\x30.qwak.feature.store.features.PopulationTimeframeH\x00\x42\x08\n\x06\x66lavor\"\xd2\x01\n\x14\x44\x61taSourceReadPolicy\x12\x38\n\x08new_only\x18\x01 \x01(\x0b\x32$.qwak.feature.store.features.NewOnlyH\x00\x12<\n\ntime_frame\x18\x02 \x01(\x0b\x32&.qwak.feature.store.features.TimeFrameH\x00\x12:\n\tfull_read\x18\x03 \x01(\x0b\x32%.qwak.feature.store.features.FullReadH\x00\x42\x06\n\x04type*}\n\x12\x46\x65\x61tureSetTypeView\x12!\n\x1d\x46\x45\x41TURE_SET_TYPE_VIEW_INVALID\x10\x00\x12\x1f\n\x1b\x46\x45\x41TURE_SET_TYPE_VIEW_BATCH\x10\x01\x12#\n\x1f\x46\x45\x41TURE_SET_TYPE_VIEW_STREAMING\x10\x02\x42[\n&com.qwak.ai.feature.store.features.apiP\x01Z/qwak/featurestore/features;featurestorefeaturesb\x06proto3')
|
|
27
|
-
|
|
28
|
-
_FEATURESETTYPEVIEW = DESCRIPTOR.enum_types_by_name['FeatureSetTypeView']
|
|
29
|
-
FeatureSetTypeView = enum_type_wrapper.EnumTypeWrapper(_FEATURESETTYPEVIEW)
|
|
30
|
-
FEATURE_SET_TYPE_VIEW_INVALID = 0
|
|
31
|
-
FEATURE_SET_TYPE_VIEW_BATCH = 1
|
|
32
|
-
FEATURE_SET_TYPE_VIEW_STREAMING = 2
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
_FEATURESETTYPE = DESCRIPTOR.message_types_by_name['FeatureSetType']
|
|
36
|
-
_BATCHFEATURESET = DESCRIPTOR.message_types_by_name['BatchFeatureSet']
|
|
37
|
-
_BATCHFEATURESETV1 = DESCRIPTOR.message_types_by_name['BatchFeatureSetV1']
|
|
38
|
-
_FEATURESETBATCHSOURCE = DESCRIPTOR.message_types_by_name['FeatureSetBatchSource']
|
|
39
|
-
_STREAMINGFEATURESET = DESCRIPTOR.message_types_by_name['StreamingFeatureSet']
|
|
40
|
-
_STREAMINGFEATURESETV1 = DESCRIPTOR.message_types_by_name['StreamingFeatureSetV1']
|
|
41
|
-
_STREAMINGAGGREGATIONFEATURESET = DESCRIPTOR.message_types_by_name['StreamingAggregationFeatureSet']
|
|
42
|
-
_BACKFILLBATCHDATASOURCESPEC = DESCRIPTOR.message_types_by_name['BackfillBatchDataSourceSpec']
|
|
43
|
-
_BACKFILLDATASOURCESPEC = DESCRIPTOR.message_types_by_name['BackfillDataSourceSpec']
|
|
44
|
-
_BACKFILLSPEC = DESCRIPTOR.message_types_by_name['BackfillSpec']
|
|
45
|
-
_AGGREGATIONSPEC = DESCRIPTOR.message_types_by_name['AggregationSpec']
|
|
46
|
-
_TRANSFORMATION = DESCRIPTOR.message_types_by_name['Transformation']
|
|
47
|
-
_UDFTRANSFORMATION = DESCRIPTOR.message_types_by_name['UdfTransformation']
|
|
48
|
-
_SQLTRANSFORMATION = DESCRIPTOR.message_types_by_name['SqlTransformation']
|
|
49
|
-
_KOALASTRANSFORMATION = DESCRIPTOR.message_types_by_name['KoalasTransformation']
|
|
50
|
-
_PYSPARKTRANSFORMATION = DESCRIPTOR.message_types_by_name['PySparkTransformation']
|
|
51
|
-
_PANDASONSPARKTRANSFORMATION = DESCRIPTOR.message_types_by_name['PandasOnSparkTransformation']
|
|
52
|
-
_TRANSFORMARGUMENTS = DESCRIPTOR.message_types_by_name['TransformArguments']
|
|
53
|
-
_TRANSFORMARGUMENTS_QWARGSENTRY = _TRANSFORMARGUMENTS.nested_types_by_name['QwargsEntry']
|
|
54
|
-
_ONTHEFLYFEATURESET = DESCRIPTOR.message_types_by_name['OnTheFlyFeatureSet']
|
|
55
|
-
_FUNCTION = DESCRIPTOR.message_types_by_name['Function']
|
|
56
|
-
_BACKFILL = DESCRIPTOR.message_types_by_name['Backfill']
|
|
57
|
-
_SQLFUNCTION = DESCRIPTOR.message_types_by_name['SqlFunction']
|
|
58
|
-
_UDFFUNCTION = DESCRIPTOR.message_types_by_name['UdfFunction']
|
|
59
|
-
_NEWONLY = DESCRIPTOR.message_types_by_name['NewOnly']
|
|
60
|
-
_TIMEFRAME = DESCRIPTOR.message_types_by_name['TimeFrame']
|
|
61
|
-
_AGGREGATION = DESCRIPTOR.message_types_by_name['Aggregation']
|
|
62
|
-
_AGGREGATIONPOPULATION = DESCRIPTOR.message_types_by_name['AggregationPopulation']
|
|
63
|
-
_POPULATIONTIMEFRAMENEWONLY = DESCRIPTOR.message_types_by_name['PopulationTimeframeNewOnly']
|
|
64
|
-
_POPULATIONTIMEFRAME = DESCRIPTOR.message_types_by_name['PopulationTimeframe']
|
|
65
|
-
_VANILLA = DESCRIPTOR.message_types_by_name['Vanilla']
|
|
66
|
-
_FULLREAD = DESCRIPTOR.message_types_by_name['FullRead']
|
|
67
|
-
_DATASOURCEREADPOLICY = DESCRIPTOR.message_types_by_name['DataSourceReadPolicy']
|
|
68
|
-
_BACKFILL_FILLUPMETHOD = _BACKFILL.enum_types_by_name['FillUpMethod']
|
|
69
|
-
FeatureSetType = _reflection.GeneratedProtocolMessageType('FeatureSetType', (_message.Message,), {
|
|
70
|
-
'DESCRIPTOR' : _FEATURESETTYPE,
|
|
71
|
-
'__module__' : 'qwak.feature_store.features.feature_set_types_pb2'
|
|
72
|
-
# @@protoc_insertion_point(class_scope:qwak.feature.store.features.FeatureSetType)
|
|
73
|
-
})
|
|
74
|
-
_sym_db.RegisterMessage(FeatureSetType)
|
|
75
|
-
|
|
76
|
-
BatchFeatureSet = _reflection.GeneratedProtocolMessageType('BatchFeatureSet', (_message.Message,), {
|
|
77
|
-
'DESCRIPTOR' : _BATCHFEATURESET,
|
|
78
|
-
'__module__' : 'qwak.feature_store.features.feature_set_types_pb2'
|
|
79
|
-
# @@protoc_insertion_point(class_scope:qwak.feature.store.features.BatchFeatureSet)
|
|
80
|
-
})
|
|
81
|
-
_sym_db.RegisterMessage(BatchFeatureSet)
|
|
82
|
-
|
|
83
|
-
BatchFeatureSetV1 = _reflection.GeneratedProtocolMessageType('BatchFeatureSetV1', (_message.Message,), {
|
|
84
|
-
'DESCRIPTOR' : _BATCHFEATURESETV1,
|
|
85
|
-
'__module__' : 'qwak.feature_store.features.feature_set_types_pb2'
|
|
86
|
-
# @@protoc_insertion_point(class_scope:qwak.feature.store.features.BatchFeatureSetV1)
|
|
87
|
-
})
|
|
88
|
-
_sym_db.RegisterMessage(BatchFeatureSetV1)
|
|
89
|
-
|
|
90
|
-
FeatureSetBatchSource = _reflection.GeneratedProtocolMessageType('FeatureSetBatchSource', (_message.Message,), {
|
|
91
|
-
'DESCRIPTOR' : _FEATURESETBATCHSOURCE,
|
|
92
|
-
'__module__' : 'qwak.feature_store.features.feature_set_types_pb2'
|
|
93
|
-
# @@protoc_insertion_point(class_scope:qwak.feature.store.features.FeatureSetBatchSource)
|
|
94
|
-
})
|
|
95
|
-
_sym_db.RegisterMessage(FeatureSetBatchSource)
|
|
96
|
-
|
|
97
|
-
StreamingFeatureSet = _reflection.GeneratedProtocolMessageType('StreamingFeatureSet', (_message.Message,), {
|
|
98
|
-
'DESCRIPTOR' : _STREAMINGFEATURESET,
|
|
99
|
-
'__module__' : 'qwak.feature_store.features.feature_set_types_pb2'
|
|
100
|
-
# @@protoc_insertion_point(class_scope:qwak.feature.store.features.StreamingFeatureSet)
|
|
101
|
-
})
|
|
102
|
-
_sym_db.RegisterMessage(StreamingFeatureSet)
|
|
103
|
-
|
|
104
|
-
StreamingFeatureSetV1 = _reflection.GeneratedProtocolMessageType('StreamingFeatureSetV1', (_message.Message,), {
|
|
105
|
-
'DESCRIPTOR' : _STREAMINGFEATURESETV1,
|
|
106
|
-
'__module__' : 'qwak.feature_store.features.feature_set_types_pb2'
|
|
107
|
-
# @@protoc_insertion_point(class_scope:qwak.feature.store.features.StreamingFeatureSetV1)
|
|
108
|
-
})
|
|
109
|
-
_sym_db.RegisterMessage(StreamingFeatureSetV1)
|
|
110
|
-
|
|
111
|
-
StreamingAggregationFeatureSet = _reflection.GeneratedProtocolMessageType('StreamingAggregationFeatureSet', (_message.Message,), {
|
|
112
|
-
'DESCRIPTOR' : _STREAMINGAGGREGATIONFEATURESET,
|
|
113
|
-
'__module__' : 'qwak.feature_store.features.feature_set_types_pb2'
|
|
114
|
-
# @@protoc_insertion_point(class_scope:qwak.feature.store.features.StreamingAggregationFeatureSet)
|
|
115
|
-
})
|
|
116
|
-
_sym_db.RegisterMessage(StreamingAggregationFeatureSet)
|
|
117
|
-
|
|
118
|
-
BackfillBatchDataSourceSpec = _reflection.GeneratedProtocolMessageType('BackfillBatchDataSourceSpec', (_message.Message,), {
|
|
119
|
-
'DESCRIPTOR' : _BACKFILLBATCHDATASOURCESPEC,
|
|
120
|
-
'__module__' : 'qwak.feature_store.features.feature_set_types_pb2'
|
|
121
|
-
# @@protoc_insertion_point(class_scope:qwak.feature.store.features.BackfillBatchDataSourceSpec)
|
|
122
|
-
})
|
|
123
|
-
_sym_db.RegisterMessage(BackfillBatchDataSourceSpec)
|
|
124
|
-
|
|
125
|
-
BackfillDataSourceSpec = _reflection.GeneratedProtocolMessageType('BackfillDataSourceSpec', (_message.Message,), {
|
|
126
|
-
'DESCRIPTOR' : _BACKFILLDATASOURCESPEC,
|
|
127
|
-
'__module__' : 'qwak.feature_store.features.feature_set_types_pb2'
|
|
128
|
-
# @@protoc_insertion_point(class_scope:qwak.feature.store.features.BackfillDataSourceSpec)
|
|
129
|
-
})
|
|
130
|
-
_sym_db.RegisterMessage(BackfillDataSourceSpec)
|
|
131
|
-
|
|
132
|
-
BackfillSpec = _reflection.GeneratedProtocolMessageType('BackfillSpec', (_message.Message,), {
|
|
133
|
-
'DESCRIPTOR' : _BACKFILLSPEC,
|
|
134
|
-
'__module__' : 'qwak.feature_store.features.feature_set_types_pb2'
|
|
135
|
-
# @@protoc_insertion_point(class_scope:qwak.feature.store.features.BackfillSpec)
|
|
136
|
-
})
|
|
137
|
-
_sym_db.RegisterMessage(BackfillSpec)
|
|
138
|
-
|
|
139
|
-
AggregationSpec = _reflection.GeneratedProtocolMessageType('AggregationSpec', (_message.Message,), {
|
|
140
|
-
'DESCRIPTOR' : _AGGREGATIONSPEC,
|
|
141
|
-
'__module__' : 'qwak.feature_store.features.feature_set_types_pb2'
|
|
142
|
-
# @@protoc_insertion_point(class_scope:qwak.feature.store.features.AggregationSpec)
|
|
143
|
-
})
|
|
144
|
-
_sym_db.RegisterMessage(AggregationSpec)
|
|
145
|
-
|
|
146
|
-
Transformation = _reflection.GeneratedProtocolMessageType('Transformation', (_message.Message,), {
|
|
147
|
-
'DESCRIPTOR' : _TRANSFORMATION,
|
|
148
|
-
'__module__' : 'qwak.feature_store.features.feature_set_types_pb2'
|
|
149
|
-
# @@protoc_insertion_point(class_scope:qwak.feature.store.features.Transformation)
|
|
150
|
-
})
|
|
151
|
-
_sym_db.RegisterMessage(Transformation)
|
|
152
|
-
|
|
153
|
-
UdfTransformation = _reflection.GeneratedProtocolMessageType('UdfTransformation', (_message.Message,), {
|
|
154
|
-
'DESCRIPTOR' : _UDFTRANSFORMATION,
|
|
155
|
-
'__module__' : 'qwak.feature_store.features.feature_set_types_pb2'
|
|
156
|
-
# @@protoc_insertion_point(class_scope:qwak.feature.store.features.UdfTransformation)
|
|
157
|
-
})
|
|
158
|
-
_sym_db.RegisterMessage(UdfTransformation)
|
|
159
|
-
|
|
160
|
-
SqlTransformation = _reflection.GeneratedProtocolMessageType('SqlTransformation', (_message.Message,), {
|
|
161
|
-
'DESCRIPTOR' : _SQLTRANSFORMATION,
|
|
162
|
-
'__module__' : 'qwak.feature_store.features.feature_set_types_pb2'
|
|
163
|
-
# @@protoc_insertion_point(class_scope:qwak.feature.store.features.SqlTransformation)
|
|
164
|
-
})
|
|
165
|
-
_sym_db.RegisterMessage(SqlTransformation)
|
|
166
|
-
|
|
167
|
-
KoalasTransformation = _reflection.GeneratedProtocolMessageType('KoalasTransformation', (_message.Message,), {
|
|
168
|
-
'DESCRIPTOR' : _KOALASTRANSFORMATION,
|
|
169
|
-
'__module__' : 'qwak.feature_store.features.feature_set_types_pb2'
|
|
170
|
-
# @@protoc_insertion_point(class_scope:qwak.feature.store.features.KoalasTransformation)
|
|
171
|
-
})
|
|
172
|
-
_sym_db.RegisterMessage(KoalasTransformation)
|
|
173
|
-
|
|
174
|
-
PySparkTransformation = _reflection.GeneratedProtocolMessageType('PySparkTransformation', (_message.Message,), {
|
|
175
|
-
'DESCRIPTOR' : _PYSPARKTRANSFORMATION,
|
|
176
|
-
'__module__' : 'qwak.feature_store.features.feature_set_types_pb2'
|
|
177
|
-
# @@protoc_insertion_point(class_scope:qwak.feature.store.features.PySparkTransformation)
|
|
178
|
-
})
|
|
179
|
-
_sym_db.RegisterMessage(PySparkTransformation)
|
|
180
|
-
|
|
181
|
-
PandasOnSparkTransformation = _reflection.GeneratedProtocolMessageType('PandasOnSparkTransformation', (_message.Message,), {
|
|
182
|
-
'DESCRIPTOR' : _PANDASONSPARKTRANSFORMATION,
|
|
183
|
-
'__module__' : 'qwak.feature_store.features.feature_set_types_pb2'
|
|
184
|
-
# @@protoc_insertion_point(class_scope:qwak.feature.store.features.PandasOnSparkTransformation)
|
|
185
|
-
})
|
|
186
|
-
_sym_db.RegisterMessage(PandasOnSparkTransformation)
|
|
187
|
-
|
|
188
|
-
TransformArguments = _reflection.GeneratedProtocolMessageType('TransformArguments', (_message.Message,), {
|
|
189
|
-
|
|
190
|
-
'QwargsEntry' : _reflection.GeneratedProtocolMessageType('QwargsEntry', (_message.Message,), {
|
|
191
|
-
'DESCRIPTOR' : _TRANSFORMARGUMENTS_QWARGSENTRY,
|
|
192
|
-
'__module__' : 'qwak.feature_store.features.feature_set_types_pb2'
|
|
193
|
-
# @@protoc_insertion_point(class_scope:qwak.feature.store.features.TransformArguments.QwargsEntry)
|
|
194
|
-
})
|
|
195
|
-
,
|
|
196
|
-
'DESCRIPTOR' : _TRANSFORMARGUMENTS,
|
|
197
|
-
'__module__' : 'qwak.feature_store.features.feature_set_types_pb2'
|
|
198
|
-
# @@protoc_insertion_point(class_scope:qwak.feature.store.features.TransformArguments)
|
|
199
|
-
})
|
|
200
|
-
_sym_db.RegisterMessage(TransformArguments)
|
|
201
|
-
_sym_db.RegisterMessage(TransformArguments.QwargsEntry)
|
|
202
|
-
|
|
203
|
-
OnTheFlyFeatureSet = _reflection.GeneratedProtocolMessageType('OnTheFlyFeatureSet', (_message.Message,), {
|
|
204
|
-
'DESCRIPTOR' : _ONTHEFLYFEATURESET,
|
|
205
|
-
'__module__' : 'qwak.feature_store.features.feature_set_types_pb2'
|
|
206
|
-
# @@protoc_insertion_point(class_scope:qwak.feature.store.features.OnTheFlyFeatureSet)
|
|
207
|
-
})
|
|
208
|
-
_sym_db.RegisterMessage(OnTheFlyFeatureSet)
|
|
209
|
-
|
|
210
|
-
Function = _reflection.GeneratedProtocolMessageType('Function', (_message.Message,), {
|
|
211
|
-
'DESCRIPTOR' : _FUNCTION,
|
|
212
|
-
'__module__' : 'qwak.feature_store.features.feature_set_types_pb2'
|
|
213
|
-
# @@protoc_insertion_point(class_scope:qwak.feature.store.features.Function)
|
|
214
|
-
})
|
|
215
|
-
_sym_db.RegisterMessage(Function)
|
|
216
|
-
|
|
217
|
-
Backfill = _reflection.GeneratedProtocolMessageType('Backfill', (_message.Message,), {
|
|
218
|
-
'DESCRIPTOR' : _BACKFILL,
|
|
219
|
-
'__module__' : 'qwak.feature_store.features.feature_set_types_pb2'
|
|
220
|
-
# @@protoc_insertion_point(class_scope:qwak.feature.store.features.Backfill)
|
|
221
|
-
})
|
|
222
|
-
_sym_db.RegisterMessage(Backfill)
|
|
223
|
-
|
|
224
|
-
SqlFunction = _reflection.GeneratedProtocolMessageType('SqlFunction', (_message.Message,), {
|
|
225
|
-
'DESCRIPTOR' : _SQLFUNCTION,
|
|
226
|
-
'__module__' : 'qwak.feature_store.features.feature_set_types_pb2'
|
|
227
|
-
# @@protoc_insertion_point(class_scope:qwak.feature.store.features.SqlFunction)
|
|
228
|
-
})
|
|
229
|
-
_sym_db.RegisterMessage(SqlFunction)
|
|
230
|
-
|
|
231
|
-
UdfFunction = _reflection.GeneratedProtocolMessageType('UdfFunction', (_message.Message,), {
|
|
232
|
-
'DESCRIPTOR' : _UDFFUNCTION,
|
|
233
|
-
'__module__' : 'qwak.feature_store.features.feature_set_types_pb2'
|
|
234
|
-
# @@protoc_insertion_point(class_scope:qwak.feature.store.features.UdfFunction)
|
|
235
|
-
})
|
|
236
|
-
_sym_db.RegisterMessage(UdfFunction)
|
|
237
|
-
|
|
238
|
-
NewOnly = _reflection.GeneratedProtocolMessageType('NewOnly', (_message.Message,), {
|
|
239
|
-
'DESCRIPTOR' : _NEWONLY,
|
|
240
|
-
'__module__' : 'qwak.feature_store.features.feature_set_types_pb2'
|
|
241
|
-
# @@protoc_insertion_point(class_scope:qwak.feature.store.features.NewOnly)
|
|
242
|
-
})
|
|
243
|
-
_sym_db.RegisterMessage(NewOnly)
|
|
244
|
-
|
|
245
|
-
TimeFrame = _reflection.GeneratedProtocolMessageType('TimeFrame', (_message.Message,), {
|
|
246
|
-
'DESCRIPTOR' : _TIMEFRAME,
|
|
247
|
-
'__module__' : 'qwak.feature_store.features.feature_set_types_pb2'
|
|
248
|
-
# @@protoc_insertion_point(class_scope:qwak.feature.store.features.TimeFrame)
|
|
249
|
-
})
|
|
250
|
-
_sym_db.RegisterMessage(TimeFrame)
|
|
251
|
-
|
|
252
|
-
Aggregation = _reflection.GeneratedProtocolMessageType('Aggregation', (_message.Message,), {
|
|
253
|
-
'DESCRIPTOR' : _AGGREGATION,
|
|
254
|
-
'__module__' : 'qwak.feature_store.features.feature_set_types_pb2'
|
|
255
|
-
# @@protoc_insertion_point(class_scope:qwak.feature.store.features.Aggregation)
|
|
256
|
-
})
|
|
257
|
-
_sym_db.RegisterMessage(Aggregation)
|
|
258
|
-
|
|
259
|
-
AggregationPopulation = _reflection.GeneratedProtocolMessageType('AggregationPopulation', (_message.Message,), {
|
|
260
|
-
'DESCRIPTOR' : _AGGREGATIONPOPULATION,
|
|
261
|
-
'__module__' : 'qwak.feature_store.features.feature_set_types_pb2'
|
|
262
|
-
# @@protoc_insertion_point(class_scope:qwak.feature.store.features.AggregationPopulation)
|
|
263
|
-
})
|
|
264
|
-
_sym_db.RegisterMessage(AggregationPopulation)
|
|
265
|
-
|
|
266
|
-
PopulationTimeframeNewOnly = _reflection.GeneratedProtocolMessageType('PopulationTimeframeNewOnly', (_message.Message,), {
|
|
267
|
-
'DESCRIPTOR' : _POPULATIONTIMEFRAMENEWONLY,
|
|
268
|
-
'__module__' : 'qwak.feature_store.features.feature_set_types_pb2'
|
|
269
|
-
# @@protoc_insertion_point(class_scope:qwak.feature.store.features.PopulationTimeframeNewOnly)
|
|
270
|
-
})
|
|
271
|
-
_sym_db.RegisterMessage(PopulationTimeframeNewOnly)
|
|
272
|
-
|
|
273
|
-
PopulationTimeframe = _reflection.GeneratedProtocolMessageType('PopulationTimeframe', (_message.Message,), {
|
|
274
|
-
'DESCRIPTOR' : _POPULATIONTIMEFRAME,
|
|
275
|
-
'__module__' : 'qwak.feature_store.features.feature_set_types_pb2'
|
|
276
|
-
# @@protoc_insertion_point(class_scope:qwak.feature.store.features.PopulationTimeframe)
|
|
277
|
-
})
|
|
278
|
-
_sym_db.RegisterMessage(PopulationTimeframe)
|
|
279
|
-
|
|
280
|
-
Vanilla = _reflection.GeneratedProtocolMessageType('Vanilla', (_message.Message,), {
|
|
281
|
-
'DESCRIPTOR' : _VANILLA,
|
|
282
|
-
'__module__' : 'qwak.feature_store.features.feature_set_types_pb2'
|
|
283
|
-
# @@protoc_insertion_point(class_scope:qwak.feature.store.features.Vanilla)
|
|
284
|
-
})
|
|
285
|
-
_sym_db.RegisterMessage(Vanilla)
|
|
286
|
-
|
|
287
|
-
FullRead = _reflection.GeneratedProtocolMessageType('FullRead', (_message.Message,), {
|
|
288
|
-
'DESCRIPTOR' : _FULLREAD,
|
|
289
|
-
'__module__' : 'qwak.feature_store.features.feature_set_types_pb2'
|
|
290
|
-
# @@protoc_insertion_point(class_scope:qwak.feature.store.features.FullRead)
|
|
291
|
-
})
|
|
292
|
-
_sym_db.RegisterMessage(FullRead)
|
|
293
|
-
|
|
294
|
-
DataSourceReadPolicy = _reflection.GeneratedProtocolMessageType('DataSourceReadPolicy', (_message.Message,), {
|
|
295
|
-
'DESCRIPTOR' : _DATASOURCEREADPOLICY,
|
|
296
|
-
'__module__' : 'qwak.feature_store.features.feature_set_types_pb2'
|
|
297
|
-
# @@protoc_insertion_point(class_scope:qwak.feature.store.features.DataSourceReadPolicy)
|
|
298
|
-
})
|
|
299
|
-
_sym_db.RegisterMessage(DataSourceReadPolicy)
|
|
24
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n3qwak/feature_store/features/feature_set_types.proto\x12\x1bqwak.feature.store.features\x1a\x1fgoogle/protobuf/timestamp.proto\x1a&qwak/feature_store/sources/batch.proto\x1a*qwak/feature_store/sources/streaming.proto\x1a+qwak/feature_store/features/execution.proto\x1a-qwak/feature_store/features/aggregation.proto\x1a,qwak/feature_store/features/monitoring.proto\x1a=qwak/feature_store/features/real_time_feature_extractor.proto\x1a#qwak/feature_store/sinks/sink.proto\"\x9f\x04\n\x0e\x46\x65\x61tureSetType\x12I\n\x11\x62\x61tch_feature_set\x18\x05 \x01(\x0b\x32,.qwak.feature.store.features.BatchFeatureSetH\x00\x12Q\n\x16on_the_fly_feature_set\x18\x06 \x01(\x0b\x32/.qwak.feature.store.features.OnTheFlyFeatureSetH\x00\x12Q\n\x15streaming_feature_set\x18\x07 \x01(\x0b\x32\x30.qwak.feature.store.features.StreamingFeatureSetH\x00\x12V\n\x18streaming_feature_set_v1\x18\x08 \x01(\x0b\x32\x32.qwak.feature.store.features.StreamingFeatureSetV1H\x00\x12N\n\x14\x62\x61tch_feature_set_v1\x18\t \x01(\x0b\x32..qwak.feature.store.features.BatchFeatureSetV1H\x00\x12h\n!streaming_aggregation_feature_set\x18\n \x01(\x0b\x32;.qwak.feature.store.features.StreamingAggregationFeatureSetH\x00\x42\n\n\x08set_type\"\x9d\x03\n\x0f\x42\x61tchFeatureSet\x12\x19\n\x11scheduling_policy\x18\x01 \x01(\t\x12\x41\n\x0c\x64\x61ta_sources\x18\x02 \x03(\x0b\x32\'.qwak.feature.store.sources.BatchSourceB\x02\x18\x01\x12\x37\n\x08\x62\x61\x63kfill\x18\x03 \x01(\x0b\x32%.qwak.feature.store.features.Backfill\x12\x37\n\x08\x66unction\x18\x04 \x01(\x0b\x32%.qwak.feature.store.features.Function\x12U\n\x19\x66\x65\x61ture_set_batch_sources\x18\x05 \x03(\x0b\x32\x32.qwak.feature.store.features.FeatureSetBatchSource\x12\x63\n\x19monitoring_configurations\x18\x06 \x01(\x0b\x32@.qwak.feature.store.features.monitoring.MonitoringConfigurations\"\xd8\x05\n\x11\x42\x61tchFeatureSetV1\x12\x19\n\x11scheduling_policy\x18\x01 \x01(\t\x12\x37\n\x08\x62\x61\x63kfill\x18\x02 \x01(\x0b\x32%.qwak.feature.store.features.Backfill\x12;\n\x08\x66unction\x18\x03 \x01(\x0b\x32%.qwak.feature.store.features.FunctionB\x02\x18\x01\x12U\n\x19\x66\x65\x61ture_set_batch_sources\x18\x04 \x03(\x0b\x32\x32.qwak.feature.store.features.FeatureSetBatchSource\x12L\n\x0e\x65xecution_spec\x18\x05 \x01(\x0b\x32\x34.qwak.feature.store.features.execution.ExecutionSpec\x12\x14\n\x0coffline_sink\x18\x06 \x01(\x08\x12\x13\n\x0bonline_sink\x18\x07 \x01(\x08\x12\x63\n\x19monitoring_configurations\x18\x08 \x01(\x0b\x32@.qwak.feature.store.features.monitoring.MonitoringConfigurations\x12\x1d\n\x15timestamp_column_name\x18\t \x01(\t\x12\x43\n\x0etransformation\x18\n \x01(\x0b\x32+.qwak.feature.store.features.Transformation\x12&\n\x1eqwak_internal_protocol_version\x18\x0b \x01(\x05\x12\\\n\x1breal_time_feature_extractor\x18\x0c \x01(\x0b\x32\x35.qwak.feature.store.features.RealTimeFeatureExtractorH\x00\x42\x13\n\x11\x66\x65\x61ture_extractor\"\x9d\x01\n\x15\x46\x65\x61tureSetBatchSource\x12<\n\x0b\x64\x61ta_source\x18\x01 \x01(\x0b\x32\'.qwak.feature.store.sources.BatchSource\x12\x46\n\x0bread_policy\x18\x02 \x01(\x0b\x32\x31.qwak.feature.store.features.DataSourceReadPolicy\"X\n\x13StreamingFeatureSet\x12\x41\n\x0c\x64\x61ta_sources\x18\x01 \x03(\x0b\x32+.qwak.feature.store.sources.StreamingSource\"\xc3\x03\n\x15StreamingFeatureSetV1\x12\x41\n\x0c\x64\x61ta_sources\x18\x01 \x03(\x0b\x32+.qwak.feature.store.sources.StreamingSource\x12\x43\n\x0etransformation\x18\x02 \x01(\x0b\x32+.qwak.feature.store.features.Transformation\x12U\n\x0e\x65xecution_spec\x18\x03 \x01(\x0b\x32=.qwak.feature.store.features.execution.StreamingExecutionSpec\x12\x1d\n\x15timestamp_column_name\x18\x04 \x01(\t\x12\x1f\n\x17online_trigger_interval\x18\x05 \x01(\x05\x12!\n\x19offline_scheduling_policy\x18\x06 \x01(\t\x12&\n\x1eqwak_internal_protocol_version\x18\x07 \x01(\x05\x12@\n\x0f\x61uxiliary_sinks\x18\x08 \x03(\x0b\x32\'.qwak.feature.store.sinks.StreamingSink\"\xd7\x04\n\x1eStreamingAggregationFeatureSet\x12\x41\n\x0c\x64\x61ta_sources\x18\x01 \x03(\x0b\x32+.qwak.feature.store.sources.StreamingSource\x12\x43\n\x0etransformation\x18\x02 \x01(\x0b\x32+.qwak.feature.store.features.Transformation\x12U\n\x0e\x65xecution_spec\x18\x03 \x01(\x0b\x32=.qwak.feature.store.features.execution.StreamingExecutionSpec\x12\x1d\n\x15timestamp_column_name\x18\x04 \x01(\t\x12\x1f\n\x17online_trigger_interval\x18\x05 \x01(\x05\x12$\n\x1c\x63ompaction_scheduling_policy\x18\x06 \x01(\t\x12\x46\n\x10\x61ggregation_spec\x18\x07 \x01(\x0b\x32,.qwak.feature.store.features.AggregationSpec\x12\x44\n\rbackfill_spec\x18\x08 \x01(\x0b\x32).qwak.feature.store.features.BackfillSpecB\x02\x18\x01\x12&\n\x1eqwak_internal_protocol_version\x18\t \x01(\x05\x12:\n\x16\x62\x61\x63kfill_max_timestamp\x18\n \x01(\x0b\x32\x1a.google.protobuf.Timestamp\"\xc3\x01\n\x1b\x42\x61\x63kfillBatchDataSourceSpec\x12<\n\x0b\x64\x61ta_source\x18\x01 \x01(\x0b\x32\'.qwak.feature.store.sources.BatchSource\x12\x33\n\x0fstart_timestamp\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x31\n\rend_timestamp\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\"|\n\x16\x42\x61\x63kfillDataSourceSpec\x12Z\n\x16\x62\x61tch_data_source_spec\x18\x01 \x01(\x0b\x32\x38.qwak.feature.store.features.BackfillBatchDataSourceSpecH\x00\x42\x06\n\x04type\"\xe1\x02\n\x0c\x42\x61\x63kfillSpec\x12T\n\x0e\x65xecution_spec\x18\x01 \x01(\x0b\x32<.qwak.feature.store.features.execution.BackfillExecutionSpec\x12\x33\n\x0fstart_timestamp\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x31\n\rend_timestamp\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x43\n\x0etransformation\x18\x04 \x01(\x0b\x32+.qwak.feature.store.features.Transformation\x12N\n\x11\x64\x61ta_source_specs\x18\x05 \x03(\x0b\x32\x33.qwak.feature.store.features.BackfillDataSourceSpec\"\x9f\x01\n\x0f\x41ggregationSpec\x12O\n\x0c\x61ggregations\x18\x01 \x03(\x0b\x32\x39.qwak.feature.store.features.aggregation.AggregationField\x12\x15\n\rslide_seconds\x18\x02 \x01(\x05\x12$\n\x1c\x61llowed_late_arrival_seconds\x18\x03 \x01(\x05\"\xdd\x03\n\x0eTransformation\x12L\n\x12udf_transformation\x18\x01 \x01(\x0b\x32..qwak.feature.store.features.UdfTransformationH\x00\x12L\n\x12sql_transformation\x18\x02 \x01(\x0b\x32..qwak.feature.store.features.SqlTransformationH\x00\x12V\n\x15koalas_transformation\x18\x03 \x01(\x0b\x32\x31.qwak.feature.store.features.KoalasTransformationB\x02\x18\x01H\x00\x12T\n\x16pyspark_transformation\x18\x05 \x01(\x0b\x32\x32.qwak.feature.store.features.PySparkTransformationH\x00\x12\x62\n\x1epandas_on_spark_transformation\x18\x06 \x01(\x0b\x32\x38.qwak.feature.store.features.PandasOnSparkTransformationH\x00\x12\x15\n\rartifact_path\x18\x04 \x01(\tB\x06\n\x04type\"*\n\x11UdfTransformation\x12\x15\n\rfunction_name\x18\x01 \x01(\t\"8\n\x11SqlTransformation\x12\x0b\n\x03sql\x18\x01 \x01(\t\x12\x16\n\x0e\x66unction_names\x18\x02 \x03(\t\"\x83\x01\n\x14KoalasTransformation\x12\x15\n\rfunction_name\x18\x01 \x01(\t\x12\x41\n\x06qwargs\x18\x02 \x01(\x0b\x32/.qwak.feature.store.features.TransformArgumentsH\x00:\x02\x18\x01\x42\r\n\x0b\x61rgs_option\"\x80\x01\n\x15PySparkTransformation\x12\x15\n\rfunction_name\x18\x01 \x01(\t\x12\x41\n\x06qwargs\x18\x02 \x01(\x0b\x32/.qwak.feature.store.features.TransformArgumentsH\x00\x42\r\n\x0b\x61rgs_option\"\x86\x01\n\x1bPandasOnSparkTransformation\x12\x15\n\rfunction_name\x18\x01 \x01(\t\x12\x41\n\x06qwargs\x18\x02 \x01(\x0b\x32/.qwak.feature.store.features.TransformArgumentsH\x00\x42\r\n\x0b\x61rgs_option\"\x90\x01\n\x12TransformArguments\x12K\n\x06qwargs\x18\x01 \x03(\x0b\x32;.qwak.feature.store.features.TransformArguments.QwargsEntry\x1a-\n\x0bQwargsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"f\n\x12OnTheFlyFeatureSet\x12:\n\x08\x66unction\x18\x01 \x01(\x0b\x32(.qwak.feature.store.features.UdfFunction\x12\x14\n\x0crequirements\x18\x02 \x01(\x0c\"\x96\x01\n\x08\x46unction\x12@\n\x0csql_function\x18\x01 \x01(\x0b\x32(.qwak.feature.store.features.SqlFunctionH\x00\x12@\n\x0cudf_function\x18\x02 \x01(\x0b\x32(.qwak.feature.store.features.UdfFunctionH\x00\x42\x06\n\x04type\"\xb5\x01\n\x08\x42\x61\x63kfill\x12.\n\nstart_date\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12I\n\rfillup_method\x18\x02 \x01(\x0e\x32\x32.qwak.feature.store.features.Backfill.FillUpMethod\".\n\x0c\x46illUpMethod\x12\x10\n\x0c\x41S_SCHEDULED\x10\x00\x12\x0c\n\x08SNAPSHOT\x10\x01\"\x1a\n\x0bSqlFunction\x12\x0b\n\x03sql\x18\x01 \x01(\t\"\x1b\n\x0bUdfFunction\x12\x0c\n\x04\x63ode\x18\x01 \x01(\x0c\"\t\n\x07NewOnly\"\xa0\x01\n\tTimeFrame\x12\x0f\n\x07minutes\x18\x01 \x01(\x05\x12\x37\n\x07vanilla\x18\x02 \x01(\x0b\x32$.qwak.feature.store.features.VanillaH\x00\x12?\n\x0b\x61ggregation\x18\x03 \x01(\x0b\x32(.qwak.feature.store.features.AggregationH\x00\x42\x08\n\x06\x66lavor\"k\n\x0b\x41ggregation\x12T\n\x16\x61ggregation_population\x18\x01 \x01(\x0b\x32\x32.qwak.feature.store.features.AggregationPopulationH\x00\x42\x06\n\x04type\"\x17\n\x15\x41ggregationPopulation\"\x1c\n\x1aPopulationTimeframeNewOnly\"j\n\x13PopulationTimeframe\x12K\n\x08new_only\x18\x01 \x01(\x0b\x32\x37.qwak.feature.store.features.PopulationTimeframeNewOnlyH\x00\x42\x06\n\x04type\"\t\n\x07Vanilla\"\x9f\x01\n\x08\x46ullRead\x12\x37\n\x07\x64\x65\x66\x61ult\x18\x01 \x01(\x0b\x32$.qwak.feature.store.features.VanillaH\x00\x12P\n\x14population_timeframe\x18\x02 \x01(\x0b\x32\x30.qwak.feature.store.features.PopulationTimeframeH\x00\x42\x08\n\x06\x66lavor\"\xd2\x01\n\x14\x44\x61taSourceReadPolicy\x12\x38\n\x08new_only\x18\x01 \x01(\x0b\x32$.qwak.feature.store.features.NewOnlyH\x00\x12<\n\ntime_frame\x18\x02 \x01(\x0b\x32&.qwak.feature.store.features.TimeFrameH\x00\x12:\n\tfull_read\x18\x03 \x01(\x0b\x32%.qwak.feature.store.features.FullReadH\x00\x42\x06\n\x04type*}\n\x12\x46\x65\x61tureSetTypeView\x12!\n\x1d\x46\x45\x41TURE_SET_TYPE_VIEW_INVALID\x10\x00\x12\x1f\n\x1b\x46\x45\x41TURE_SET_TYPE_VIEW_BATCH\x10\x01\x12#\n\x1f\x46\x45\x41TURE_SET_TYPE_VIEW_STREAMING\x10\x02\x42[\n&com.qwak.ai.feature.store.features.apiP\x01Z/qwak/featurestore/features;featurestorefeaturesb\x06proto3')
|
|
300
25
|
|
|
26
|
+
_globals = globals()
|
|
27
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
28
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.feature_store.features.feature_set_types_pb2', _globals)
|
|
301
29
|
if _descriptor._USE_C_DESCRIPTORS == False:
|
|
302
30
|
|
|
303
31
|
DESCRIPTOR._options = None
|
|
@@ -306,80 +34,82 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
|
306
34
|
_BATCHFEATURESET.fields_by_name['data_sources']._serialized_options = b'\030\001'
|
|
307
35
|
_BATCHFEATURESETV1.fields_by_name['function']._options = None
|
|
308
36
|
_BATCHFEATURESETV1.fields_by_name['function']._serialized_options = b'\030\001'
|
|
37
|
+
_STREAMINGAGGREGATIONFEATURESET.fields_by_name['backfill_spec']._options = None
|
|
38
|
+
_STREAMINGAGGREGATIONFEATURESET.fields_by_name['backfill_spec']._serialized_options = b'\030\001'
|
|
309
39
|
_TRANSFORMATION.fields_by_name['koalas_transformation']._options = None
|
|
310
40
|
_TRANSFORMATION.fields_by_name['koalas_transformation']._serialized_options = b'\030\001'
|
|
311
41
|
_KOALASTRANSFORMATION._options = None
|
|
312
42
|
_KOALASTRANSFORMATION._serialized_options = b'\030\001'
|
|
313
43
|
_TRANSFORMARGUMENTS_QWARGSENTRY._options = None
|
|
314
44
|
_TRANSFORMARGUMENTS_QWARGSENTRY._serialized_options = b'8\001'
|
|
315
|
-
_FEATURESETTYPEVIEW._serialized_start=
|
|
316
|
-
_FEATURESETTYPEVIEW._serialized_end=
|
|
317
|
-
_FEATURESETTYPE._serialized_start=440
|
|
318
|
-
_FEATURESETTYPE._serialized_end=983
|
|
319
|
-
_BATCHFEATURESET._serialized_start=986
|
|
320
|
-
_BATCHFEATURESET._serialized_end=1399
|
|
321
|
-
_BATCHFEATURESETV1._serialized_start=1402
|
|
322
|
-
_BATCHFEATURESETV1._serialized_end=2130
|
|
323
|
-
_FEATURESETBATCHSOURCE._serialized_start=2133
|
|
324
|
-
_FEATURESETBATCHSOURCE._serialized_end=2290
|
|
325
|
-
_STREAMINGFEATURESET._serialized_start=2292
|
|
326
|
-
_STREAMINGFEATURESET._serialized_end=2380
|
|
327
|
-
_STREAMINGFEATURESETV1._serialized_start=2383
|
|
328
|
-
_STREAMINGFEATURESETV1._serialized_end=2834
|
|
329
|
-
_STREAMINGAGGREGATIONFEATURESET._serialized_start=2837
|
|
330
|
-
_STREAMINGAGGREGATIONFEATURESET._serialized_end=
|
|
331
|
-
_BACKFILLBATCHDATASOURCESPEC._serialized_start=
|
|
332
|
-
_BACKFILLBATCHDATASOURCESPEC._serialized_end=
|
|
333
|
-
_BACKFILLDATASOURCESPEC._serialized_start=
|
|
334
|
-
_BACKFILLDATASOURCESPEC._serialized_end=
|
|
335
|
-
_BACKFILLSPEC._serialized_start=
|
|
336
|
-
_BACKFILLSPEC._serialized_end=
|
|
337
|
-
_AGGREGATIONSPEC._serialized_start=
|
|
338
|
-
_AGGREGATIONSPEC._serialized_end=
|
|
339
|
-
_TRANSFORMATION._serialized_start=
|
|
340
|
-
_TRANSFORMATION._serialized_end=
|
|
341
|
-
_UDFTRANSFORMATION._serialized_start=
|
|
342
|
-
_UDFTRANSFORMATION._serialized_end=
|
|
343
|
-
_SQLTRANSFORMATION._serialized_start=
|
|
344
|
-
_SQLTRANSFORMATION._serialized_end=
|
|
345
|
-
_KOALASTRANSFORMATION._serialized_start=
|
|
346
|
-
_KOALASTRANSFORMATION._serialized_end=
|
|
347
|
-
_PYSPARKTRANSFORMATION._serialized_start=
|
|
348
|
-
_PYSPARKTRANSFORMATION._serialized_end=
|
|
349
|
-
_PANDASONSPARKTRANSFORMATION._serialized_start=
|
|
350
|
-
_PANDASONSPARKTRANSFORMATION._serialized_end=
|
|
351
|
-
_TRANSFORMARGUMENTS._serialized_start=
|
|
352
|
-
_TRANSFORMARGUMENTS._serialized_end=
|
|
353
|
-
_TRANSFORMARGUMENTS_QWARGSENTRY._serialized_start=
|
|
354
|
-
_TRANSFORMARGUMENTS_QWARGSENTRY._serialized_end=
|
|
355
|
-
_ONTHEFLYFEATURESET._serialized_start=
|
|
356
|
-
_ONTHEFLYFEATURESET._serialized_end=
|
|
357
|
-
_FUNCTION._serialized_start=
|
|
358
|
-
_FUNCTION._serialized_end=
|
|
359
|
-
_BACKFILL._serialized_start=
|
|
360
|
-
_BACKFILL._serialized_end=
|
|
361
|
-
_BACKFILL_FILLUPMETHOD._serialized_start=
|
|
362
|
-
_BACKFILL_FILLUPMETHOD._serialized_end=
|
|
363
|
-
_SQLFUNCTION._serialized_start=
|
|
364
|
-
_SQLFUNCTION._serialized_end=
|
|
365
|
-
_UDFFUNCTION._serialized_start=
|
|
366
|
-
_UDFFUNCTION._serialized_end=
|
|
367
|
-
_NEWONLY._serialized_start=
|
|
368
|
-
_NEWONLY._serialized_end=
|
|
369
|
-
_TIMEFRAME._serialized_start=
|
|
370
|
-
_TIMEFRAME._serialized_end=
|
|
371
|
-
_AGGREGATION._serialized_start=
|
|
372
|
-
_AGGREGATION._serialized_end=
|
|
373
|
-
_AGGREGATIONPOPULATION._serialized_start=
|
|
374
|
-
_AGGREGATIONPOPULATION._serialized_end=
|
|
375
|
-
_POPULATIONTIMEFRAMENEWONLY._serialized_start=
|
|
376
|
-
_POPULATIONTIMEFRAMENEWONLY._serialized_end=
|
|
377
|
-
_POPULATIONTIMEFRAME._serialized_start=
|
|
378
|
-
_POPULATIONTIMEFRAME._serialized_end=
|
|
379
|
-
_VANILLA._serialized_start=
|
|
380
|
-
_VANILLA._serialized_end=
|
|
381
|
-
_FULLREAD._serialized_start=
|
|
382
|
-
_FULLREAD._serialized_end=
|
|
383
|
-
_DATASOURCEREADPOLICY._serialized_start=
|
|
384
|
-
_DATASOURCEREADPOLICY._serialized_end=
|
|
45
|
+
_globals['_FEATURESETTYPEVIEW']._serialized_start=6741
|
|
46
|
+
_globals['_FEATURESETTYPEVIEW']._serialized_end=6866
|
|
47
|
+
_globals['_FEATURESETTYPE']._serialized_start=440
|
|
48
|
+
_globals['_FEATURESETTYPE']._serialized_end=983
|
|
49
|
+
_globals['_BATCHFEATURESET']._serialized_start=986
|
|
50
|
+
_globals['_BATCHFEATURESET']._serialized_end=1399
|
|
51
|
+
_globals['_BATCHFEATURESETV1']._serialized_start=1402
|
|
52
|
+
_globals['_BATCHFEATURESETV1']._serialized_end=2130
|
|
53
|
+
_globals['_FEATURESETBATCHSOURCE']._serialized_start=2133
|
|
54
|
+
_globals['_FEATURESETBATCHSOURCE']._serialized_end=2290
|
|
55
|
+
_globals['_STREAMINGFEATURESET']._serialized_start=2292
|
|
56
|
+
_globals['_STREAMINGFEATURESET']._serialized_end=2380
|
|
57
|
+
_globals['_STREAMINGFEATURESETV1']._serialized_start=2383
|
|
58
|
+
_globals['_STREAMINGFEATURESETV1']._serialized_end=2834
|
|
59
|
+
_globals['_STREAMINGAGGREGATIONFEATURESET']._serialized_start=2837
|
|
60
|
+
_globals['_STREAMINGAGGREGATIONFEATURESET']._serialized_end=3436
|
|
61
|
+
_globals['_BACKFILLBATCHDATASOURCESPEC']._serialized_start=3439
|
|
62
|
+
_globals['_BACKFILLBATCHDATASOURCESPEC']._serialized_end=3634
|
|
63
|
+
_globals['_BACKFILLDATASOURCESPEC']._serialized_start=3636
|
|
64
|
+
_globals['_BACKFILLDATASOURCESPEC']._serialized_end=3760
|
|
65
|
+
_globals['_BACKFILLSPEC']._serialized_start=3763
|
|
66
|
+
_globals['_BACKFILLSPEC']._serialized_end=4116
|
|
67
|
+
_globals['_AGGREGATIONSPEC']._serialized_start=4119
|
|
68
|
+
_globals['_AGGREGATIONSPEC']._serialized_end=4278
|
|
69
|
+
_globals['_TRANSFORMATION']._serialized_start=4281
|
|
70
|
+
_globals['_TRANSFORMATION']._serialized_end=4758
|
|
71
|
+
_globals['_UDFTRANSFORMATION']._serialized_start=4760
|
|
72
|
+
_globals['_UDFTRANSFORMATION']._serialized_end=4802
|
|
73
|
+
_globals['_SQLTRANSFORMATION']._serialized_start=4804
|
|
74
|
+
_globals['_SQLTRANSFORMATION']._serialized_end=4860
|
|
75
|
+
_globals['_KOALASTRANSFORMATION']._serialized_start=4863
|
|
76
|
+
_globals['_KOALASTRANSFORMATION']._serialized_end=4994
|
|
77
|
+
_globals['_PYSPARKTRANSFORMATION']._serialized_start=4997
|
|
78
|
+
_globals['_PYSPARKTRANSFORMATION']._serialized_end=5125
|
|
79
|
+
_globals['_PANDASONSPARKTRANSFORMATION']._serialized_start=5128
|
|
80
|
+
_globals['_PANDASONSPARKTRANSFORMATION']._serialized_end=5262
|
|
81
|
+
_globals['_TRANSFORMARGUMENTS']._serialized_start=5265
|
|
82
|
+
_globals['_TRANSFORMARGUMENTS']._serialized_end=5409
|
|
83
|
+
_globals['_TRANSFORMARGUMENTS_QWARGSENTRY']._serialized_start=5364
|
|
84
|
+
_globals['_TRANSFORMARGUMENTS_QWARGSENTRY']._serialized_end=5409
|
|
85
|
+
_globals['_ONTHEFLYFEATURESET']._serialized_start=5411
|
|
86
|
+
_globals['_ONTHEFLYFEATURESET']._serialized_end=5513
|
|
87
|
+
_globals['_FUNCTION']._serialized_start=5516
|
|
88
|
+
_globals['_FUNCTION']._serialized_end=5666
|
|
89
|
+
_globals['_BACKFILL']._serialized_start=5669
|
|
90
|
+
_globals['_BACKFILL']._serialized_end=5850
|
|
91
|
+
_globals['_BACKFILL_FILLUPMETHOD']._serialized_start=5804
|
|
92
|
+
_globals['_BACKFILL_FILLUPMETHOD']._serialized_end=5850
|
|
93
|
+
_globals['_SQLFUNCTION']._serialized_start=5852
|
|
94
|
+
_globals['_SQLFUNCTION']._serialized_end=5878
|
|
95
|
+
_globals['_UDFFUNCTION']._serialized_start=5880
|
|
96
|
+
_globals['_UDFFUNCTION']._serialized_end=5907
|
|
97
|
+
_globals['_NEWONLY']._serialized_start=5909
|
|
98
|
+
_globals['_NEWONLY']._serialized_end=5918
|
|
99
|
+
_globals['_TIMEFRAME']._serialized_start=5921
|
|
100
|
+
_globals['_TIMEFRAME']._serialized_end=6081
|
|
101
|
+
_globals['_AGGREGATION']._serialized_start=6083
|
|
102
|
+
_globals['_AGGREGATION']._serialized_end=6190
|
|
103
|
+
_globals['_AGGREGATIONPOPULATION']._serialized_start=6192
|
|
104
|
+
_globals['_AGGREGATIONPOPULATION']._serialized_end=6215
|
|
105
|
+
_globals['_POPULATIONTIMEFRAMENEWONLY']._serialized_start=6217
|
|
106
|
+
_globals['_POPULATIONTIMEFRAMENEWONLY']._serialized_end=6245
|
|
107
|
+
_globals['_POPULATIONTIMEFRAME']._serialized_start=6247
|
|
108
|
+
_globals['_POPULATIONTIMEFRAME']._serialized_end=6353
|
|
109
|
+
_globals['_VANILLA']._serialized_start=6355
|
|
110
|
+
_globals['_VANILLA']._serialized_end=6364
|
|
111
|
+
_globals['_FULLREAD']._serialized_start=6367
|
|
112
|
+
_globals['_FULLREAD']._serialized_end=6526
|
|
113
|
+
_globals['_DATASOURCEREADPOLICY']._serialized_start=6529
|
|
114
|
+
_globals['_DATASOURCEREADPOLICY']._serialized_end=6739
|
|
385
115
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -290,6 +290,7 @@ class StreamingAggregationFeatureSet(google.protobuf.message.Message):
|
|
|
290
290
|
AGGREGATION_SPEC_FIELD_NUMBER: builtins.int
|
|
291
291
|
BACKFILL_SPEC_FIELD_NUMBER: builtins.int
|
|
292
292
|
QWAK_INTERNAL_PROTOCOL_VERSION_FIELD_NUMBER: builtins.int
|
|
293
|
+
BACKFILL_MAX_TIMESTAMP_FIELD_NUMBER: builtins.int
|
|
293
294
|
@property
|
|
294
295
|
def data_sources(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[qwak.feature_store.sources.streaming_pb2.StreamingSource]:
|
|
295
296
|
"""Data sources used by the FeatureSet"""
|
|
@@ -315,6 +316,9 @@ class StreamingAggregationFeatureSet(google.protobuf.message.Message):
|
|
|
315
316
|
"""Backfill spec"""
|
|
316
317
|
qwak_internal_protocol_version: builtins.int
|
|
317
318
|
"""Qwak featureset version"""
|
|
319
|
+
@property
|
|
320
|
+
def backfill_max_timestamp(self) -> google.protobuf.timestamp_pb2.Timestamp:
|
|
321
|
+
"""Event-time cutoff point between backfill jobs and compaction/row-level jobs"""
|
|
318
322
|
def __init__(
|
|
319
323
|
self,
|
|
320
324
|
*,
|
|
@@ -327,9 +331,10 @@ class StreamingAggregationFeatureSet(google.protobuf.message.Message):
|
|
|
327
331
|
aggregation_spec: global___AggregationSpec | None = ...,
|
|
328
332
|
backfill_spec: global___BackfillSpec | None = ...,
|
|
329
333
|
qwak_internal_protocol_version: builtins.int = ...,
|
|
334
|
+
backfill_max_timestamp: google.protobuf.timestamp_pb2.Timestamp | None = ...,
|
|
330
335
|
) -> None: ...
|
|
331
|
-
def HasField(self, field_name: typing_extensions.Literal["aggregation_spec", b"aggregation_spec", "backfill_spec", b"backfill_spec", "execution_spec", b"execution_spec", "transformation", b"transformation"]) -> builtins.bool: ...
|
|
332
|
-
def ClearField(self, field_name: typing_extensions.Literal["aggregation_spec", b"aggregation_spec", "backfill_spec", b"backfill_spec", "compaction_scheduling_policy", b"compaction_scheduling_policy", "data_sources", b"data_sources", "execution_spec", b"execution_spec", "online_trigger_interval", b"online_trigger_interval", "qwak_internal_protocol_version", b"qwak_internal_protocol_version", "timestamp_column_name", b"timestamp_column_name", "transformation", b"transformation"]) -> None: ...
|
|
336
|
+
def HasField(self, field_name: typing_extensions.Literal["aggregation_spec", b"aggregation_spec", "backfill_max_timestamp", b"backfill_max_timestamp", "backfill_spec", b"backfill_spec", "execution_spec", b"execution_spec", "transformation", b"transformation"]) -> builtins.bool: ...
|
|
337
|
+
def ClearField(self, field_name: typing_extensions.Literal["aggregation_spec", b"aggregation_spec", "backfill_max_timestamp", b"backfill_max_timestamp", "backfill_spec", b"backfill_spec", "compaction_scheduling_policy", b"compaction_scheduling_policy", "data_sources", b"data_sources", "execution_spec", b"execution_spec", "online_trigger_interval", b"online_trigger_interval", "qwak_internal_protocol_version", b"qwak_internal_protocol_version", "timestamp_column_name", b"timestamp_column_name", "transformation", b"transformation"]) -> None: ...
|
|
333
338
|
|
|
334
339
|
global___StreamingAggregationFeatureSet = StreamingAggregationFeatureSet
|
|
335
340
|
|
|
@@ -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()
|
|
@@ -16,40 +15,17 @@ _sym_db = _symbol_database.Default()
|
|
|
16
15
|
|
|
17
16
|
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n,qwak/feature_store/features/monitoring.proto\x12&qwak.feature.store.features.monitoring\"b\n\x18MonitoringConfigurations\x12\x46\n\nmonitoring\x18\x01 \x03(\x0b\x32\x32.qwak.feature.store.features.monitoring.Monitoring\"c\n\nMonitoring\x12M\n\rfailure_alert\x18\x01 \x01(\x0b\x32\x34.qwak.feature.store.features.monitoring.FailureAlertH\x00\x42\x06\n\x04type\"\x1d\n\x0c\x46\x61ilureAlert\x12\r\n\x05names\x18\x01 \x03(\tB[\n&com.qwak.ai.feature.store.features.apiP\x01Z/qwak/featurestore/features;featurestorefeaturesb\x06proto3')
|
|
18
17
|
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
_MONITORING = DESCRIPTOR.message_types_by_name['Monitoring']
|
|
23
|
-
_FAILUREALERT = DESCRIPTOR.message_types_by_name['FailureAlert']
|
|
24
|
-
MonitoringConfigurations = _reflection.GeneratedProtocolMessageType('MonitoringConfigurations', (_message.Message,), {
|
|
25
|
-
'DESCRIPTOR' : _MONITORINGCONFIGURATIONS,
|
|
26
|
-
'__module__' : 'qwak.feature_store.features.monitoring_pb2'
|
|
27
|
-
# @@protoc_insertion_point(class_scope:qwak.feature.store.features.monitoring.MonitoringConfigurations)
|
|
28
|
-
})
|
|
29
|
-
_sym_db.RegisterMessage(MonitoringConfigurations)
|
|
30
|
-
|
|
31
|
-
Monitoring = _reflection.GeneratedProtocolMessageType('Monitoring', (_message.Message,), {
|
|
32
|
-
'DESCRIPTOR' : _MONITORING,
|
|
33
|
-
'__module__' : 'qwak.feature_store.features.monitoring_pb2'
|
|
34
|
-
# @@protoc_insertion_point(class_scope:qwak.feature.store.features.monitoring.Monitoring)
|
|
35
|
-
})
|
|
36
|
-
_sym_db.RegisterMessage(Monitoring)
|
|
37
|
-
|
|
38
|
-
FailureAlert = _reflection.GeneratedProtocolMessageType('FailureAlert', (_message.Message,), {
|
|
39
|
-
'DESCRIPTOR' : _FAILUREALERT,
|
|
40
|
-
'__module__' : 'qwak.feature_store.features.monitoring_pb2'
|
|
41
|
-
# @@protoc_insertion_point(class_scope:qwak.feature.store.features.monitoring.FailureAlert)
|
|
42
|
-
})
|
|
43
|
-
_sym_db.RegisterMessage(FailureAlert)
|
|
44
|
-
|
|
18
|
+
_globals = globals()
|
|
19
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
20
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.feature_store.features.monitoring_pb2', _globals)
|
|
45
21
|
if _descriptor._USE_C_DESCRIPTORS == False:
|
|
46
22
|
|
|
47
23
|
DESCRIPTOR._options = None
|
|
48
24
|
DESCRIPTOR._serialized_options = b'\n&com.qwak.ai.feature.store.features.apiP\001Z/qwak/featurestore/features;featurestorefeatures'
|
|
49
|
-
_MONITORINGCONFIGURATIONS._serialized_start=88
|
|
50
|
-
_MONITORINGCONFIGURATIONS._serialized_end=186
|
|
51
|
-
_MONITORING._serialized_start=188
|
|
52
|
-
_MONITORING._serialized_end=287
|
|
53
|
-
_FAILUREALERT._serialized_start=289
|
|
54
|
-
_FAILUREALERT._serialized_end=318
|
|
25
|
+
_globals['_MONITORINGCONFIGURATIONS']._serialized_start=88
|
|
26
|
+
_globals['_MONITORINGCONFIGURATIONS']._serialized_end=186
|
|
27
|
+
_globals['_MONITORING']._serialized_start=188
|
|
28
|
+
_globals['_MONITORING']._serialized_end=287
|
|
29
|
+
_globals['_FAILUREALERT']._serialized_start=289
|
|
30
|
+
_globals['_FAILUREALERT']._serialized_end=318
|
|
55
31
|
# @@protoc_insertion_point(module_scope)
|