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
|
@@ -32,6 +32,7 @@ class BatchSource(google.protobuf.message.Message):
|
|
|
32
32
|
ELASTICSEARCHSOURCE_FIELD_NUMBER: builtins.int
|
|
33
33
|
CLICKHOUSESOURCE_FIELD_NUMBER: builtins.int
|
|
34
34
|
FEATURESETOFFLINESOURCE_FIELD_NUMBER: builtins.int
|
|
35
|
+
CATALOGSOURCE_FIELD_NUMBER: builtins.int
|
|
35
36
|
name: builtins.str
|
|
36
37
|
"""Source given name (by the user)"""
|
|
37
38
|
description: builtins.str
|
|
@@ -60,6 +61,8 @@ class BatchSource(google.protobuf.message.Message):
|
|
|
60
61
|
def clickhouseSource(self) -> global___ClickhouseSource: ...
|
|
61
62
|
@property
|
|
62
63
|
def featuresetOfflineSource(self) -> global___FeaturesetOfflineSource: ...
|
|
64
|
+
@property
|
|
65
|
+
def catalogSource(self) -> global___CatalogSource: ...
|
|
63
66
|
def __init__(
|
|
64
67
|
self,
|
|
65
68
|
*,
|
|
@@ -77,10 +80,11 @@ class BatchSource(google.protobuf.message.Message):
|
|
|
77
80
|
elasticsearchSource: global___ElasticsearchSource | None = ...,
|
|
78
81
|
clickhouseSource: global___ClickhouseSource | None = ...,
|
|
79
82
|
featuresetOfflineSource: global___FeaturesetOfflineSource | None = ...,
|
|
83
|
+
catalogSource: global___CatalogSource | None = ...,
|
|
80
84
|
) -> None: ...
|
|
81
|
-
def HasField(self, field_name: typing_extensions.Literal["athenaSource", b"athenaSource", "bigquerySource", b"bigquerySource", "clickhouseSource", b"clickhouseSource", "csvSource", b"csvSource", "elasticsearchSource", b"elasticsearchSource", "featuresetOfflineSource", b"featuresetOfflineSource", "jdbcSource", b"jdbcSource", "mongoSource", b"mongoSource", "parquetSource", b"parquetSource", "snowflakeSource", b"snowflakeSource", "type", b"type", "verticaSource", b"verticaSource"]) -> builtins.bool: ...
|
|
82
|
-
def ClearField(self, field_name: typing_extensions.Literal["athenaSource", b"athenaSource", "bigquerySource", b"bigquerySource", "clickhouseSource", b"clickhouseSource", "csvSource", b"csvSource", "date_created_column", b"date_created_column", "description", b"description", "elasticsearchSource", b"elasticsearchSource", "featuresetOfflineSource", b"featuresetOfflineSource", "jdbcSource", b"jdbcSource", "mongoSource", b"mongoSource", "name", b"name", "parquetSource", b"parquetSource", "snowflakeSource", b"snowflakeSource", "type", b"type", "verticaSource", b"verticaSource"]) -> None: ...
|
|
83
|
-
def WhichOneof(self, oneof_group: typing_extensions.Literal["type", b"type"]) -> typing_extensions.Literal["athenaSource", "mongoSource", "csvSource", "snowflakeSource", "parquetSource", "jdbcSource", "verticaSource", "bigquerySource", "elasticsearchSource", "clickhouseSource", "featuresetOfflineSource"] | None: ...
|
|
85
|
+
def HasField(self, field_name: typing_extensions.Literal["athenaSource", b"athenaSource", "bigquerySource", b"bigquerySource", "catalogSource", b"catalogSource", "clickhouseSource", b"clickhouseSource", "csvSource", b"csvSource", "elasticsearchSource", b"elasticsearchSource", "featuresetOfflineSource", b"featuresetOfflineSource", "jdbcSource", b"jdbcSource", "mongoSource", b"mongoSource", "parquetSource", b"parquetSource", "snowflakeSource", b"snowflakeSource", "type", b"type", "verticaSource", b"verticaSource"]) -> builtins.bool: ...
|
|
86
|
+
def ClearField(self, field_name: typing_extensions.Literal["athenaSource", b"athenaSource", "bigquerySource", b"bigquerySource", "catalogSource", b"catalogSource", "clickhouseSource", b"clickhouseSource", "csvSource", b"csvSource", "date_created_column", b"date_created_column", "description", b"description", "elasticsearchSource", b"elasticsearchSource", "featuresetOfflineSource", b"featuresetOfflineSource", "jdbcSource", b"jdbcSource", "mongoSource", b"mongoSource", "name", b"name", "parquetSource", b"parquetSource", "snowflakeSource", b"snowflakeSource", "type", b"type", "verticaSource", b"verticaSource"]) -> None: ...
|
|
87
|
+
def WhichOneof(self, oneof_group: typing_extensions.Literal["type", b"type"]) -> typing_extensions.Literal["athenaSource", "mongoSource", "csvSource", "snowflakeSource", "parquetSource", "jdbcSource", "verticaSource", "bigquerySource", "elasticsearchSource", "clickhouseSource", "featuresetOfflineSource", "catalogSource"] | None: ...
|
|
84
88
|
|
|
85
89
|
global___BatchSource = BatchSource
|
|
86
90
|
|
|
@@ -617,7 +621,7 @@ class MongoSource(google.protobuf.message.Message):
|
|
|
617
621
|
username_secret_name: builtins.str
|
|
618
622
|
"""Mongo username"""
|
|
619
623
|
password_secret_name: builtins.str
|
|
620
|
-
"""Mongo password
|
|
624
|
+
"""Mongo password secret name"""
|
|
621
625
|
database: builtins.str
|
|
622
626
|
"""Mongo data base name"""
|
|
623
627
|
collection: builtins.str
|
|
@@ -649,6 +653,7 @@ class SnowflakeSource(google.protobuf.message.Message):
|
|
|
649
653
|
HOST_FIELD_NUMBER: builtins.int
|
|
650
654
|
USERNAME_SECRET_NAME_FIELD_NUMBER: builtins.int
|
|
651
655
|
PASSWORD_SECRET_NAME_FIELD_NUMBER: builtins.int
|
|
656
|
+
PEM_PRIVATE_KEY_SECRET_NAME_FIELD_NUMBER: builtins.int
|
|
652
657
|
DATABASE_FIELD_NUMBER: builtins.int
|
|
653
658
|
SCHEMA_FIELD_NUMBER: builtins.int
|
|
654
659
|
WAREHOUSE_FIELD_NUMBER: builtins.int
|
|
@@ -657,9 +662,11 @@ class SnowflakeSource(google.protobuf.message.Message):
|
|
|
657
662
|
host: builtins.str
|
|
658
663
|
"""SF host address <account_identifier>.snowflakecomputing.com]"""
|
|
659
664
|
username_secret_name: builtins.str
|
|
660
|
-
"""SF username
|
|
665
|
+
"""SF username secret name"""
|
|
661
666
|
password_secret_name: builtins.str
|
|
662
|
-
"""SF password
|
|
667
|
+
"""SF password secret name"""
|
|
668
|
+
pem_private_key_secret_name: builtins.str
|
|
669
|
+
"""SF pem formatted private key secret name"""
|
|
663
670
|
database: builtins.str
|
|
664
671
|
"""SF database name"""
|
|
665
672
|
schema: builtins.str
|
|
@@ -676,13 +683,16 @@ class SnowflakeSource(google.protobuf.message.Message):
|
|
|
676
683
|
host: builtins.str = ...,
|
|
677
684
|
username_secret_name: builtins.str = ...,
|
|
678
685
|
password_secret_name: builtins.str = ...,
|
|
686
|
+
pem_private_key_secret_name: builtins.str = ...,
|
|
679
687
|
database: builtins.str = ...,
|
|
680
688
|
schema: builtins.str = ...,
|
|
681
689
|
warehouse: builtins.str = ...,
|
|
682
690
|
table: builtins.str = ...,
|
|
683
691
|
query: builtins.str = ...,
|
|
684
692
|
) -> None: ...
|
|
685
|
-
def
|
|
693
|
+
def HasField(self, field_name: typing_extensions.Literal["auth_secret", b"auth_secret", "password_secret_name", b"password_secret_name", "pem_private_key_secret_name", b"pem_private_key_secret_name"]) -> builtins.bool: ...
|
|
694
|
+
def ClearField(self, field_name: typing_extensions.Literal["auth_secret", b"auth_secret", "database", b"database", "host", b"host", "password_secret_name", b"password_secret_name", "pem_private_key_secret_name", b"pem_private_key_secret_name", "query", b"query", "schema", b"schema", "table", b"table", "username_secret_name", b"username_secret_name", "warehouse", b"warehouse"]) -> None: ...
|
|
695
|
+
def WhichOneof(self, oneof_group: typing_extensions.Literal["auth_secret", b"auth_secret"]) -> typing_extensions.Literal["password_secret_name", "pem_private_key_secret_name"] | None: ...
|
|
686
696
|
|
|
687
697
|
global___SnowflakeSource = SnowflakeSource
|
|
688
698
|
|
|
@@ -751,6 +761,8 @@ class VerticaSource(google.protobuf.message.Message):
|
|
|
751
761
|
global___VerticaSource = VerticaSource
|
|
752
762
|
|
|
753
763
|
class ElasticsearchSource(google.protobuf.message.Message):
|
|
764
|
+
"""Elasticsearch batch source"""
|
|
765
|
+
|
|
754
766
|
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
755
767
|
|
|
756
768
|
NODES_FIELD_NUMBER: builtins.int
|
|
@@ -793,6 +805,86 @@ class ElasticsearchSource(google.protobuf.message.Message):
|
|
|
793
805
|
|
|
794
806
|
global___ElasticsearchSource = ElasticsearchSource
|
|
795
807
|
|
|
808
|
+
class CatalogSource(google.protobuf.message.Message):
|
|
809
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
810
|
+
|
|
811
|
+
URL_FIELD_NUMBER: builtins.int
|
|
812
|
+
TABLE_FIELD_NUMBER: builtins.int
|
|
813
|
+
QUERY_FIELD_NUMBER: builtins.int
|
|
814
|
+
UNITYCATALOGSOURCE_FIELD_NUMBER: builtins.int
|
|
815
|
+
url: builtins.str
|
|
816
|
+
"""Connection url i.e https://<workspace-instance-name>.<domain-name>"""
|
|
817
|
+
table: builtins.str
|
|
818
|
+
"""Catalog table including schema"""
|
|
819
|
+
query: builtins.str
|
|
820
|
+
"""Catalog query"""
|
|
821
|
+
@property
|
|
822
|
+
def unityCatalogSource(self) -> global___UnityCatalogSource:
|
|
823
|
+
"""Unity Catalog source"""
|
|
824
|
+
def __init__(
|
|
825
|
+
self,
|
|
826
|
+
*,
|
|
827
|
+
url: builtins.str = ...,
|
|
828
|
+
table: builtins.str = ...,
|
|
829
|
+
query: builtins.str = ...,
|
|
830
|
+
unityCatalogSource: global___UnityCatalogSource | None = ...,
|
|
831
|
+
) -> None: ...
|
|
832
|
+
def HasField(self, field_name: typing_extensions.Literal["query", b"query", "select_type", b"select_type", "table", b"table", "type", b"type", "unityCatalogSource", b"unityCatalogSource"]) -> builtins.bool: ...
|
|
833
|
+
def ClearField(self, field_name: typing_extensions.Literal["query", b"query", "select_type", b"select_type", "table", b"table", "type", b"type", "unityCatalogSource", b"unityCatalogSource", "url", b"url"]) -> None: ...
|
|
834
|
+
@typing.overload
|
|
835
|
+
def WhichOneof(self, oneof_group: typing_extensions.Literal["select_type", b"select_type"]) -> typing_extensions.Literal["table", "query"] | None: ...
|
|
836
|
+
@typing.overload
|
|
837
|
+
def WhichOneof(self, oneof_group: typing_extensions.Literal["type", b"type"]) -> typing_extensions.Literal["unityCatalogSource"] | None: ...
|
|
838
|
+
|
|
839
|
+
global___CatalogSource = CatalogSource
|
|
840
|
+
|
|
841
|
+
class UnityCatalogSource(google.protobuf.message.Message):
|
|
842
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
843
|
+
|
|
844
|
+
CATALOG_FIELD_NUMBER: builtins.int
|
|
845
|
+
SCHEMA_FIELD_NUMBER: builtins.int
|
|
846
|
+
PERSONAL_ACCESS_TOKEN_SECRET_NAME_FIELD_NUMBER: builtins.int
|
|
847
|
+
OAUTH2_FIELD_NUMBER: builtins.int
|
|
848
|
+
catalog: builtins.str
|
|
849
|
+
"""Unity Catalog catalog name"""
|
|
850
|
+
schema: builtins.str
|
|
851
|
+
"""Unity Catalog schema name"""
|
|
852
|
+
personal_access_token_secret_name: builtins.str
|
|
853
|
+
@property
|
|
854
|
+
def oauth2(self) -> global___Oauth2: ...
|
|
855
|
+
def __init__(
|
|
856
|
+
self,
|
|
857
|
+
*,
|
|
858
|
+
catalog: builtins.str = ...,
|
|
859
|
+
schema: builtins.str = ...,
|
|
860
|
+
personal_access_token_secret_name: builtins.str = ...,
|
|
861
|
+
oauth2: global___Oauth2 | None = ...,
|
|
862
|
+
) -> None: ...
|
|
863
|
+
def HasField(self, field_name: typing_extensions.Literal["auth_type", b"auth_type", "oauth2", b"oauth2", "personal_access_token_secret_name", b"personal_access_token_secret_name"]) -> builtins.bool: ...
|
|
864
|
+
def ClearField(self, field_name: typing_extensions.Literal["auth_type", b"auth_type", "catalog", b"catalog", "oauth2", b"oauth2", "personal_access_token_secret_name", b"personal_access_token_secret_name", "schema", b"schema"]) -> None: ...
|
|
865
|
+
def WhichOneof(self, oneof_group: typing_extensions.Literal["auth_type", b"auth_type"]) -> typing_extensions.Literal["personal_access_token_secret_name", "oauth2"] | None: ...
|
|
866
|
+
|
|
867
|
+
global___UnityCatalogSource = UnityCatalogSource
|
|
868
|
+
|
|
869
|
+
class Oauth2(google.protobuf.message.Message):
|
|
870
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
871
|
+
|
|
872
|
+
CLIENT_ID_SECRET_NAME_FIELD_NUMBER: builtins.int
|
|
873
|
+
CLIENT_SECRET_SECRET_NAME_FIELD_NUMBER: builtins.int
|
|
874
|
+
client_id_secret_name: builtins.str
|
|
875
|
+
"""client id"""
|
|
876
|
+
client_secret_secret_name: builtins.str
|
|
877
|
+
"""client secret"""
|
|
878
|
+
def __init__(
|
|
879
|
+
self,
|
|
880
|
+
*,
|
|
881
|
+
client_id_secret_name: builtins.str = ...,
|
|
882
|
+
client_secret_secret_name: builtins.str = ...,
|
|
883
|
+
) -> None: ...
|
|
884
|
+
def ClearField(self, field_name: typing_extensions.Literal["client_id_secret_name", b"client_id_secret_name", "client_secret_secret_name", b"client_secret_secret_name"]) -> None: ...
|
|
885
|
+
|
|
886
|
+
global___Oauth2 = Oauth2
|
|
887
|
+
|
|
796
888
|
class FeaturesetOfflineSource(google.protobuf.message.Message):
|
|
797
889
|
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
798
890
|
|
|
@@ -4,9 +4,8 @@
|
|
|
4
4
|
"""Generated protocol buffer code."""
|
|
5
5
|
from google.protobuf import descriptor as _descriptor
|
|
6
6
|
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
7
|
-
from google.protobuf import message as _message
|
|
8
|
-
from google.protobuf import reflection as _reflection
|
|
9
7
|
from google.protobuf import symbol_database as _symbol_database
|
|
8
|
+
from google.protobuf.internal import builder as _builder
|
|
10
9
|
# @@protoc_insertion_point(imports)
|
|
11
10
|
|
|
12
11
|
_sym_db = _symbol_database.Default()
|
|
@@ -17,20 +16,13 @@ from _qwak_proto.qwak.feature_store.v1.common.source_code import source_code_pb2
|
|
|
17
16
|
|
|
18
17
|
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n6qwak/feature_store/sources/data_source_attribute.proto\x12\x1aqwak.feature.store.sources\x1a:qwak/feature_store/v1/common/source_code/source_code.proto\"j\n\x14\x44\x61taSourceAttributes\x12R\n\x10source_code_spec\x18\x01 \x01(\x0b\x32\x38.qwak.feature.store.v1.common.source_code.SourceCodeSpecBX\n%com.qwak.ai.feature.store.sources.apiP\x01Z-qwak/featurestore/sources;featurestoresourcesb\x06proto3')
|
|
19
18
|
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
DataSourceAttributes = _reflection.GeneratedProtocolMessageType('DataSourceAttributes', (_message.Message,), {
|
|
24
|
-
'DESCRIPTOR' : _DATASOURCEATTRIBUTES,
|
|
25
|
-
'__module__' : 'qwak.feature_store.sources.data_source_attribute_pb2'
|
|
26
|
-
# @@protoc_insertion_point(class_scope:qwak.feature.store.sources.DataSourceAttributes)
|
|
27
|
-
})
|
|
28
|
-
_sym_db.RegisterMessage(DataSourceAttributes)
|
|
29
|
-
|
|
19
|
+
_globals = globals()
|
|
20
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
21
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.feature_store.sources.data_source_attribute_pb2', _globals)
|
|
30
22
|
if _descriptor._USE_C_DESCRIPTORS == False:
|
|
31
23
|
|
|
32
24
|
DESCRIPTOR._options = None
|
|
33
25
|
DESCRIPTOR._serialized_options = b'\n%com.qwak.ai.feature.store.sources.apiP\001Z-qwak/featurestore/sources;featurestoresources'
|
|
34
|
-
_DATASOURCEATTRIBUTES._serialized_start=146
|
|
35
|
-
_DATASOURCEATTRIBUTES._serialized_end=252
|
|
26
|
+
_globals['_DATASOURCEATTRIBUTES']._serialized_start=146
|
|
27
|
+
_globals['_DATASOURCEATTRIBUTES']._serialized_end=252
|
|
36
28
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -4,9 +4,8 @@
|
|
|
4
4
|
"""Generated protocol buffer code."""
|
|
5
5
|
from google.protobuf import descriptor as _descriptor
|
|
6
6
|
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
7
|
-
from google.protobuf import message as _message
|
|
8
|
-
from google.protobuf import reflection as _reflection
|
|
9
7
|
from google.protobuf import symbol_database as _symbol_database
|
|
8
|
+
from google.protobuf.internal import builder as _builder
|
|
10
9
|
# @@protoc_insertion_point(imports)
|
|
11
10
|
|
|
12
11
|
_sym_db = _symbol_database.Default()
|
|
@@ -19,50 +18,11 @@ from _qwak_proto.qwak.feature_store.sources import data_source_attribute_pb2 as
|
|
|
19
18
|
from _qwak_proto.qwak.feature_store.v1.common.source_code import source_code_pb2 as qwak_dot_feature__store_dot_v1_dot_common_dot_source__code_dot_source__code__pb2
|
|
20
19
|
|
|
21
20
|
|
|
22
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n,qwak/feature_store/sources/data_source.proto\x12\x1aqwak.feature.store.sources\x1a\x1fgoogle/protobuf/timestamp.proto\x1a&qwak/feature_store/sources/batch.proto\x1a*qwak/feature_store/sources/streaming.proto\x1a\x36qwak/feature_store/sources/data_source_attribute.proto\x1a:qwak/feature_store/v1/common/source_code/source_code.proto\"\xe3\x01\n\nDataSource\x12P\n\x16\x64\x61ta_source_definition\x18\x01 \x01(\x0b\x32\x30.qwak.feature.store.sources.DataSourceDefinition\x12@\n\x08metadata\x18\x02 \x01(\x0b\x32..qwak.feature.store.sources.DataSourceMetadata\x12\x41\n\x0c\x66\x65\x61ture_sets\x18\x03 \x03(\x0b\x32+.qwak.feature.store.sources.FeatureSetBrief\"t\n\x14\x44\x61taSourceDefinition\x12\x16\n\x0e\x64\x61ta_source_id\x18\x01 \x01(\t\x12\x44\n\x10\x64\x61ta_source_spec\x18\x02 \x01(\x0b\x32*.qwak.feature.store.sources.DataSourceSpec\"\
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
_DATASOURCE = DESCRIPTOR.message_types_by_name['DataSource']
|
|
27
|
-
_DATASOURCEDEFINITION = DESCRIPTOR.message_types_by_name['DataSourceDefinition']
|
|
28
|
-
_DATASOURCEMETADATA = DESCRIPTOR.message_types_by_name['DataSourceMetadata']
|
|
29
|
-
_DATASOURCESPEC = DESCRIPTOR.message_types_by_name['DataSourceSpec']
|
|
30
|
-
_FEATURESETBRIEF = DESCRIPTOR.message_types_by_name['FeatureSetBrief']
|
|
31
|
-
DataSource = _reflection.GeneratedProtocolMessageType('DataSource', (_message.Message,), {
|
|
32
|
-
'DESCRIPTOR' : _DATASOURCE,
|
|
33
|
-
'__module__' : 'qwak.feature_store.sources.data_source_pb2'
|
|
34
|
-
# @@protoc_insertion_point(class_scope:qwak.feature.store.sources.DataSource)
|
|
35
|
-
})
|
|
36
|
-
_sym_db.RegisterMessage(DataSource)
|
|
37
|
-
|
|
38
|
-
DataSourceDefinition = _reflection.GeneratedProtocolMessageType('DataSourceDefinition', (_message.Message,), {
|
|
39
|
-
'DESCRIPTOR' : _DATASOURCEDEFINITION,
|
|
40
|
-
'__module__' : 'qwak.feature_store.sources.data_source_pb2'
|
|
41
|
-
# @@protoc_insertion_point(class_scope:qwak.feature.store.sources.DataSourceDefinition)
|
|
42
|
-
})
|
|
43
|
-
_sym_db.RegisterMessage(DataSourceDefinition)
|
|
44
|
-
|
|
45
|
-
DataSourceMetadata = _reflection.GeneratedProtocolMessageType('DataSourceMetadata', (_message.Message,), {
|
|
46
|
-
'DESCRIPTOR' : _DATASOURCEMETADATA,
|
|
47
|
-
'__module__' : 'qwak.feature_store.sources.data_source_pb2'
|
|
48
|
-
# @@protoc_insertion_point(class_scope:qwak.feature.store.sources.DataSourceMetadata)
|
|
49
|
-
})
|
|
50
|
-
_sym_db.RegisterMessage(DataSourceMetadata)
|
|
51
|
-
|
|
52
|
-
DataSourceSpec = _reflection.GeneratedProtocolMessageType('DataSourceSpec', (_message.Message,), {
|
|
53
|
-
'DESCRIPTOR' : _DATASOURCESPEC,
|
|
54
|
-
'__module__' : 'qwak.feature_store.sources.data_source_pb2'
|
|
55
|
-
# @@protoc_insertion_point(class_scope:qwak.feature.store.sources.DataSourceSpec)
|
|
56
|
-
})
|
|
57
|
-
_sym_db.RegisterMessage(DataSourceSpec)
|
|
58
|
-
|
|
59
|
-
FeatureSetBrief = _reflection.GeneratedProtocolMessageType('FeatureSetBrief', (_message.Message,), {
|
|
60
|
-
'DESCRIPTOR' : _FEATURESETBRIEF,
|
|
61
|
-
'__module__' : 'qwak.feature_store.sources.data_source_pb2'
|
|
62
|
-
# @@protoc_insertion_point(class_scope:qwak.feature.store.sources.FeatureSetBrief)
|
|
63
|
-
})
|
|
64
|
-
_sym_db.RegisterMessage(FeatureSetBrief)
|
|
21
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n,qwak/feature_store/sources/data_source.proto\x12\x1aqwak.feature.store.sources\x1a\x1fgoogle/protobuf/timestamp.proto\x1a&qwak/feature_store/sources/batch.proto\x1a*qwak/feature_store/sources/streaming.proto\x1a\x36qwak/feature_store/sources/data_source_attribute.proto\x1a:qwak/feature_store/v1/common/source_code/source_code.proto\"\xe3\x01\n\nDataSource\x12P\n\x16\x64\x61ta_source_definition\x18\x01 \x01(\x0b\x32\x30.qwak.feature.store.sources.DataSourceDefinition\x12@\n\x08metadata\x18\x02 \x01(\x0b\x32..qwak.feature.store.sources.DataSourceMetadata\x12\x41\n\x0c\x66\x65\x61ture_sets\x18\x03 \x03(\x0b\x32+.qwak.feature.store.sources.FeatureSetBrief\"t\n\x14\x44\x61taSourceDefinition\x12\x16\n\x0e\x64\x61ta_source_id\x18\x01 \x01(\t\x12\x44\n\x10\x64\x61ta_source_spec\x18\x02 \x01(\x0b\x32*.qwak.feature.store.sources.DataSourceSpec\"\xc0\x01\n\x12\x44\x61taSourceMetadata\x12.\n\ncreated_at\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x12\n\ncreated_by\x18\x02 \x01(\t\x12\x34\n\x10last_modified_at\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x18\n\x10last_modified_by\x18\x04 \x01(\t\x12\x16\n\x0e\x65nvironment_id\x18\x05 \x01(\t\"\xe3\x03\n\x0e\x44\x61taSourceSpec\x12?\n\x0c\x62\x61tch_source\x18\x01 \x01(\x0b\x32\'.qwak.feature.store.sources.BatchSourceH\x00\x12\x44\n\rstream_source\x18\x02 \x01(\x0b\x32+.qwak.feature.store.sources.StreamingSourceH\x00\x12V\n\x10source_code_spec\x18\x03 \x01(\x0b\x32\x38.qwak.feature.store.v1.common.source_code.SourceCodeSpecB\x02\x18\x01\x12P\n\x16\x64\x61ta_source_attributes\x18\x04 \x01(\x0b\x32\x30.qwak.feature.store.sources.DataSourceAttributes\x12(\n\x1a\x66\x65\x61tureset_repository_name\x18\x05 \x01(\tB\x02\x18\x01H\x01\x12%\n\x1b\x64\x61ta_source_repository_name\x18\x06 \x01(\tH\x02\x42\x06\n\x04typeB\"\n featureset_repository_identifierB#\n!data_source_repository_identifier\"]\n\x0f\x46\x65\x61tureSetBrief\x12\x16\n\x0e\x66\x65\x61ture_set_id\x18\x01 \x01(\t\x12\x18\n\x10\x66\x65\x61ture_set_name\x18\x02 \x01(\t\x12\x18\n\x10\x66\x65\x61ture_set_type\x18\x03 \x01(\x05\x42X\n%com.qwak.ai.feature.store.sources.apiP\x01Z-qwak/featurestore/sources;featurestoresourcesb\x06proto3')
|
|
65
22
|
|
|
23
|
+
_globals = globals()
|
|
24
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
25
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.feature_store.sources.data_source_pb2', _globals)
|
|
66
26
|
if _descriptor._USE_C_DESCRIPTORS == False:
|
|
67
27
|
|
|
68
28
|
DESCRIPTOR._options = None
|
|
@@ -71,14 +31,14 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
|
71
31
|
_DATASOURCESPEC.fields_by_name['source_code_spec']._serialized_options = b'\030\001'
|
|
72
32
|
_DATASOURCESPEC.fields_by_name['featureset_repository_name']._options = None
|
|
73
33
|
_DATASOURCESPEC.fields_by_name['featureset_repository_name']._serialized_options = b'\030\001'
|
|
74
|
-
_DATASOURCE._serialized_start=310
|
|
75
|
-
_DATASOURCE._serialized_end=537
|
|
76
|
-
_DATASOURCEDEFINITION._serialized_start=539
|
|
77
|
-
_DATASOURCEDEFINITION._serialized_end=655
|
|
78
|
-
_DATASOURCEMETADATA._serialized_start=658
|
|
79
|
-
_DATASOURCEMETADATA._serialized_end=
|
|
80
|
-
_DATASOURCESPEC._serialized_start=
|
|
81
|
-
_DATASOURCESPEC._serialized_end=
|
|
82
|
-
_FEATURESETBRIEF._serialized_start=
|
|
83
|
-
_FEATURESETBRIEF._serialized_end=
|
|
34
|
+
_globals['_DATASOURCE']._serialized_start=310
|
|
35
|
+
_globals['_DATASOURCE']._serialized_end=537
|
|
36
|
+
_globals['_DATASOURCEDEFINITION']._serialized_start=539
|
|
37
|
+
_globals['_DATASOURCEDEFINITION']._serialized_end=655
|
|
38
|
+
_globals['_DATASOURCEMETADATA']._serialized_start=658
|
|
39
|
+
_globals['_DATASOURCEMETADATA']._serialized_end=850
|
|
40
|
+
_globals['_DATASOURCESPEC']._serialized_start=853
|
|
41
|
+
_globals['_DATASOURCESPEC']._serialized_end=1336
|
|
42
|
+
_globals['_FEATURESETBRIEF']._serialized_start=1338
|
|
43
|
+
_globals['_FEATURESETBRIEF']._serialized_end=1431
|
|
84
44
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -77,6 +77,7 @@ class DataSourceMetadata(google.protobuf.message.Message):
|
|
|
77
77
|
CREATED_BY_FIELD_NUMBER: builtins.int
|
|
78
78
|
LAST_MODIFIED_AT_FIELD_NUMBER: builtins.int
|
|
79
79
|
LAST_MODIFIED_BY_FIELD_NUMBER: builtins.int
|
|
80
|
+
ENVIRONMENT_ID_FIELD_NUMBER: builtins.int
|
|
80
81
|
@property
|
|
81
82
|
def created_at(self) -> google.protobuf.timestamp_pb2.Timestamp:
|
|
82
83
|
"""When the data source was created"""
|
|
@@ -87,6 +88,8 @@ class DataSourceMetadata(google.protobuf.message.Message):
|
|
|
87
88
|
"""Last modified"""
|
|
88
89
|
last_modified_by: builtins.str
|
|
89
90
|
"""Last modified by"""
|
|
91
|
+
environment_id: builtins.str
|
|
92
|
+
"""Environment id"""
|
|
90
93
|
def __init__(
|
|
91
94
|
self,
|
|
92
95
|
*,
|
|
@@ -94,9 +97,10 @@ class DataSourceMetadata(google.protobuf.message.Message):
|
|
|
94
97
|
created_by: builtins.str = ...,
|
|
95
98
|
last_modified_at: google.protobuf.timestamp_pb2.Timestamp | None = ...,
|
|
96
99
|
last_modified_by: builtins.str = ...,
|
|
100
|
+
environment_id: builtins.str = ...,
|
|
97
101
|
) -> None: ...
|
|
98
102
|
def HasField(self, field_name: typing_extensions.Literal["created_at", b"created_at", "last_modified_at", b"last_modified_at"]) -> builtins.bool: ...
|
|
99
|
-
def ClearField(self, field_name: typing_extensions.Literal["created_at", b"created_at", "created_by", b"created_by", "last_modified_at", b"last_modified_at", "last_modified_by", b"last_modified_by"]) -> None: ...
|
|
103
|
+
def ClearField(self, field_name: typing_extensions.Literal["created_at", b"created_at", "created_by", b"created_by", "environment_id", b"environment_id", "last_modified_at", b"last_modified_at", "last_modified_by", b"last_modified_by"]) -> None: ...
|
|
100
104
|
|
|
101
105
|
global___DataSourceMetadata = DataSourceMetadata
|
|
102
106
|
|
|
@@ -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()
|
|
@@ -15,157 +14,49 @@ _sym_db = _symbol_database.Default()
|
|
|
15
14
|
from _qwak_proto.qwak.feature_store.sources import data_source_pb2 as qwak_dot_feature__store_dot_sources_dot_data__source__pb2
|
|
16
15
|
|
|
17
16
|
|
|
18
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n4qwak/feature_store/sources/data_source_service.proto\x12\x1aqwak.feature.store.sources\x1a,qwak/feature_store/sources/data_source.proto\"_\n\x17\x43reateDataSourceRequest\x12\x44\n\x10\x64\x61ta_source_spec\x18\x01 \x01(\x0b\x32*.qwak.feature.store.sources.DataSourceSpec\"W\n\x18\x43reateDataSourceResponse\x12;\n\x0b\x64\x61ta_source\x18\x01 \x01(\x0b\x32&.qwak.feature.store.sources.DataSource\"w\n\x17UpdateDataSourceRequest\x12\x16\n\x0e\x64\x61ta_source_id\x18\x01 \x01(\t\x12\x44\n\x10\x64\x61ta_source_spec\x18\x02 \x01(\x0b\x32*.qwak.feature.store.sources.DataSourceSpec\"W\n\x18UpdateDataSourceResponse\x12;\n\x0b\x64\x61ta_source\x18\x01 \x01(\x0b\x32&.qwak.feature.store.sources.DataSource\"1\n\x17\x44\x65leteDataSourceRequest\x12\x16\n\x0e\x64\x61ta_source_id\x18\x01 \x01(\t\"\x1a\n\x18\x44\x65leteDataSourceResponse\"2\n\x18GetDataSourceByIdRequest\x12\x16\n\x0e\x64\x61ta_source_id\x18\x01 \x01(\t\"X\n\x19GetDataSourceByIdResponse\x12;\n\x0b\x64\x61ta_source\x18\x01 \x01(\x0b\x32&.qwak.feature.store.sources.DataSource\"6\n\x1aGetDataSourceByNameRequest\x12\x18\n\x10\x64\x61ta_source_name\x18\x01 \x01(\t\"Z\n\x1bGetDataSourceByNameResponse\x12;\n\x0b\x64\x61ta_source\x18\x01 \x01(\x0b\x32&.qwak.feature.store.sources.DataSource\"\x18\n\x16ListDataSourcesRequest\"W\n\x17ListDataSourcesResponse\x12<\n\x0c\x64\x61ta_sources\x18\x01 \x03(\x0b\x32&.qwak.feature.store.sources.DataSource\"Q\n CreateDataSourceUploadURLRequest\x12\x18\n\x10\x64\x61ta_source_name\x18\x01 \x01(\t\x12\x13\n\x0bobject_name\x18\x02 \x01(\t\"7\n!CreateDataSourceUploadURLResponse\x12\x12\n\nupload_url\x18\x01 \x01(\t2\
|
|
17
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n4qwak/feature_store/sources/data_source_service.proto\x12\x1aqwak.feature.store.sources\x1a,qwak/feature_store/sources/data_source.proto\"_\n\x17\x43reateDataSourceRequest\x12\x44\n\x10\x64\x61ta_source_spec\x18\x01 \x01(\x0b\x32*.qwak.feature.store.sources.DataSourceSpec\"W\n\x18\x43reateDataSourceResponse\x12;\n\x0b\x64\x61ta_source\x18\x01 \x01(\x0b\x32&.qwak.feature.store.sources.DataSource\"w\n\x17UpdateDataSourceRequest\x12\x16\n\x0e\x64\x61ta_source_id\x18\x01 \x01(\t\x12\x44\n\x10\x64\x61ta_source_spec\x18\x02 \x01(\x0b\x32*.qwak.feature.store.sources.DataSourceSpec\"W\n\x18UpdateDataSourceResponse\x12;\n\x0b\x64\x61ta_source\x18\x01 \x01(\x0b\x32&.qwak.feature.store.sources.DataSource\"1\n\x17\x44\x65leteDataSourceRequest\x12\x16\n\x0e\x64\x61ta_source_id\x18\x01 \x01(\t\"\x1a\n\x18\x44\x65leteDataSourceResponse\"2\n\x18GetDataSourceByIdRequest\x12\x16\n\x0e\x64\x61ta_source_id\x18\x01 \x01(\t\"X\n\x19GetDataSourceByIdResponse\x12;\n\x0b\x64\x61ta_source\x18\x01 \x01(\x0b\x32&.qwak.feature.store.sources.DataSource\"6\n\x1aGetDataSourceByNameRequest\x12\x18\n\x10\x64\x61ta_source_name\x18\x01 \x01(\t\"Z\n\x1bGetDataSourceByNameResponse\x12;\n\x0b\x64\x61ta_source\x18\x01 \x01(\x0b\x32&.qwak.feature.store.sources.DataSource\"\x18\n\x16ListDataSourcesRequest\"W\n\x17ListDataSourcesResponse\x12<\n\x0c\x64\x61ta_sources\x18\x01 \x03(\x0b\x32&.qwak.feature.store.sources.DataSource\"!\n\x1fListDataSourcesByAccountRequest\"`\n ListDataSourcesByAccountResponse\x12<\n\x0c\x64\x61ta_sources\x18\x01 \x03(\x0b\x32&.qwak.feature.store.sources.DataSource\"Q\n CreateDataSourceUploadURLRequest\x12\x18\n\x10\x64\x61ta_source_name\x18\x01 \x01(\t\x12\x13\n\x0bobject_name\x18\x02 \x01(\t\"7\n!CreateDataSourceUploadURLResponse\x12\x12\n\nupload_url\x18\x01 \x01(\t2\xed\t\n\x11\x44\x61taSourceService\x12}\n\x10\x43reateDataSource\x12\x33.qwak.feature.store.sources.CreateDataSourceRequest\x1a\x34.qwak.feature.store.sources.CreateDataSourceResponse\x12}\n\x10UpdateDataSource\x12\x33.qwak.feature.store.sources.UpdateDataSourceRequest\x1a\x34.qwak.feature.store.sources.UpdateDataSourceResponse\x12}\n\x10\x44\x65leteDataSource\x12\x33.qwak.feature.store.sources.DeleteDataSourceRequest\x1a\x34.qwak.feature.store.sources.DeleteDataSourceResponse\x12\x80\x01\n\x11GetDataSourceById\x12\x34.qwak.feature.store.sources.GetDataSourceByIdRequest\x1a\x35.qwak.feature.store.sources.GetDataSourceByIdResponse\x12\x86\x01\n\x13GetDataSourceByName\x12\x36.qwak.feature.store.sources.GetDataSourceByNameRequest\x1a\x37.qwak.feature.store.sources.GetDataSourceByNameResponse\x12z\n\x0fListDataSources\x12\x32.qwak.feature.store.sources.ListDataSourcesRequest\x1a\x33.qwak.feature.store.sources.ListDataSourcesResponse\x12\x95\x01\n\x18ListDataSourcesByAccount\x12;.qwak.feature.store.sources.ListDataSourcesByAccountRequest\x1a<.qwak.feature.store.sources.ListDataSourcesByAccountResponse\x12\x9d\x01\n\x19\x43reateDataSourceUploadURL\x12<.qwak.feature.store.sources.CreateDataSourceUploadURLRequest\x1a=.qwak.feature.store.sources.CreateDataSourceUploadURLResponse\"\x03\x88\x02\x01\x12\x9a\x01\n\x1b\x43reateDataSourceUploadURLV1\x12<.qwak.feature.store.sources.CreateDataSourceUploadURLRequest\x1a=.qwak.feature.store.sources.CreateDataSourceUploadURLResponseB[\n(com.qwak.ai.feature.store.management.apiP\x01Z-qwak/featurestore/sources;featurestoresourcesb\x06proto3')
|
|
19
18
|
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
_CREATEDATASOURCERESPONSE = DESCRIPTOR.message_types_by_name['CreateDataSourceResponse']
|
|
24
|
-
_UPDATEDATASOURCEREQUEST = DESCRIPTOR.message_types_by_name['UpdateDataSourceRequest']
|
|
25
|
-
_UPDATEDATASOURCERESPONSE = DESCRIPTOR.message_types_by_name['UpdateDataSourceResponse']
|
|
26
|
-
_DELETEDATASOURCEREQUEST = DESCRIPTOR.message_types_by_name['DeleteDataSourceRequest']
|
|
27
|
-
_DELETEDATASOURCERESPONSE = DESCRIPTOR.message_types_by_name['DeleteDataSourceResponse']
|
|
28
|
-
_GETDATASOURCEBYIDREQUEST = DESCRIPTOR.message_types_by_name['GetDataSourceByIdRequest']
|
|
29
|
-
_GETDATASOURCEBYIDRESPONSE = DESCRIPTOR.message_types_by_name['GetDataSourceByIdResponse']
|
|
30
|
-
_GETDATASOURCEBYNAMEREQUEST = DESCRIPTOR.message_types_by_name['GetDataSourceByNameRequest']
|
|
31
|
-
_GETDATASOURCEBYNAMERESPONSE = DESCRIPTOR.message_types_by_name['GetDataSourceByNameResponse']
|
|
32
|
-
_LISTDATASOURCESREQUEST = DESCRIPTOR.message_types_by_name['ListDataSourcesRequest']
|
|
33
|
-
_LISTDATASOURCESRESPONSE = DESCRIPTOR.message_types_by_name['ListDataSourcesResponse']
|
|
34
|
-
_CREATEDATASOURCEUPLOADURLREQUEST = DESCRIPTOR.message_types_by_name['CreateDataSourceUploadURLRequest']
|
|
35
|
-
_CREATEDATASOURCEUPLOADURLRESPONSE = DESCRIPTOR.message_types_by_name['CreateDataSourceUploadURLResponse']
|
|
36
|
-
CreateDataSourceRequest = _reflection.GeneratedProtocolMessageType('CreateDataSourceRequest', (_message.Message,), {
|
|
37
|
-
'DESCRIPTOR' : _CREATEDATASOURCEREQUEST,
|
|
38
|
-
'__module__' : 'qwak.feature_store.sources.data_source_service_pb2'
|
|
39
|
-
# @@protoc_insertion_point(class_scope:qwak.feature.store.sources.CreateDataSourceRequest)
|
|
40
|
-
})
|
|
41
|
-
_sym_db.RegisterMessage(CreateDataSourceRequest)
|
|
42
|
-
|
|
43
|
-
CreateDataSourceResponse = _reflection.GeneratedProtocolMessageType('CreateDataSourceResponse', (_message.Message,), {
|
|
44
|
-
'DESCRIPTOR' : _CREATEDATASOURCERESPONSE,
|
|
45
|
-
'__module__' : 'qwak.feature_store.sources.data_source_service_pb2'
|
|
46
|
-
# @@protoc_insertion_point(class_scope:qwak.feature.store.sources.CreateDataSourceResponse)
|
|
47
|
-
})
|
|
48
|
-
_sym_db.RegisterMessage(CreateDataSourceResponse)
|
|
49
|
-
|
|
50
|
-
UpdateDataSourceRequest = _reflection.GeneratedProtocolMessageType('UpdateDataSourceRequest', (_message.Message,), {
|
|
51
|
-
'DESCRIPTOR' : _UPDATEDATASOURCEREQUEST,
|
|
52
|
-
'__module__' : 'qwak.feature_store.sources.data_source_service_pb2'
|
|
53
|
-
# @@protoc_insertion_point(class_scope:qwak.feature.store.sources.UpdateDataSourceRequest)
|
|
54
|
-
})
|
|
55
|
-
_sym_db.RegisterMessage(UpdateDataSourceRequest)
|
|
56
|
-
|
|
57
|
-
UpdateDataSourceResponse = _reflection.GeneratedProtocolMessageType('UpdateDataSourceResponse', (_message.Message,), {
|
|
58
|
-
'DESCRIPTOR' : _UPDATEDATASOURCERESPONSE,
|
|
59
|
-
'__module__' : 'qwak.feature_store.sources.data_source_service_pb2'
|
|
60
|
-
# @@protoc_insertion_point(class_scope:qwak.feature.store.sources.UpdateDataSourceResponse)
|
|
61
|
-
})
|
|
62
|
-
_sym_db.RegisterMessage(UpdateDataSourceResponse)
|
|
63
|
-
|
|
64
|
-
DeleteDataSourceRequest = _reflection.GeneratedProtocolMessageType('DeleteDataSourceRequest', (_message.Message,), {
|
|
65
|
-
'DESCRIPTOR' : _DELETEDATASOURCEREQUEST,
|
|
66
|
-
'__module__' : 'qwak.feature_store.sources.data_source_service_pb2'
|
|
67
|
-
# @@protoc_insertion_point(class_scope:qwak.feature.store.sources.DeleteDataSourceRequest)
|
|
68
|
-
})
|
|
69
|
-
_sym_db.RegisterMessage(DeleteDataSourceRequest)
|
|
70
|
-
|
|
71
|
-
DeleteDataSourceResponse = _reflection.GeneratedProtocolMessageType('DeleteDataSourceResponse', (_message.Message,), {
|
|
72
|
-
'DESCRIPTOR' : _DELETEDATASOURCERESPONSE,
|
|
73
|
-
'__module__' : 'qwak.feature_store.sources.data_source_service_pb2'
|
|
74
|
-
# @@protoc_insertion_point(class_scope:qwak.feature.store.sources.DeleteDataSourceResponse)
|
|
75
|
-
})
|
|
76
|
-
_sym_db.RegisterMessage(DeleteDataSourceResponse)
|
|
77
|
-
|
|
78
|
-
GetDataSourceByIdRequest = _reflection.GeneratedProtocolMessageType('GetDataSourceByIdRequest', (_message.Message,), {
|
|
79
|
-
'DESCRIPTOR' : _GETDATASOURCEBYIDREQUEST,
|
|
80
|
-
'__module__' : 'qwak.feature_store.sources.data_source_service_pb2'
|
|
81
|
-
# @@protoc_insertion_point(class_scope:qwak.feature.store.sources.GetDataSourceByIdRequest)
|
|
82
|
-
})
|
|
83
|
-
_sym_db.RegisterMessage(GetDataSourceByIdRequest)
|
|
84
|
-
|
|
85
|
-
GetDataSourceByIdResponse = _reflection.GeneratedProtocolMessageType('GetDataSourceByIdResponse', (_message.Message,), {
|
|
86
|
-
'DESCRIPTOR' : _GETDATASOURCEBYIDRESPONSE,
|
|
87
|
-
'__module__' : 'qwak.feature_store.sources.data_source_service_pb2'
|
|
88
|
-
# @@protoc_insertion_point(class_scope:qwak.feature.store.sources.GetDataSourceByIdResponse)
|
|
89
|
-
})
|
|
90
|
-
_sym_db.RegisterMessage(GetDataSourceByIdResponse)
|
|
91
|
-
|
|
92
|
-
GetDataSourceByNameRequest = _reflection.GeneratedProtocolMessageType('GetDataSourceByNameRequest', (_message.Message,), {
|
|
93
|
-
'DESCRIPTOR' : _GETDATASOURCEBYNAMEREQUEST,
|
|
94
|
-
'__module__' : 'qwak.feature_store.sources.data_source_service_pb2'
|
|
95
|
-
# @@protoc_insertion_point(class_scope:qwak.feature.store.sources.GetDataSourceByNameRequest)
|
|
96
|
-
})
|
|
97
|
-
_sym_db.RegisterMessage(GetDataSourceByNameRequest)
|
|
98
|
-
|
|
99
|
-
GetDataSourceByNameResponse = _reflection.GeneratedProtocolMessageType('GetDataSourceByNameResponse', (_message.Message,), {
|
|
100
|
-
'DESCRIPTOR' : _GETDATASOURCEBYNAMERESPONSE,
|
|
101
|
-
'__module__' : 'qwak.feature_store.sources.data_source_service_pb2'
|
|
102
|
-
# @@protoc_insertion_point(class_scope:qwak.feature.store.sources.GetDataSourceByNameResponse)
|
|
103
|
-
})
|
|
104
|
-
_sym_db.RegisterMessage(GetDataSourceByNameResponse)
|
|
105
|
-
|
|
106
|
-
ListDataSourcesRequest = _reflection.GeneratedProtocolMessageType('ListDataSourcesRequest', (_message.Message,), {
|
|
107
|
-
'DESCRIPTOR' : _LISTDATASOURCESREQUEST,
|
|
108
|
-
'__module__' : 'qwak.feature_store.sources.data_source_service_pb2'
|
|
109
|
-
# @@protoc_insertion_point(class_scope:qwak.feature.store.sources.ListDataSourcesRequest)
|
|
110
|
-
})
|
|
111
|
-
_sym_db.RegisterMessage(ListDataSourcesRequest)
|
|
112
|
-
|
|
113
|
-
ListDataSourcesResponse = _reflection.GeneratedProtocolMessageType('ListDataSourcesResponse', (_message.Message,), {
|
|
114
|
-
'DESCRIPTOR' : _LISTDATASOURCESRESPONSE,
|
|
115
|
-
'__module__' : 'qwak.feature_store.sources.data_source_service_pb2'
|
|
116
|
-
# @@protoc_insertion_point(class_scope:qwak.feature.store.sources.ListDataSourcesResponse)
|
|
117
|
-
})
|
|
118
|
-
_sym_db.RegisterMessage(ListDataSourcesResponse)
|
|
119
|
-
|
|
120
|
-
CreateDataSourceUploadURLRequest = _reflection.GeneratedProtocolMessageType('CreateDataSourceUploadURLRequest', (_message.Message,), {
|
|
121
|
-
'DESCRIPTOR' : _CREATEDATASOURCEUPLOADURLREQUEST,
|
|
122
|
-
'__module__' : 'qwak.feature_store.sources.data_source_service_pb2'
|
|
123
|
-
# @@protoc_insertion_point(class_scope:qwak.feature.store.sources.CreateDataSourceUploadURLRequest)
|
|
124
|
-
})
|
|
125
|
-
_sym_db.RegisterMessage(CreateDataSourceUploadURLRequest)
|
|
126
|
-
|
|
127
|
-
CreateDataSourceUploadURLResponse = _reflection.GeneratedProtocolMessageType('CreateDataSourceUploadURLResponse', (_message.Message,), {
|
|
128
|
-
'DESCRIPTOR' : _CREATEDATASOURCEUPLOADURLRESPONSE,
|
|
129
|
-
'__module__' : 'qwak.feature_store.sources.data_source_service_pb2'
|
|
130
|
-
# @@protoc_insertion_point(class_scope:qwak.feature.store.sources.CreateDataSourceUploadURLResponse)
|
|
131
|
-
})
|
|
132
|
-
_sym_db.RegisterMessage(CreateDataSourceUploadURLResponse)
|
|
133
|
-
|
|
134
|
-
_DATASOURCESERVICE = DESCRIPTOR.services_by_name['DataSourceService']
|
|
19
|
+
_globals = globals()
|
|
20
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
21
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.feature_store.sources.data_source_service_pb2', _globals)
|
|
135
22
|
if _descriptor._USE_C_DESCRIPTORS == False:
|
|
136
23
|
|
|
137
24
|
DESCRIPTOR._options = None
|
|
138
25
|
DESCRIPTOR._serialized_options = b'\n(com.qwak.ai.feature.store.management.apiP\001Z-qwak/featurestore/sources;featurestoresources'
|
|
139
26
|
_DATASOURCESERVICE.methods_by_name['CreateDataSourceUploadURL']._options = None
|
|
140
27
|
_DATASOURCESERVICE.methods_by_name['CreateDataSourceUploadURL']._serialized_options = b'\210\002\001'
|
|
141
|
-
_CREATEDATASOURCEREQUEST._serialized_start=130
|
|
142
|
-
_CREATEDATASOURCEREQUEST._serialized_end=225
|
|
143
|
-
_CREATEDATASOURCERESPONSE._serialized_start=227
|
|
144
|
-
_CREATEDATASOURCERESPONSE._serialized_end=314
|
|
145
|
-
_UPDATEDATASOURCEREQUEST._serialized_start=316
|
|
146
|
-
_UPDATEDATASOURCEREQUEST._serialized_end=435
|
|
147
|
-
_UPDATEDATASOURCERESPONSE._serialized_start=437
|
|
148
|
-
_UPDATEDATASOURCERESPONSE._serialized_end=524
|
|
149
|
-
_DELETEDATASOURCEREQUEST._serialized_start=526
|
|
150
|
-
_DELETEDATASOURCEREQUEST._serialized_end=575
|
|
151
|
-
_DELETEDATASOURCERESPONSE._serialized_start=577
|
|
152
|
-
_DELETEDATASOURCERESPONSE._serialized_end=603
|
|
153
|
-
_GETDATASOURCEBYIDREQUEST._serialized_start=605
|
|
154
|
-
_GETDATASOURCEBYIDREQUEST._serialized_end=655
|
|
155
|
-
_GETDATASOURCEBYIDRESPONSE._serialized_start=657
|
|
156
|
-
_GETDATASOURCEBYIDRESPONSE._serialized_end=745
|
|
157
|
-
_GETDATASOURCEBYNAMEREQUEST._serialized_start=747
|
|
158
|
-
_GETDATASOURCEBYNAMEREQUEST._serialized_end=801
|
|
159
|
-
_GETDATASOURCEBYNAMERESPONSE._serialized_start=803
|
|
160
|
-
_GETDATASOURCEBYNAMERESPONSE._serialized_end=893
|
|
161
|
-
_LISTDATASOURCESREQUEST._serialized_start=895
|
|
162
|
-
_LISTDATASOURCESREQUEST._serialized_end=919
|
|
163
|
-
_LISTDATASOURCESRESPONSE._serialized_start=921
|
|
164
|
-
_LISTDATASOURCESRESPONSE._serialized_end=1008
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
28
|
+
_globals['_CREATEDATASOURCEREQUEST']._serialized_start=130
|
|
29
|
+
_globals['_CREATEDATASOURCEREQUEST']._serialized_end=225
|
|
30
|
+
_globals['_CREATEDATASOURCERESPONSE']._serialized_start=227
|
|
31
|
+
_globals['_CREATEDATASOURCERESPONSE']._serialized_end=314
|
|
32
|
+
_globals['_UPDATEDATASOURCEREQUEST']._serialized_start=316
|
|
33
|
+
_globals['_UPDATEDATASOURCEREQUEST']._serialized_end=435
|
|
34
|
+
_globals['_UPDATEDATASOURCERESPONSE']._serialized_start=437
|
|
35
|
+
_globals['_UPDATEDATASOURCERESPONSE']._serialized_end=524
|
|
36
|
+
_globals['_DELETEDATASOURCEREQUEST']._serialized_start=526
|
|
37
|
+
_globals['_DELETEDATASOURCEREQUEST']._serialized_end=575
|
|
38
|
+
_globals['_DELETEDATASOURCERESPONSE']._serialized_start=577
|
|
39
|
+
_globals['_DELETEDATASOURCERESPONSE']._serialized_end=603
|
|
40
|
+
_globals['_GETDATASOURCEBYIDREQUEST']._serialized_start=605
|
|
41
|
+
_globals['_GETDATASOURCEBYIDREQUEST']._serialized_end=655
|
|
42
|
+
_globals['_GETDATASOURCEBYIDRESPONSE']._serialized_start=657
|
|
43
|
+
_globals['_GETDATASOURCEBYIDRESPONSE']._serialized_end=745
|
|
44
|
+
_globals['_GETDATASOURCEBYNAMEREQUEST']._serialized_start=747
|
|
45
|
+
_globals['_GETDATASOURCEBYNAMEREQUEST']._serialized_end=801
|
|
46
|
+
_globals['_GETDATASOURCEBYNAMERESPONSE']._serialized_start=803
|
|
47
|
+
_globals['_GETDATASOURCEBYNAMERESPONSE']._serialized_end=893
|
|
48
|
+
_globals['_LISTDATASOURCESREQUEST']._serialized_start=895
|
|
49
|
+
_globals['_LISTDATASOURCESREQUEST']._serialized_end=919
|
|
50
|
+
_globals['_LISTDATASOURCESRESPONSE']._serialized_start=921
|
|
51
|
+
_globals['_LISTDATASOURCESRESPONSE']._serialized_end=1008
|
|
52
|
+
_globals['_LISTDATASOURCESBYACCOUNTREQUEST']._serialized_start=1010
|
|
53
|
+
_globals['_LISTDATASOURCESBYACCOUNTREQUEST']._serialized_end=1043
|
|
54
|
+
_globals['_LISTDATASOURCESBYACCOUNTRESPONSE']._serialized_start=1045
|
|
55
|
+
_globals['_LISTDATASOURCESBYACCOUNTRESPONSE']._serialized_end=1141
|
|
56
|
+
_globals['_CREATEDATASOURCEUPLOADURLREQUEST']._serialized_start=1143
|
|
57
|
+
_globals['_CREATEDATASOURCEUPLOADURLREQUEST']._serialized_end=1224
|
|
58
|
+
_globals['_CREATEDATASOURCEUPLOADURLRESPONSE']._serialized_start=1226
|
|
59
|
+
_globals['_CREATEDATASOURCEUPLOADURLRESPONSE']._serialized_end=1281
|
|
60
|
+
_globals['_DATASOURCESERVICE']._serialized_start=1284
|
|
61
|
+
_globals['_DATASOURCESERVICE']._serialized_end=2545
|
|
171
62
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -202,6 +202,31 @@ class ListDataSourcesResponse(google.protobuf.message.Message):
|
|
|
202
202
|
|
|
203
203
|
global___ListDataSourcesResponse = ListDataSourcesResponse
|
|
204
204
|
|
|
205
|
+
class ListDataSourcesByAccountRequest(google.protobuf.message.Message):
|
|
206
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
207
|
+
|
|
208
|
+
def __init__(
|
|
209
|
+
self,
|
|
210
|
+
) -> None: ...
|
|
211
|
+
|
|
212
|
+
global___ListDataSourcesByAccountRequest = ListDataSourcesByAccountRequest
|
|
213
|
+
|
|
214
|
+
class ListDataSourcesByAccountResponse(google.protobuf.message.Message):
|
|
215
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
216
|
+
|
|
217
|
+
DATA_SOURCES_FIELD_NUMBER: builtins.int
|
|
218
|
+
@property
|
|
219
|
+
def data_sources(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[qwak.feature_store.sources.data_source_pb2.DataSource]:
|
|
220
|
+
"""List of registered data sources"""
|
|
221
|
+
def __init__(
|
|
222
|
+
self,
|
|
223
|
+
*,
|
|
224
|
+
data_sources: collections.abc.Iterable[qwak.feature_store.sources.data_source_pb2.DataSource] | None = ...,
|
|
225
|
+
) -> None: ...
|
|
226
|
+
def ClearField(self, field_name: typing_extensions.Literal["data_sources", b"data_sources"]) -> None: ...
|
|
227
|
+
|
|
228
|
+
global___ListDataSourcesByAccountResponse = ListDataSourcesByAccountResponse
|
|
229
|
+
|
|
205
230
|
class CreateDataSourceUploadURLRequest(google.protobuf.message.Message):
|
|
206
231
|
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
207
232
|
|