chalkpy 2.131.0__tar.gz → 2.131.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {chalkpy-2.131.0 → chalkpy-2.131.2}/PKG-INFO +1 -1
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/aggregate/v1/service_pb2.py +25 -25
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/aggregate/v1/service_pb2.pyi +8 -2
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/artifacts/v1/chart_pb2.py +18 -18
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/artifacts/v1/chart_pb2.pyi +12 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/auth/v1/permissions_pb2.py +7 -3
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/auth/v1/permissions_pb2.pyi +4 -0
- chalkpy-2.131.2/chalk/_gen/chalk/common/v1/log_pb2.py +37 -0
- chalkpy-2.131.2/chalk/_gen/chalk/common/v1/log_pb2.pyi +36 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/container/v1/service_pb2.py +48 -48
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/container/v1/service_pb2.pyi +30 -8
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/externalfunctioncatalog/v1/service_pb2.py +14 -14
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/externalfunctioncatalog/v1/service_pb2.pyi +14 -3
- chalkpy-2.131.2/chalk/_gen/chalk/graph/v1/graph_pb2.py +260 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/graph/v1/graph_pb2.pyi +66 -0
- chalkpy-2.131.2/chalk/_gen/chalk/planner/v1/batch_operator_pb2.py +154 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/planner/v1/batch_operator_pb2.pyi +9 -1
- chalkpy-2.131.2/chalk/_gen/chalk/planner/v1/logical_plan_pb2.py +69 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/planner/v1/logical_plan_pb2.pyi +5 -0
- chalkpy-2.131.2/chalk/_gen/chalk/planner/v1/symbolic_value_pb2_grpc.pyi +7 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/runtime/v1/remote_python_call_pb2.py +21 -13
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/runtime/v1/remote_python_call_pb2.pyi +27 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/runtime/v1/remote_python_call_pb2_grpc.py +45 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/runtime/v1/remote_python_call_pb2_grpc.pyi +14 -0
- chalkpy-2.131.2/chalk/_gen/chalk/sandbox/v1/service_pb2.py +186 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/sandbox/v1/service_pb2.pyi +197 -6
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/sandbox/v1/service_pb2_grpc.py +240 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/sandbox/v1/service_pb2_grpc.pyi +100 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/scalinggroup/v1/service_pb2.py +26 -26
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/scalinggroup/v1/service_pb2.pyi +14 -4
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/argo_workflow_pb2.py +5 -5
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/auth_pb2.py +16 -4
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/auth_pb2.pyi +34 -1
- chalkpy-2.131.2/chalk/_gen/chalk/server/v1/benchmark_pb2.py +99 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/benchmark_pb2.pyi +69 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/billing_pb2.py +32 -32
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/billing_pb2.pyi +7 -1
- chalkpy-2.131.2/chalk/_gen/chalk/server/v1/builder_pb2.py +781 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/builder_pb2.pyi +84 -0
- chalkpy-2.131.2/chalk/_gen/chalk/server/v1/chart_pb2.py +189 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/chart_pb2.pyi +17 -0
- chalkpy-2.131.2/chalk/_gen/chalk/server/v1/cloud_components_pb2.py +514 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/cloud_components_pb2.pyi +65 -2
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/datasets_pb2.py +59 -53
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/datasets_pb2.pyi +24 -4
- chalkpy-2.131.2/chalk/_gen/chalk/server/v1/deploy_pb2.py +114 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/deploy_pb2.pyi +1 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/deploy_pb2_grpc.py +46 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/deploy_pb2_grpc.pyi +14 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/deployment_pb2.py +10 -6
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/deployment_pb2.pyi +12 -0
- chalkpy-2.131.2/chalk/_gen/chalk/server/v1/deployment_revision_pb2.py +54 -0
- chalkpy-2.131.2/chalk/_gen/chalk/server/v1/deployment_revision_pb2.pyi +200 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/environment_pb2.py +10 -10
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/environment_pb2.pyi +2 -0
- chalkpy-2.131.2/chalk/_gen/chalk/server/v1/github_app_pb2.py +134 -0
- chalkpy-2.131.2/chalk/_gen/chalk/server/v1/github_app_pb2.pyi +342 -0
- chalkpy-2.131.2/chalk/_gen/chalk/server/v1/github_app_pb2_grpc.py +483 -0
- chalkpy-2.131.2/chalk/_gen/chalk/server/v1/github_app_pb2_grpc.pyi +152 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/graph_pb2.py +12 -10
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/graph_pb2.pyi +24 -4
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/incident_pb2.py +2 -2
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/incident_pb2.pyi +2 -0
- chalkpy-2.131.2/chalk/_gen/chalk/server/v1/inventory_pb2.py +47 -0
- chalkpy-2.131.2/chalk/_gen/chalk/server/v1/inventory_pb2.pyi +121 -0
- chalkpy-2.131.2/chalk/_gen/chalk/server/v1/inventory_pb2_grpc.py +123 -0
- chalkpy-2.131.2/chalk/_gen/chalk/server/v1/inventory_pb2_grpc.pyi +50 -0
- chalkpy-2.131.2/chalk/_gen/chalk/server/v1/model_registry_pb2.py +235 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/model_registry_pb2.pyi +94 -10
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/model_registry_pb2_grpc.py +90 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/model_registry_pb2_grpc.pyi +24 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/named_query_pb2.py +13 -13
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/named_query_pb2.pyi +6 -2
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/queries_pb2.py +47 -39
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/queries_pb2.pyi +36 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/queries_pb2_grpc.py +45 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/queries_pb2_grpc.pyi +12 -0
- chalkpy-2.131.2/chalk/_gen/chalk/server/v1/trace_pb2.py +166 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/trace_pb2.pyi +314 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/trace_pb2_grpc.py +90 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/trace_pb2_grpc.pyi +28 -0
- chalkpy-2.131.2/chalk/_gen/chalk/symbolic_value/v1/symbolic_value_pb2.py +93 -0
- chalkpy-2.131.2/chalk/_gen/chalk/symbolic_value/v1/symbolic_value_pb2.pyi +349 -0
- chalkpy-2.131.2/chalk/_gen/chalk/utils/v1/encoding_pb2_grpc.py +4 -0
- chalkpy-2.131.2/chalk/_gen/chalk/utils/v1/field_change_pb2_grpc.py +4 -0
- chalkpy-2.131.2/chalk/_gen/chalk/utils/v1/field_change_pb2_grpc.pyi +4 -0
- chalkpy-2.131.2/chalk/_gen/chalk/utils/v1/sensitive_pb2_grpc.py +4 -0
- chalkpy-2.131.2/chalk/_gen/chalk/utils/v1/sensitive_pb2_grpc.pyi +4 -0
- chalkpy-2.131.2/chalk/_gen/chalk/volume/v2/volume_pb2.py +187 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/volume/v2/volume_pb2.pyi +55 -6
- chalkpy-2.131.2/chalk/_version.py +1 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/client/client.py +62 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/client/client_grpc.py +124 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/client/client_impl.py +15 -0
- chalkpy-2.131.2/chalk/sql/_internal/integrations/psycopg3/__init__.py +0 -0
- chalkpy-2.131.2/chalk/utils/pydanticutil/__init__.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/utils/tracing.py +60 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalkpy.egg-info/SOURCES.txt +22 -0
- chalkpy-2.131.0/chalk/_gen/chalk/graph/v1/graph_pb2.py +0 -249
- chalkpy-2.131.0/chalk/_gen/chalk/planner/v1/batch_operator_pb2.py +0 -147
- chalkpy-2.131.0/chalk/_gen/chalk/planner/v1/logical_plan_pb2.py +0 -68
- chalkpy-2.131.0/chalk/_gen/chalk/sandbox/v1/service_pb2.py +0 -145
- chalkpy-2.131.0/chalk/_gen/chalk/server/v1/benchmark_pb2.py +0 -87
- chalkpy-2.131.0/chalk/_gen/chalk/server/v1/builder_pb2.py +0 -765
- chalkpy-2.131.0/chalk/_gen/chalk/server/v1/chart_pb2.py +0 -187
- chalkpy-2.131.0/chalk/_gen/chalk/server/v1/cloud_components_pb2.py +0 -505
- chalkpy-2.131.0/chalk/_gen/chalk/server/v1/deploy_pb2.py +0 -111
- chalkpy-2.131.0/chalk/_gen/chalk/server/v1/model_registry_pb2.py +0 -217
- chalkpy-2.131.0/chalk/_gen/chalk/server/v1/trace_pb2.py +0 -126
- chalkpy-2.131.0/chalk/_gen/chalk/volume/v2/volume_pb2.py +0 -183
- chalkpy-2.131.0/chalk/_version.py +0 -1
- {chalkpy-2.131.0 → chalkpy-2.131.2}/MANIFEST.in +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/README.md +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/__init__.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_autosql/__init__.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_autosql/autosql.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_expression/__init__.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_expression/converter.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/__init__.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/buf/__init__.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/buf/validate/__init__.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/buf/validate/validate_pb2.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/buf/validate/validate_pb2.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/__init__.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/aggregate/__init__.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/aggregate/v1/__init__.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/aggregate/v1/backfill_pb2.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/aggregate/v1/backfill_pb2.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/aggregate/v1/backfill_pb2_grpc.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/aggregate/v1/backfill_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/aggregate/v1/service_pb2_grpc.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/aggregate/v1/service_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/aggregate/v1/timeseries_pb2.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/aggregate/v1/timeseries_pb2.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/aggregate/v1/timeseries_pb2_grpc.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/aggregate/v1/timeseries_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/arrow/__init__.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/arrow/v1/__init__.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/arrow/v1/arrow_pb2.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/arrow/v1/arrow_pb2.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/arrow/v1/arrow_pb2_grpc.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/arrow/v1/arrow_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/artifacts/__init__.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/artifacts/v1/__init__.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/artifacts/v1/cdc_pb2.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/artifacts/v1/cdc_pb2.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/artifacts/v1/cdc_pb2_grpc.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/artifacts/v1/cdc_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/artifacts/v1/chart_pb2_grpc.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/artifacts/v1/chart_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/artifacts/v1/cron_aggregate_backfill_pb2.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/artifacts/v1/cron_aggregate_backfill_pb2.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/artifacts/v1/cron_aggregate_backfill_pb2_grpc.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/artifacts/v1/cron_aggregate_backfill_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/artifacts/v1/cron_query_pb2.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/artifacts/v1/cron_query_pb2.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/artifacts/v1/cron_query_pb2_grpc.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/artifacts/v1/cron_query_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/artifacts/v1/deployment_pb2.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/artifacts/v1/deployment_pb2.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/artifacts/v1/deployment_pb2_grpc.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/artifacts/v1/deployment_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/artifacts/v1/diff_pb2.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/artifacts/v1/diff_pb2.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/artifacts/v1/diff_pb2_grpc.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/artifacts/v1/diff_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/artifacts/v1/export_pb2.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/artifacts/v1/export_pb2.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/artifacts/v1/export_pb2_grpc.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/artifacts/v1/export_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/auth/__init__.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/auth/v1/__init__.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/auth/v1/agent_pb2.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/auth/v1/agent_pb2.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/auth/v1/agent_pb2_grpc.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/auth/v1/agent_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/auth/v1/audit_pb2.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/auth/v1/audit_pb2.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/auth/v1/audit_pb2_grpc.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/auth/v1/audit_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/auth/v1/displayagent_pb2.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/auth/v1/displayagent_pb2.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/auth/v1/displayagent_pb2_grpc.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/auth/v1/displayagent_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/auth/v1/featurepermission_pb2.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/auth/v1/featurepermission_pb2.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/auth/v1/featurepermission_pb2_grpc.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/auth/v1/featurepermission_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/auth/v1/permissions_pb2_grpc.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/auth/v1/permissions_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/chart/__init__.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/chart/v1/__init__.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/chart/v1/densetimeserieschart_pb2.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/chart/v1/densetimeserieschart_pb2.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/chart/v1/densetimeserieschart_pb2_grpc.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/chart/v1/densetimeserieschart_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/chart/v1/histogram_pb2.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/chart/v1/histogram_pb2.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/chart/v1/histogram_pb2_grpc.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/chart/v1/histogram_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/common/__init__.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/common/v1/__init__.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/common/v1/chalk_error_pb2.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/common/v1/chalk_error_pb2.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/common/v1/chalk_error_pb2_grpc.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/common/v1/chalk_error_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/common/v1/chart_pb2.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/common/v1/chart_pb2.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/common/v1/chart_pb2_grpc.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/common/v1/chart_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/common/v1/dataframe_pb2.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/common/v1/dataframe_pb2.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/common/v1/dataframe_pb2_grpc.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/common/v1/dataframe_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/common/v1/dataset_response_pb2.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/common/v1/dataset_response_pb2.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/common/v1/dataset_response_pb2_grpc.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/common/v1/dataset_response_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/common/v1/feature_values_pb2.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/common/v1/feature_values_pb2.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/common/v1/feature_values_pb2_grpc.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/common/v1/feature_values_pb2_grpc.pyi +0 -0
- /chalkpy-2.131.0/chalk/_gen/chalk/common/v1/offline_query_pb2_grpc.py → /chalkpy-2.131.2/chalk/_gen/chalk/common/v1/log_pb2_grpc.py +0 -0
- /chalkpy-2.131.0/chalk/_gen/chalk/common/v1/online_query_pb2_grpc.pyi → /chalkpy-2.131.2/chalk/_gen/chalk/common/v1/log_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/common/v1/offline_query_pb2.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/common/v1/offline_query_pb2.pyi +0 -0
- /chalkpy-2.131.0/chalk/_gen/chalk/common/v1/online_query_pb2_grpc.py → /chalkpy-2.131.2/chalk/_gen/chalk/common/v1/offline_query_pb2_grpc.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/common/v1/offline_query_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/common/v1/online_query_pb2.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/common/v1/online_query_pb2.pyi +0 -0
- /chalkpy-2.131.0/chalk/_gen/chalk/common/v1/operation_kind_pb2_grpc.py → /chalkpy-2.131.2/chalk/_gen/chalk/common/v1/online_query_pb2_grpc.py +0 -0
- /chalkpy-2.131.0/chalk/_gen/chalk/common/v1/operation_kind_pb2_grpc.pyi → /chalkpy-2.131.2/chalk/_gen/chalk/common/v1/online_query_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/common/v1/operation_kind_pb2.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/common/v1/operation_kind_pb2.pyi +0 -0
- /chalkpy-2.131.0/chalk/_gen/chalk/common/v1/query_log_pb2_grpc.py → /chalkpy-2.131.2/chalk/_gen/chalk/common/v1/operation_kind_pb2_grpc.py +0 -0
- /chalkpy-2.131.0/chalk/_gen/chalk/common/v1/query_log_pb2_grpc.pyi → /chalkpy-2.131.2/chalk/_gen/chalk/common/v1/operation_kind_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/common/v1/query_log_pb2.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/common/v1/query_log_pb2.pyi +0 -0
- {chalkpy-2.131.0/chalk/_gen/chalk/engine/v2 → chalkpy-2.131.2/chalk/_gen/chalk/common/v1}/query_log_pb2_grpc.py +0 -0
- {chalkpy-2.131.0/chalk/_gen/chalk/engine/v2 → chalkpy-2.131.2/chalk/_gen/chalk/common/v1}/query_log_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/common/v1/query_status_pb2.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/common/v1/query_status_pb2.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/common/v1/query_status_pb2_grpc.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/common/v1/query_status_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/common/v1/query_values_pb2.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/common/v1/query_values_pb2.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/common/v1/query_values_pb2_grpc.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/common/v1/query_values_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/common/v1/resources_pb2.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/common/v1/resources_pb2.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/common/v1/resources_pb2_grpc.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/common/v1/resources_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/common/v1/script_task_pb2.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/common/v1/script_task_pb2.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/common/v1/script_task_pb2_grpc.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/common/v1/script_task_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/common/v1/upload_features_pb2.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/common/v1/upload_features_pb2.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/common/v1/upload_features_pb2_grpc.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/common/v1/upload_features_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/common/v2/__init__.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/common/v2/execute_plan_pb2.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/common/v2/execute_plan_pb2.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/common/v2/execute_plan_pb2_grpc.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/common/v2/execute_plan_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/common/v2/metadata_pb2.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/common/v2/metadata_pb2.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/common/v2/metadata_pb2_grpc.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/common/v2/metadata_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/common/v2/options_pb2.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/common/v2/options_pb2.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/common/v2/options_pb2_grpc.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/common/v2/options_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/common/v2/table_pb2.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/common/v2/table_pb2.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/common/v2/table_pb2_grpc.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/common/v2/table_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/container/__init__.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/container/v1/__init__.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/container/v1/service_pb2_grpc.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/container/v1/service_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/dataframe/__init__.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/dataframe/v1/__init__.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/dataframe/v1/dataframe_pb2.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/dataframe/v1/dataframe_pb2.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/dataframe/v1/dataframe_pb2_grpc.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/dataframe/v1/dataframe_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/engine/__init__.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/engine/v1/__init__.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/engine/v1/bloom_filter_pb2.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/engine/v1/bloom_filter_pb2.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/engine/v1/bloom_filter_pb2_grpc.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/engine/v1/bloom_filter_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/engine/v1/offline_store_service_pb2.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/engine/v1/offline_store_service_pb2.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/engine/v1/offline_store_service_pb2_grpc.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/engine/v1/offline_store_service_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/engine/v1/plan_pb2.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/engine/v1/plan_pb2.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/engine/v1/plan_pb2_grpc.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/engine/v1/plan_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/engine/v1/plan_server_pb2.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/engine/v1/plan_server_pb2.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/engine/v1/plan_server_pb2_grpc.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/engine/v1/plan_server_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/engine/v1/query_server_pb2.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/engine/v1/query_server_pb2.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/engine/v1/query_server_pb2_grpc.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/engine/v1/query_server_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/engine/v2/__init__.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/engine/v2/dataframe_service_pb2.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/engine/v2/dataframe_service_pb2.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/engine/v2/dataframe_service_pb2_grpc.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/engine/v2/dataframe_service_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/engine/v2/feature_values_chart_pb2.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/engine/v2/feature_values_chart_pb2.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/engine/v2/feature_values_chart_pb2_grpc.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/engine/v2/feature_values_chart_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/engine/v2/feature_values_pb2.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/engine/v2/feature_values_pb2.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/engine/v2/feature_values_pb2_grpc.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/engine/v2/feature_values_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/engine/v2/introspection_service_pb2.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/engine/v2/introspection_service_pb2.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/engine/v2/introspection_service_pb2_grpc.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/engine/v2/introspection_service_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/engine/v2/logical_plan_execution_service_pb2.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/engine/v2/logical_plan_execution_service_pb2.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/engine/v2/logical_plan_execution_service_pb2_grpc.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/engine/v2/logical_plan_execution_service_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/engine/v2/offline_store_service_pb2.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/engine/v2/offline_store_service_pb2.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/engine/v2/offline_store_service_pb2_grpc.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/engine/v2/offline_store_service_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/engine/v2/planning_service_pb2.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/engine/v2/planning_service_pb2.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/engine/v2/planning_service_pb2_grpc.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/engine/v2/planning_service_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/engine/v2/query_log_pb2.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/engine/v2/query_log_pb2.pyi +0 -0
- /chalkpy-2.131.0/chalk/_gen/chalk/engine/v2/query_values_pb2_grpc.py → /chalkpy-2.131.2/chalk/_gen/chalk/engine/v2/query_log_pb2_grpc.py +0 -0
- /chalkpy-2.131.0/chalk/_gen/chalk/engine/v2/query_values_pb2_grpc.pyi → /chalkpy-2.131.2/chalk/_gen/chalk/engine/v2/query_log_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/engine/v2/query_values_pb2.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/engine/v2/query_values_pb2.pyi +0 -0
- /chalkpy-2.131.0/chalk/_gen/chalk/expression/v1/expression_pb2_grpc.py → /chalkpy-2.131.2/chalk/_gen/chalk/engine/v2/query_values_pb2_grpc.py +0 -0
- /chalkpy-2.131.0/chalk/_gen/chalk/expression/v1/expression_pb2_grpc.pyi → /chalkpy-2.131.2/chalk/_gen/chalk/engine/v2/query_values_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/expression/__init__.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/expression/v1/__init__.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/expression/v1/expression_pb2.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/expression/v1/expression_pb2.pyi +0 -0
- /chalkpy-2.131.0/chalk/_gen/chalk/graph/v1/graph_pb2_grpc.py → /chalkpy-2.131.2/chalk/_gen/chalk/expression/v1/expression_pb2_grpc.py +0 -0
- /chalkpy-2.131.0/chalk/_gen/chalk/graph/v1/graph_pb2_grpc.pyi → /chalkpy-2.131.2/chalk/_gen/chalk/expression/v1/expression_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/externalfunctioncatalog/__init__.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/externalfunctioncatalog/v1/__init__.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/externalfunctioncatalog/v1/service_pb2_grpc.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/externalfunctioncatalog/v1/service_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/flags/__init__.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/flags/v1/__init__.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/flags/v1/flags_pb2.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/flags/v1/flags_pb2.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/graph/__init__.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/graph/v1/__init__.py +0 -0
- /chalkpy-2.131.0/chalk/_gen/chalk/graph/v1/sources_pb2_grpc.py → /chalkpy-2.131.2/chalk/_gen/chalk/graph/v1/graph_pb2_grpc.py +0 -0
- /chalkpy-2.131.0/chalk/_gen/chalk/graph/v1/sources_pb2_grpc.pyi → /chalkpy-2.131.2/chalk/_gen/chalk/graph/v1/graph_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/graph/v1/sources_pb2.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/graph/v1/sources_pb2.pyi +0 -0
- {chalkpy-2.131.0/chalk/_gen/chalk/graph/v2 → chalkpy-2.131.2/chalk/_gen/chalk/graph/v1}/sources_pb2_grpc.py +0 -0
- {chalkpy-2.131.0/chalk/_gen/chalk/graph/v2 → chalkpy-2.131.2/chalk/_gen/chalk/graph/v1}/sources_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/graph/v2/__init__.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/graph/v2/sources_pb2.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/graph/v2/sources_pb2.pyi +0 -0
- /chalkpy-2.131.0/chalk/_gen/chalk/kubernetes/v1/deployments_pb2_grpc.py → /chalkpy-2.131.2/chalk/_gen/chalk/graph/v2/sources_pb2_grpc.py +0 -0
- /chalkpy-2.131.0/chalk/_gen/chalk/kubernetes/v1/deployments_pb2_grpc.pyi → /chalkpy-2.131.2/chalk/_gen/chalk/graph/v2/sources_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/kubernetes/__init__.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/kubernetes/v1/__init__.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/kubernetes/v1/deployments_pb2.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/kubernetes/v1/deployments_pb2.pyi +0 -0
- /chalkpy-2.131.0/chalk/_gen/chalk/kubernetes/v1/events_pb2_grpc.py → /chalkpy-2.131.2/chalk/_gen/chalk/kubernetes/v1/deployments_pb2_grpc.py +0 -0
- /chalkpy-2.131.0/chalk/_gen/chalk/kubernetes/v1/events_pb2_grpc.pyi → /chalkpy-2.131.2/chalk/_gen/chalk/kubernetes/v1/deployments_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/kubernetes/v1/events_pb2.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/kubernetes/v1/events_pb2.pyi +0 -0
- /chalkpy-2.131.0/chalk/_gen/chalk/kubernetes/v1/horizontalpodautoscaler_pb2_grpc.py → /chalkpy-2.131.2/chalk/_gen/chalk/kubernetes/v1/events_pb2_grpc.py +0 -0
- /chalkpy-2.131.0/chalk/_gen/chalk/kubernetes/v1/horizontalpodautoscaler_pb2_grpc.pyi → /chalkpy-2.131.2/chalk/_gen/chalk/kubernetes/v1/events_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/kubernetes/v1/horizontalpodautoscaler_pb2.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/kubernetes/v1/horizontalpodautoscaler_pb2.pyi +0 -0
- /chalkpy-2.131.0/chalk/_gen/chalk/kubernetes/v1/jobs_pb2_grpc.py → /chalkpy-2.131.2/chalk/_gen/chalk/kubernetes/v1/horizontalpodautoscaler_pb2_grpc.py +0 -0
- /chalkpy-2.131.0/chalk/_gen/chalk/kubernetes/v1/jobs_pb2_grpc.pyi → /chalkpy-2.131.2/chalk/_gen/chalk/kubernetes/v1/horizontalpodautoscaler_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/kubernetes/v1/jobs_pb2.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/kubernetes/v1/jobs_pb2.pyi +0 -0
- /chalkpy-2.131.0/chalk/_gen/chalk/kubernetes/v1/namespaces_pb2_grpc.py → /chalkpy-2.131.2/chalk/_gen/chalk/kubernetes/v1/jobs_pb2_grpc.py +0 -0
- /chalkpy-2.131.0/chalk/_gen/chalk/kubernetes/v1/namespaces_pb2_grpc.pyi → /chalkpy-2.131.2/chalk/_gen/chalk/kubernetes/v1/jobs_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/kubernetes/v1/namespaces_pb2.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/kubernetes/v1/namespaces_pb2.pyi +0 -0
- /chalkpy-2.131.0/chalk/_gen/chalk/kubernetes/v1/nodes_pb2_grpc.py → /chalkpy-2.131.2/chalk/_gen/chalk/kubernetes/v1/namespaces_pb2_grpc.py +0 -0
- /chalkpy-2.131.0/chalk/_gen/chalk/kubernetes/v1/nodes_pb2_grpc.pyi → /chalkpy-2.131.2/chalk/_gen/chalk/kubernetes/v1/namespaces_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/kubernetes/v1/nodes_pb2.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/kubernetes/v1/nodes_pb2.pyi +0 -0
- /chalkpy-2.131.0/chalk/_gen/chalk/kubernetes/v1/persistentvolume_pb2_grpc.py → /chalkpy-2.131.2/chalk/_gen/chalk/kubernetes/v1/nodes_pb2_grpc.py +0 -0
- /chalkpy-2.131.0/chalk/_gen/chalk/kubernetes/v1/persistentvolume_pb2_grpc.pyi → /chalkpy-2.131.2/chalk/_gen/chalk/kubernetes/v1/nodes_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/kubernetes/v1/persistentvolume_pb2.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/kubernetes/v1/persistentvolume_pb2.pyi +0 -0
- /chalkpy-2.131.0/chalk/_gen/chalk/kubernetes/v1/pods_pb2_grpc.py → /chalkpy-2.131.2/chalk/_gen/chalk/kubernetes/v1/persistentvolume_pb2_grpc.py +0 -0
- /chalkpy-2.131.0/chalk/_gen/chalk/kubernetes/v1/pods_pb2_grpc.pyi → /chalkpy-2.131.2/chalk/_gen/chalk/kubernetes/v1/persistentvolume_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/kubernetes/v1/pods_pb2.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/kubernetes/v1/pods_pb2.pyi +0 -0
- /chalkpy-2.131.0/chalk/_gen/chalk/kubernetes/v1/resourcequantities_pb2_grpc.py → /chalkpy-2.131.2/chalk/_gen/chalk/kubernetes/v1/pods_pb2_grpc.py +0 -0
- /chalkpy-2.131.0/chalk/_gen/chalk/kubernetes/v1/resourcequantities_pb2_grpc.pyi → /chalkpy-2.131.2/chalk/_gen/chalk/kubernetes/v1/pods_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/kubernetes/v1/resourcequantities_pb2.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/kubernetes/v1/resourcequantities_pb2.pyi +0 -0
- /chalkpy-2.131.0/chalk/_gen/chalk/kubernetes/v1/resourcequota_pb2_grpc.py → /chalkpy-2.131.2/chalk/_gen/chalk/kubernetes/v1/resourcequantities_pb2_grpc.py +0 -0
- /chalkpy-2.131.0/chalk/_gen/chalk/kubernetes/v1/resourcequota_pb2_grpc.pyi → /chalkpy-2.131.2/chalk/_gen/chalk/kubernetes/v1/resourcequantities_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/kubernetes/v1/resourcequota_pb2.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/kubernetes/v1/resourcequota_pb2.pyi +0 -0
- /chalkpy-2.131.0/chalk/_gen/chalk/kubernetes/v1/scaledobject_pb2_grpc.py → /chalkpy-2.131.2/chalk/_gen/chalk/kubernetes/v1/resourcequota_pb2_grpc.py +0 -0
- /chalkpy-2.131.0/chalk/_gen/chalk/kubernetes/v1/scaledobject_pb2_grpc.pyi → /chalkpy-2.131.2/chalk/_gen/chalk/kubernetes/v1/resourcequota_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/kubernetes/v1/scaledobject_pb2.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/kubernetes/v1/scaledobject_pb2.pyi +0 -0
- /chalkpy-2.131.0/chalk/_gen/chalk/kubernetes/v1/serviceaccounts_pb2_grpc.py → /chalkpy-2.131.2/chalk/_gen/chalk/kubernetes/v1/scaledobject_pb2_grpc.py +0 -0
- /chalkpy-2.131.0/chalk/_gen/chalk/kubernetes/v1/serviceaccounts_pb2_grpc.pyi → /chalkpy-2.131.2/chalk/_gen/chalk/kubernetes/v1/scaledobject_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/kubernetes/v1/serviceaccounts_pb2.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/kubernetes/v1/serviceaccounts_pb2.pyi +0 -0
- /chalkpy-2.131.0/chalk/_gen/chalk/kubernetes/v1/statefulsets_pb2_grpc.py → /chalkpy-2.131.2/chalk/_gen/chalk/kubernetes/v1/serviceaccounts_pb2_grpc.py +0 -0
- /chalkpy-2.131.0/chalk/_gen/chalk/kubernetes/v1/statefulsets_pb2_grpc.pyi → /chalkpy-2.131.2/chalk/_gen/chalk/kubernetes/v1/serviceaccounts_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/kubernetes/v1/statefulsets_pb2.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/kubernetes/v1/statefulsets_pb2.pyi +0 -0
- /chalkpy-2.131.0/chalk/_gen/chalk/lsp/v1/lsp_pb2_grpc.py → /chalkpy-2.131.2/chalk/_gen/chalk/kubernetes/v1/statefulsets_pb2_grpc.py +0 -0
- /chalkpy-2.131.0/chalk/_gen/chalk/lsp/v1/lsp_pb2_grpc.pyi → /chalkpy-2.131.2/chalk/_gen/chalk/kubernetes/v1/statefulsets_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/lsp/__init__.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/lsp/v1/__init__.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/lsp/v1/lsp_pb2.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/lsp/v1/lsp_pb2.pyi +0 -0
- /chalkpy-2.131.0/chalk/_gen/chalk/nodepools/v1/gke_pb2_grpc.py → /chalkpy-2.131.2/chalk/_gen/chalk/lsp/v1/lsp_pb2_grpc.py +0 -0
- /chalkpy-2.131.0/chalk/_gen/chalk/nodepools/v1/gke_pb2_grpc.pyi → /chalkpy-2.131.2/chalk/_gen/chalk/lsp/v1/lsp_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/modeldeployment/__init__.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/modeldeployment/v1/__init__.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/modeldeployment/v1/curated_models_pb2.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/modeldeployment/v1/curated_models_pb2.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/modeldeployment/v1/curated_models_pb2_grpc.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/modeldeployment/v1/curated_models_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/modeldeployment/v1/service_pb2.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/modeldeployment/v1/service_pb2.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/modeldeployment/v1/service_pb2_grpc.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/modeldeployment/v1/service_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/models/__init__.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/models/v1/__init__.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/models/v1/model_artifact_pb2.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/models/v1/model_artifact_pb2.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/models/v1/model_version_pb2.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/models/v1/model_version_pb2.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/nodepools/__init__.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/nodepools/v1/__init__.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/nodepools/v1/gke_pb2.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/nodepools/v1/gke_pb2.pyi +0 -0
- /chalkpy-2.131.0/chalk/_gen/chalk/nodepools/v1/karpenter_pb2_grpc.py → /chalkpy-2.131.2/chalk/_gen/chalk/nodepools/v1/gke_pb2_grpc.py +0 -0
- /chalkpy-2.131.0/chalk/_gen/chalk/nodepools/v1/karpenter_pb2_grpc.pyi → /chalkpy-2.131.2/chalk/_gen/chalk/nodepools/v1/gke_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/nodepools/v1/karpenter_pb2.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/nodepools/v1/karpenter_pb2.pyi +0 -0
- /chalkpy-2.131.0/chalk/_gen/chalk/planner/v1/batch_operator_pb2_grpc.py → /chalkpy-2.131.2/chalk/_gen/chalk/nodepools/v1/karpenter_pb2_grpc.py +0 -0
- /chalkpy-2.131.0/chalk/_gen/chalk/planner/v1/batch_operator_pb2_grpc.pyi → /chalkpy-2.131.2/chalk/_gen/chalk/nodepools/v1/karpenter_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/planner/__init__.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/planner/v1/__init__.py +0 -0
- /chalkpy-2.131.0/chalk/_gen/chalk/planner/v1/batch_udf_pb2_grpc.py → /chalkpy-2.131.2/chalk/_gen/chalk/planner/v1/batch_operator_pb2_grpc.py +0 -0
- /chalkpy-2.131.0/chalk/_gen/chalk/planner/v1/batch_udf_pb2_grpc.pyi → /chalkpy-2.131.2/chalk/_gen/chalk/planner/v1/batch_operator_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/planner/v1/batch_udf_pb2.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/planner/v1/batch_udf_pb2.pyi +0 -0
- /chalkpy-2.131.0/chalk/_gen/chalk/planner/v1/feature_types_pb2_grpc.py → /chalkpy-2.131.2/chalk/_gen/chalk/planner/v1/batch_udf_pb2_grpc.py +0 -0
- /chalkpy-2.131.0/chalk/_gen/chalk/planner/v1/feature_types_pb2_grpc.pyi → /chalkpy-2.131.2/chalk/_gen/chalk/planner/v1/batch_udf_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/planner/v1/feature_types_pb2.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/planner/v1/feature_types_pb2.pyi +0 -0
- /chalkpy-2.131.0/chalk/_gen/chalk/planner/v1/logical_plan_pb2_grpc.py → /chalkpy-2.131.2/chalk/_gen/chalk/planner/v1/feature_types_pb2_grpc.py +0 -0
- /chalkpy-2.131.0/chalk/_gen/chalk/planner/v1/logical_plan_pb2_grpc.pyi → /chalkpy-2.131.2/chalk/_gen/chalk/planner/v1/feature_types_pb2_grpc.pyi +0 -0
- /chalkpy-2.131.0/chalk/_gen/chalk/planner/v1/symbolic_value_pb2_grpc.py → /chalkpy-2.131.2/chalk/_gen/chalk/planner/v1/logical_plan_pb2_grpc.py +0 -0
- /chalkpy-2.131.0/chalk/_gen/chalk/planner/v1/symbolic_value_pb2_grpc.pyi → /chalkpy-2.131.2/chalk/_gen/chalk/planner/v1/logical_plan_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/planner/v1/query_planning_server_pb2.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/planner/v1/query_planning_server_pb2.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/planner/v1/query_planning_server_pb2_grpc.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/planner/v1/query_planning_server_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/planner/v1/symbolic_value_pb2.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/planner/v1/symbolic_value_pb2.pyi +0 -0
- /chalkpy-2.131.0/chalk/_gen/chalk/python/v1/types_pb2_grpc.py → /chalkpy-2.131.2/chalk/_gen/chalk/planner/v1/symbolic_value_pb2_grpc.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/protosql/__init__.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/protosql/v1/__init__.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/protosql/v1/sql_service_pb2.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/protosql/v1/sql_service_pb2.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/protosql/v1/sql_service_pb2_grpc.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/protosql/v1/sql_service_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/python/__init__.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/python/v1/__init__.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/python/v1/types_pb2.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/python/v1/types_pb2.pyi +0 -0
- /chalkpy-2.131.0/chalk/_gen/chalk/runtime/v1/data_pb2_grpc.py → /chalkpy-2.131.2/chalk/_gen/chalk/python/v1/types_pb2_grpc.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/python/v1/types_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/runtime/__init__.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/runtime/v1/__init__.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/runtime/v1/data_pb2.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/runtime/v1/data_pb2.pyi +0 -0
- /chalkpy-2.131.0/chalk/_gen/chalk/server/v1/batch_pb2_grpc.py → /chalkpy-2.131.2/chalk/_gen/chalk/runtime/v1/data_pb2_grpc.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/runtime/v1/data_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/runtime/v1/python_streaming_resolver_invoker_service_pb2.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/runtime/v1/python_streaming_resolver_invoker_service_pb2.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/runtime/v1/python_streaming_resolver_invoker_service_pb2_grpc.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/runtime/v1/python_streaming_resolver_invoker_service_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/sandbox/__init__.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/sandbox/v1/__init__.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/scalinggroup/__init__.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/scalinggroup/v1/__init__.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/scalinggroup/v1/service_pb2_grpc.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/scalinggroup/v1/service_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/__init__.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/__init__.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/argo_workflow_pb2.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/argo_workflow_pb2_grpc.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/argo_workflow_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/audit_pb2.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/audit_pb2.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/audit_pb2_grpc.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/audit_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/auth_pb2_grpc.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/auth_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/authtesting_pb2.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/authtesting_pb2.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/authtesting_pb2_grpc.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/authtesting_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/batch_pb2.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/batch_pb2.pyi +0 -0
- /chalkpy-2.131.0/chalk/_gen/chalk/server/v1/bootstrap_pb2_grpc.py → /chalkpy-2.131.2/chalk/_gen/chalk/server/v1/batch_pb2_grpc.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/batch_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/benchmark_pb2_grpc.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/benchmark_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/billing_pb2_grpc.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/billing_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/bootstrap_pb2.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/bootstrap_pb2.pyi +0 -0
- /chalkpy-2.131.0/chalk/_gen/chalk/server/v1/deployment_pb2_grpc.py → /chalkpy-2.131.2/chalk/_gen/chalk/server/v1/bootstrap_pb2_grpc.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/bootstrap_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/branches_pb2.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/branches_pb2.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/branches_pb2_grpc.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/branches_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/builder_pb2_grpc.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/builder_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/callerinfo_pb2.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/callerinfo_pb2.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/callerinfo_pb2_grpc.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/callerinfo_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/chart_pb2_grpc.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/chart_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/cli_pb2.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/cli_pb2.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/cli_pb2_grpc.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/cli_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/clickhouse_pb2.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/clickhouse_pb2.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/clickhouse_pb2_grpc.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/clickhouse_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/cloud_components_pb2_grpc.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/cloud_components_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/cloud_credentials_pb2.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/cloud_credentials_pb2.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/cloud_credentials_pb2_grpc.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/cloud_credentials_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/dataframe_pb2.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/dataframe_pb2.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/dataframe_pb2_grpc.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/dataframe_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/dataplanejobqueue_pb2.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/dataplanejobqueue_pb2.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/dataplanejobqueue_pb2_grpc.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/dataplanejobqueue_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/dataplaneworkflows_pb2.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/dataplaneworkflows_pb2.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/dataplaneworkflows_pb2_grpc.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/dataplaneworkflows_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/datasets_pb2_grpc.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/datasets_pb2_grpc.pyi +0 -0
- /chalkpy-2.131.0/chalk/_gen/chalk/server/v1/eventbus_pb2_grpc.py → /chalkpy-2.131.2/chalk/_gen/chalk/server/v1/deployment_pb2_grpc.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/deployment_pb2_grpc.pyi +0 -0
- /chalkpy-2.131.0/chalk/_gen/chalk/server/v1/files_pb2_grpc.py → /chalkpy-2.131.2/chalk/_gen/chalk/server/v1/deployment_revision_pb2_grpc.py +0 -0
- /chalkpy-2.131.0/chalk/_gen/chalk/server/v1/eventbus_pb2_grpc.pyi → /chalkpy-2.131.2/chalk/_gen/chalk/server/v1/deployment_revision_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/environment_pb2_grpc.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/environment_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/environment_secrets_pb2.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/environment_secrets_pb2.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/environment_secrets_pb2_grpc.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/environment_secrets_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/eventbus_pb2.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/eventbus_pb2.pyi +0 -0
- /chalkpy-2.131.0/chalk/_gen/chalk/server/v1/incident_pb2_grpc.py → /chalkpy-2.131.2/chalk/_gen/chalk/server/v1/eventbus_pb2_grpc.py +0 -0
- /chalkpy-2.131.0/chalk/_gen/chalk/server/v1/files_pb2_grpc.pyi → /chalkpy-2.131.2/chalk/_gen/chalk/server/v1/eventbus_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/feature_export_pb2.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/feature_export_pb2.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/feature_export_pb2_grpc.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/feature_export_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/feature_metadata_pb2.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/feature_metadata_pb2.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/feature_metadata_pb2_grpc.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/feature_metadata_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/files_pb2.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/files_pb2.pyi +0 -0
- /chalkpy-2.131.0/chalk/_gen/chalk/server/v1/link_pb2_grpc.py → /chalkpy-2.131.2/chalk/_gen/chalk/server/v1/files_pb2_grpc.py +0 -0
- /chalkpy-2.131.0/chalk/_gen/chalk/server/v1/incident_pb2_grpc.pyi → /chalkpy-2.131.2/chalk/_gen/chalk/server/v1/files_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/flag_pb2.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/flag_pb2.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/flag_pb2_grpc.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/flag_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/flare_pb2.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/flare_pb2.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/flare_pb2_grpc.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/flare_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/graph_pb2_grpc.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/graph_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/http_engine_proxy_pb2.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/http_engine_proxy_pb2.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/http_engine_proxy_pb2_grpc.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/http_engine_proxy_pb2_grpc.pyi +0 -0
- /chalkpy-2.131.0/chalk/_gen/chalk/server/v1/materialized_aggregate_tiles_pb2_grpc.py → /chalkpy-2.131.2/chalk/_gen/chalk/server/v1/incident_pb2_grpc.py +0 -0
- /chalkpy-2.131.0/chalk/_gen/chalk/server/v1/link_pb2_grpc.pyi → /chalkpy-2.131.2/chalk/_gen/chalk/server/v1/incident_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/indexing_job_pb2.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/indexing_job_pb2.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/indexing_job_pb2_grpc.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/indexing_job_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/infrastructure_pipelines_pb2.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/infrastructure_pipelines_pb2.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/infrastructure_pipelines_pb2_grpc.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/infrastructure_pipelines_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/integrations_pb2.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/integrations_pb2.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/integrations_pb2_grpc.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/integrations_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/kube_cluster_insight_pb2.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/kube_cluster_insight_pb2.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/kube_cluster_insight_pb2_grpc.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/kube_cluster_insight_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/kube_events_pb2.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/kube_events_pb2.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/kube_events_pb2_grpc.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/kube_events_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/kube_pb2.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/kube_pb2.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/kube_pb2_grpc.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/kube_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/link_pb2.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/link_pb2.pyi +0 -0
- /chalkpy-2.131.0/chalk/_gen/chalk/server/v1/performance_summary_pb2_grpc.py → /chalkpy-2.131.2/chalk/_gen/chalk/server/v1/link_pb2_grpc.py +0 -0
- /chalkpy-2.131.0/chalk/_gen/chalk/server/v1/materialized_aggregate_tiles_pb2_grpc.pyi → /chalkpy-2.131.2/chalk/_gen/chalk/server/v1/link_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/log_pb2.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/log_pb2.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/log_pb2_grpc.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/log_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/manager_pb2.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/manager_pb2.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/manager_pb2_grpc.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/manager_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/materialized_aggregate_tiles_pb2.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/materialized_aggregate_tiles_pb2.pyi +0 -0
- /chalkpy-2.131.0/chalk/_gen/chalk/server/v1/pod_request_pb2_grpc.py → /chalkpy-2.131.2/chalk/_gen/chalk/server/v1/materialized_aggregate_tiles_pb2_grpc.py +0 -0
- /chalkpy-2.131.0/chalk/_gen/chalk/server/v1/performance_summary_pb2_grpc.pyi → /chalkpy-2.131.2/chalk/_gen/chalk/server/v1/materialized_aggregate_tiles_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/metadataplanejobqueue_pb2.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/metadataplanejobqueue_pb2.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/metadataplanejobqueue_pb2_grpc.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/metadataplanejobqueue_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/metrics_pb2.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/metrics_pb2.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/metrics_pb2_grpc.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/metrics_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/monitoring_pb2.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/monitoring_pb2.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/monitoring_pb2_grpc.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/monitoring_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/named_query_pb2_grpc.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/named_query_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/offline_queries_pb2.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/offline_queries_pb2.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/offline_queries_pb2_grpc.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/offline_queries_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/offline_store_connection_pb2.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/offline_store_connection_pb2.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/offline_store_connection_pb2_grpc.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/offline_store_connection_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/online_store_insight_pb2.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/online_store_insight_pb2.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/online_store_insight_pb2_grpc.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/online_store_insight_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/parquet_chart_pb2.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/parquet_chart_pb2.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/parquet_chart_pb2_grpc.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/parquet_chart_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/performance_summary_pb2.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/performance_summary_pb2.pyi +0 -0
- /chalkpy-2.131.0/chalk/_gen/chalk/server/v1/scheduled_query_run_pb2_grpc.py → /chalkpy-2.131.2/chalk/_gen/chalk/server/v1/performance_summary_pb2_grpc.py +0 -0
- /chalkpy-2.131.0/chalk/_gen/chalk/server/v1/pod_request_pb2_grpc.pyi → /chalkpy-2.131.2/chalk/_gen/chalk/server/v1/performance_summary_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/plandebug_pb2.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/plandebug_pb2.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/plandebug_pb2_grpc.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/plandebug_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/pod_request_pb2.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/pod_request_pb2.pyi +0 -0
- /chalkpy-2.131.0/chalk/_gen/chalk/server/v1/timeserieschart_pb2_grpc.py → /chalkpy-2.131.2/chalk/_gen/chalk/server/v1/pod_request_pb2_grpc.py +0 -0
- /chalkpy-2.131.0/chalk/_gen/chalk/server/v1/scheduled_query_run_pb2_grpc.pyi → /chalkpy-2.131.2/chalk/_gen/chalk/server/v1/pod_request_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/prompt_pb2.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/prompt_pb2.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/prompt_pb2_grpc.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/prompt_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/release_notes_pb2.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/release_notes_pb2.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/release_notes_pb2_grpc.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/release_notes_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/scheduled_aggregate_backfill_pb2.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/scheduled_aggregate_backfill_pb2.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/scheduled_aggregate_backfill_pb2_grpc.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/scheduled_aggregate_backfill_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/scheduled_query_pb2.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/scheduled_query_pb2.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/scheduled_query_pb2_grpc.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/scheduled_query_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/scheduled_query_run_pb2.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/scheduled_query_run_pb2.pyi +0 -0
- /chalkpy-2.131.0/chalk/_gen/chalk/server/v1/topic_pb2_grpc.py → /chalkpy-2.131.2/chalk/_gen/chalk/server/v1/scheduled_query_run_pb2_grpc.py +0 -0
- /chalkpy-2.131.0/chalk/_gen/chalk/server/v1/timeserieschart_pb2_grpc.pyi → /chalkpy-2.131.2/chalk/_gen/chalk/server/v1/scheduled_query_run_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/scheduler_pb2.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/scheduler_pb2.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/scheduler_pb2_grpc.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/scheduler_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/script_tasks_pb2.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/script_tasks_pb2.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/script_tasks_pb2_grpc.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/script_tasks_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/sql_interface_pb2.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/sql_interface_pb2.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/sql_interface_pb2_grpc.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/sql_interface_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/sql_queries_pb2.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/sql_queries_pb2.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/sql_queries_pb2_grpc.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/sql_queries_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/sso_pb2.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/sso_pb2.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/sso_pb2_grpc.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/sso_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/status_pb2.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/status_pb2.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/status_pb2_grpc.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/status_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/stripe_billing_pb2.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/stripe_billing_pb2.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/stripe_billing_pb2_grpc.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/stripe_billing_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/support_pb2.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/support_pb2.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/support_pb2_grpc.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/support_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/team_pb2.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/team_pb2.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/team_pb2_grpc.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/team_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/timeserieschart_pb2.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/timeserieschart_pb2.pyi +0 -0
- /chalkpy-2.131.0/chalk/_gen/chalk/utils/v1/encoding_pb2_grpc.py → /chalkpy-2.131.2/chalk/_gen/chalk/server/v1/timeserieschart_pb2_grpc.py +0 -0
- /chalkpy-2.131.0/chalk/_gen/chalk/server/v1/topic_pb2_grpc.pyi → /chalkpy-2.131.2/chalk/_gen/chalk/server/v1/timeserieschart_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/topic_pb2.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/topic_pb2.pyi +0 -0
- /chalkpy-2.131.0/chalk/_gen/chalk/utils/v1/field_change_pb2_grpc.py → /chalkpy-2.131.2/chalk/_gen/chalk/server/v1/topic_pb2_grpc.py +0 -0
- /chalkpy-2.131.0/chalk/_gen/chalk/utils/v1/encoding_pb2_grpc.pyi → /chalkpy-2.131.2/chalk/_gen/chalk/server/v1/topic_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/topicpush_pb2.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/topicpush_pb2.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/topicpush_pb2_grpc.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/topicpush_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/webhook_pb2.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/webhook_pb2.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/webhook_pb2_grpc.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/server/v1/webhook_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/staticaccelerator/__init__.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/staticaccelerator/v1/__init__.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/staticaccelerator/v1/service_pb2.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/staticaccelerator/v1/service_pb2.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/staticaccelerator/v1/service_pb2_grpc.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/staticaccelerator/v1/service_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/streaming/__init__.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/streaming/v1/__init__.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/streaming/v1/debug_service_pb2.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/streaming/v1/debug_service_pb2.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/streaming/v1/debug_service_pb2_grpc.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/streaming/v1/debug_service_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/streaming/v1/simple_streaming_service_pb2.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/streaming/v1/simple_streaming_service_pb2.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/streaming/v1/simple_streaming_service_pb2_grpc.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/streaming/v1/simple_streaming_service_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/streaming/v1/streaming_invoker_service_pb2.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/streaming/v1/streaming_invoker_service_pb2.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/streaming/v1/streaming_invoker_service_pb2_grpc.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/streaming/v1/streaming_invoker_service_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/streaming/v1/streaming_resolver_control_pb2.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/streaming/v1/streaming_resolver_control_pb2.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/streaming/v1/streaming_resolver_control_pb2_grpc.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/streaming/v1/streaming_resolver_control_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0/chalk/_gen/chalk/utils → chalkpy-2.131.2/chalk/_gen/chalk/symbolic_value}/__init__.py +0 -0
- {chalkpy-2.131.0/chalk/_gen/chalk/utils → chalkpy-2.131.2/chalk/_gen/chalk/symbolic_value}/v1/__init__.py +0 -0
- /chalkpy-2.131.0/chalk/_gen/chalk/utils/v1/sensitive_pb2_grpc.py → /chalkpy-2.131.2/chalk/_gen/chalk/symbolic_value/v1/symbolic_value_pb2_grpc.py +0 -0
- /chalkpy-2.131.0/chalk/_gen/chalk/utils/v1/field_change_pb2_grpc.pyi → /chalkpy-2.131.2/chalk/_gen/chalk/symbolic_value/v1/symbolic_value_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0/chalk/_gen/chalk/volume → chalkpy-2.131.2/chalk/_gen/chalk/utils}/__init__.py +0 -0
- {chalkpy-2.131.0/chalk/_gen/chalk/volume → chalkpy-2.131.2/chalk/_gen/chalk/utils}/v1/__init__.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/utils/v1/encoding_pb2.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/utils/v1/encoding_pb2.pyi +0 -0
- /chalkpy-2.131.0/chalk/_gen/chalk/utils/v1/sensitive_pb2_grpc.pyi → /chalkpy-2.131.2/chalk/_gen/chalk/utils/v1/encoding_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/utils/v1/field_change_pb2.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/utils/v1/field_change_pb2.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/utils/v1/sensitive_pb2.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/utils/v1/sensitive_pb2.pyi +0 -0
- {chalkpy-2.131.0/chalk/_gen/chalk/volume/v2 → chalkpy-2.131.2/chalk/_gen/chalk/volume}/__init__.py +0 -0
- {chalkpy-2.131.0/chalk/_lsp → chalkpy-2.131.2/chalk/_gen/chalk/volume/v1}/__init__.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/volume/v1/volume_pb2.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/volume/v1/volume_pb2.pyi +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/volume/v1/volume_pb2_grpc.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/volume/v1/volume_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0/chalk/_monitoring → chalkpy-2.131.2/chalk/_gen/chalk/volume/v2}/__init__.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/volume/v2/volume_pb2_grpc.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_gen/chalk/volume/v2/volume_pb2_grpc.pyi +0 -0
- {chalkpy-2.131.0/chalk/_reporting → chalkpy-2.131.2/chalk/_lsp}/__init__.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_lsp/error_builder.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_lsp/finders.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_monitoring/Chart.py +0 -0
- {chalkpy-2.131.0/chalk/_reporting/rich → chalkpy-2.131.2/chalk/_monitoring}/__init__.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_monitoring/charts_codegen.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_monitoring/charts_enums_codegen.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_monitoring/charts_series_base.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_monitoring/gql_conversion.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_monitoring/proto_conversion.py +0 -0
- {chalkpy-2.131.0/chalk/_repr → chalkpy-2.131.2/chalk/_reporting}/__init__.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_reporting/models.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_reporting/progress.py +0 -0
- {chalkpy-2.131.0/chalk/_upload_features → chalkpy-2.131.2/chalk/_reporting/rich}/__init__.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_reporting/rich/color.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_reporting/rich/live.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_reporting/rich/theme.py +0 -0
- {chalkpy-2.131.0/chalk/_validation → chalkpy-2.131.2/chalk/_repr}/__init__.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_repr/utils.py +0 -0
- {chalkpy-2.131.0/chalk/byte_transmit → chalkpy-2.131.2/chalk/_upload_features}/__init__.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_upload_features/utils.py +0 -0
- {chalkpy-2.131.0/chalk/client/_internal_models → chalkpy-2.131.2/chalk/_validation}/__init__.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_validation/feature_validation.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/_validation/validation.py +0 -0
- {chalkpy-2.131.0/chalk/config → chalkpy-2.131.2/chalk/byte_transmit}/__init__.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/byte_transmit/model.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/cli.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/client/__init__.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/client/_chalkdf_import.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/client/_dataframe_status.py +0 -0
- {chalkpy-2.131.0/chalk/df → chalkpy-2.131.2/chalk/client/_internal_models}/__init__.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/client/_internal_models/check.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/client/_internal_models/models.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/client/api/__init__.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/client/api/datasources.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/client/client_async.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/client/client_async_impl.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/client/client_grpc_async.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/client/client_headers.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/client/dataset.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/client/exc.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/client/model_image.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/client/models.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/client/parquet_file_collection.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/client/response.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/client/serialization/__init__.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/client/serialization/constants.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/client/serialization/model_serialization.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/client/serialization/protos.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/client/serialization/query_serialization.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/clogging/__init__.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/clogging/chalk_logger.py +0 -0
- {chalkpy-2.131.0/chalk/features/_embedding → chalkpy-2.131.2/chalk/config}/__init__.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/config/_validator.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/config/auth_config.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/config/project_config.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/df/ChalkDataFrameImpl.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/df/LazyFramePlaceholder.py +0 -0
- {chalkpy-2.131.0/chalk/features/_encoding → chalkpy-2.131.2/chalk/df}/__init__.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/df/ast_parser.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/features/__init__.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/features/_chalkop.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/features/_class_property.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/features/_document.py +0 -0
- {chalkpy-2.131.0/chalk/gitignore → chalkpy-2.131.2/chalk/features/_embedding}/__init__.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/features/_embedding/cohere.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/features/_embedding/embedding.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/features/_embedding/embedding_provider.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/features/_embedding/openai.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/features/_embedding/sentence_transformer.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/features/_embedding/utils.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/features/_embedding/vertexai.py +0 -0
- {chalkpy-2.131.0/chalk/integrations/catalogs → chalkpy-2.131.2/chalk/features/_encoding}/__init__.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/features/_encoding/_feature_converters/__init__.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/features/_encoding/_feature_converters/_anonymous_struct_converter.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/features/_encoding/_feature_converters/_attrs_converter.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/features/_encoding/_feature_converters/_base.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/features/_encoding/_feature_converters/_bool_converter.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/features/_encoding/_feature_converters/_bytes_converter.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/features/_encoding/_feature_converters/_dataclass_converter.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/features/_encoding/_feature_converters/_date_converter.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/features/_encoding/_feature_converters/_datetime_converter.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/features/_encoding/_feature_converters/_decimal_converter.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/features/_encoding/_feature_converters/_dict_converter.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/features/_encoding/_feature_converters/_encoder_decoder_converter.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/features/_encoding/_feature_converters/_enum_converter.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/features/_encoding/_feature_converters/_factory.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/features/_encoding/_feature_converters/_fixed_size_list_converter.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/features/_encoding/_feature_converters/_float_converter.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/features/_encoding/_feature_converters/_generic_converter.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/features/_encoding/_feature_converters/_int_converter.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/features/_encoding/_feature_converters/_json_converter.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/features/_encoding/_feature_converters/_list_converter.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/features/_encoding/_feature_converters/_named_tuple_converter.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/features/_encoding/_feature_converters/_null_converter.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/features/_encoding/_feature_converters/_primitive_converter.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/features/_encoding/_feature_converters/_pydantic_converter.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/features/_encoding/_feature_converters/_set_converter.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/features/_encoding/_feature_converters/_string_converter.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/features/_encoding/_feature_converters/_struct_coerce.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/features/_encoding/_feature_converters/_time_converter.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/features/_encoding/_feature_converters/_timedelta_converter.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/features/_encoding/_feature_converters/_typed_dict_converter.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/features/_encoding/_feature_converters/_uuid_ip_converters.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/features/_encoding/converter.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/features/_encoding/http.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/features/_encoding/inputs.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/features/_encoding/json.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/features/_encoding/missing_value.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/features/_encoding/outputs.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/features/_encoding/primitive.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/features/_encoding/protobuf.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/features/_encoding/pyarrow.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/features/_encoding/serialized_dtype.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/features/_encoding/serialized_rich_type.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/features/_geospatial.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/features/_last.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/features/_tensor.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/features/_vector.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/features/dataframe/__init__.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/features/dataframe/_filters.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/features/dataframe/_impl.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/features/dataframe/_validation.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/features/eval_underscore.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/features/feature_cache_strategy.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/features/feature_field.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/features/feature_set.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/features/feature_set_decorator.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/features/feature_time.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/features/feature_wrapper.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/features/filter.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/features/hooks.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/features/incremental.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/features/inference.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/features/live_updates.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/features/namespace_context.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/features/primary.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/features/pseudofeatures.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/features/resolver.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/features/tag.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/features/underscore.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/features/underscore_features.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/functions/__init__.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/functions/_window.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/functions/avro.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/functions/holidays.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/functions/http.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/functions/proto.py +0 -0
- {chalkpy-2.131.0/chalk/parsed → chalkpy-2.131.2/chalk/gitignore}/__init__.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/gitignore/gitignore_parser.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/gitignore/helper.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/importer.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/integrations/__init__.py +0 -0
- {chalkpy-2.131.0/chalk/parsed/_proto → chalkpy-2.131.2/chalk/integrations/catalogs}/__init__.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/integrations/catalogs/base_catalog.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/integrations/catalogs/glue_catalog.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/integrations/named.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/logging/__init__.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/ml/__init__.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/ml/_chalk_handler_shim.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/ml/chalk_train.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/ml/model_file_transfer.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/ml/model_handler.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/ml/model_hooks.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/ml/model_reference.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/ml/model_version.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/ml/utils.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/monitoring/__init__.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/operators/__init__.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/operators/_column.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/operators/_iceberg_scan.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/operators/_literal.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/operators/_parquet_scan.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/operators/_rename.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/operators/_select.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/operators/_utils.py +0 -0
- {chalkpy-2.131.0/chalk/serialization → chalkpy-2.131.2/chalk/parsed}/__init__.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/parsed/_graph_validation.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/parsed/_metadata.py +0 -0
- {chalkpy-2.131.0/chalk/sql/_internal → chalkpy-2.131.2/chalk/parsed/_proto}/__init__.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/parsed/_proto/export.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/parsed/_proto/global_variables.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/parsed/_proto/lsp.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/parsed/_proto/utils.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/parsed/_proto/validation.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/parsed/ast_context.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/parsed/branch_state.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/parsed/branch_state_rich.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/parsed/duplicate_input_gql.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/parsed/expressions.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/parsed/json_conversions.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/parsed/to_proto.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/parsed/user_types_to_json.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/parsed/validation_from_registries.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/prompts.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/py.typed +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/queries/__init__.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/queries/_schedule_entity_name.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/queries/named_query.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/queries/query_context.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/queries/scheduled_aggregate_backfill.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/queries/scheduled_query.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/scalinggroup/__init__.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/scalinggroup/spec.py +0 -0
- {chalkpy-2.131.0/chalk/sql/_internal/integrations → chalkpy-2.131.2/chalk/serialization}/__init__.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/serialization/parsed_annotation.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/sink/__init__.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/sink/_models.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/sql/__init__.py +0 -0
- {chalkpy-2.131.0/chalk/sql/_internal/integrations/psycopg3 → chalkpy-2.131.2/chalk/sql/_internal}/__init__.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/sql/_internal/chalk_query.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/sql/_internal/incremental.py +0 -0
- {chalkpy-2.131.0/chalk/utils/pydanticutil → chalkpy-2.131.2/chalk/sql/_internal/integrations}/__init__.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/sql/_internal/integrations/athena.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/sql/_internal/integrations/bigquery.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/sql/_internal/integrations/bigquery_compiler_overrides.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/sql/_internal/integrations/clickhouse.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/sql/_internal/integrations/cloudsql.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/sql/_internal/integrations/databricks.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/sql/_internal/integrations/duckdb.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/sql/_internal/integrations/dynamodb.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/sql/_internal/integrations/mssql.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/sql/_internal/integrations/mysql.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/sql/_internal/integrations/postgres.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/sql/_internal/integrations/psycopg3/psycopg_common.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/sql/_internal/integrations/psycopg3/psycopg_dialect.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/sql/_internal/integrations/redshift.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/sql/_internal/integrations/redshift_compiler_overrides.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/sql/_internal/integrations/snowflake.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/sql/_internal/integrations/snowflake_compiler_overrides.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/sql/_internal/integrations/spanner.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/sql/_internal/integrations/sqlite.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/sql/_internal/integrations/trino.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/sql/_internal/integrations/util.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/sql/_internal/query_execution_parameters.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/sql/_internal/query_registry.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/sql/_internal/sql_file_resolver.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/sql/_internal/sql_settings.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/sql/_internal/sql_source.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/sql/_internal/sql_source_group.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/sql/_internal/string_chalk_query.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/sql/finalized_query.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/sql/protocols.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/stores/__init__.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/stores/lru_cache.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/stores/online_store_config.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/streams/__init__.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/streams/_kafka_source.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/streams/_kinesis_source.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/streams/_pubsub_source.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/streams/_windows.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/streams/base.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/streams/types.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/testing/__init__.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/torch/__init__.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/torch/dataset.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/utils/__init__.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/utils/_ast_extract.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/utils/_datadog_version.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/utils/_otel_version.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/utils/annotation_parsing.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/utils/async_helpers.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/utils/attrs_utils.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/utils/cached_member_fn.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/utils/cached_type_hints.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/utils/chalk_record_batch.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/utils/collections.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/utils/comparison.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/utils/config_hash.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/utils/dataclass_slots_patch.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/utils/datasource_tags.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/utils/df_utils.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/utils/duration.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/utils/enum.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/utils/environment_parsing.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/utils/gas.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/utils/gcp_project_token.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/utils/grpc.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/utils/import_utils.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/utils/job_log_display.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/utils/json.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/utils/log_with_context.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/utils/metaprogramming.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/utils/missing_dependency.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/utils/notebook.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/utils/object_inspect.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/utils/pandas_utils.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/utils/paths.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/utils/pl_helpers.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/utils/pydanticutil/pydantic_compat.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/utils/retry.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/utils/secret.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/utils/source_parsing.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/utils/storage_client.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/utils/string.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/utils/stubgen.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/utils/threading.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/chalk/utils/weak_set_by_identity.py +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/pyproject.toml +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/setup.cfg +0 -0
- {chalkpy-2.131.0 → chalkpy-2.131.2}/setup.py +0 -0
|
@@ -22,7 +22,7 @@ from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__
|
|
|
22
22
|
|
|
23
23
|
|
|
24
24
|
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(
|
|
25
|
-
b'\n chalk/aggregate/v1/service.proto\x12\x12\x63halk.aggregate.v1\x1a!chalk/aggregate/v1/backfill.proto\x1a#chalk/aggregate/v1/timeseries.proto\x1a\x19\x63halk/auth/v1/audit.proto\x1a\x1f\x63halk/auth/v1/permissions.proto\x1a!chalk/common/v1/chalk_error.proto\x1a\x1fgoogle/protobuf/timestamp.proto"g\n\x1cPlanAggregateBackfillRequest\x12G\n\x06params\x18\x01 \x01(\x0b\x32/.chalk.aggregate.v1.AggregateBackfillUserParamsR\x06params"\x8f\x02\n\x1dPlanAggregateBackfillResponse\x12M\n\x08\x65stimate\x18\x02 \x01(\x0b\x32\x31.chalk.aggregate.v1.AggregateBackfillCostEstimateR\x08\x65stimate\x12\x16\n\x06\x65rrors\x18\x04 \x03(\tR\x06\x65rrors\x12S\n\tbackfills\x18\x06 \x03(\x0b\x32\x35.chalk.aggregate.v1.AggregateBackfillWithCostEstimateR\tbackfills\x12\x32\n\x15\x61ggregate_backfill_id\x18\x07 \x01(\tR\x13\x61ggregateBackfillId"9\n\x14GetAggregatesRequest\x12!\n\x0c\x66or_features\x18\x01 \x03(\tR\x0b\x66orFeatures"p\n\x15GetAggregatesResponse\x12?\n\x06series\x18\x01 \x03(\x0b\x32\'.chalk.aggregate.v1.AggregateTimeSeriesR\x06series\x12\x16\n\x06\x65rrors\x18\x02 \x03(\tR\x06\x65rrors"\
|
|
25
|
+
b'\n chalk/aggregate/v1/service.proto\x12\x12\x63halk.aggregate.v1\x1a!chalk/aggregate/v1/backfill.proto\x1a#chalk/aggregate/v1/timeseries.proto\x1a\x19\x63halk/auth/v1/audit.proto\x1a\x1f\x63halk/auth/v1/permissions.proto\x1a!chalk/common/v1/chalk_error.proto\x1a\x1fgoogle/protobuf/timestamp.proto"g\n\x1cPlanAggregateBackfillRequest\x12G\n\x06params\x18\x01 \x01(\x0b\x32/.chalk.aggregate.v1.AggregateBackfillUserParamsR\x06params"\x8f\x02\n\x1dPlanAggregateBackfillResponse\x12M\n\x08\x65stimate\x18\x02 \x01(\x0b\x32\x31.chalk.aggregate.v1.AggregateBackfillCostEstimateR\x08\x65stimate\x12\x16\n\x06\x65rrors\x18\x04 \x03(\tR\x06\x65rrors\x12S\n\tbackfills\x18\x06 \x03(\x0b\x32\x35.chalk.aggregate.v1.AggregateBackfillWithCostEstimateR\tbackfills\x12\x32\n\x15\x61ggregate_backfill_id\x18\x07 \x01(\tR\x13\x61ggregateBackfillId"9\n\x14GetAggregatesRequest\x12!\n\x0c\x66or_features\x18\x01 \x03(\tR\x0b\x66orFeatures"p\n\x15GetAggregatesResponse\x12?\n\x06series\x18\x01 \x03(\x0b\x32\'.chalk.aggregate.v1.AggregateTimeSeriesR\x06series\x12\x16\n\x06\x65rrors\x18\x02 \x03(\tR\x06\x65rrors"\xcd\x01\n\x1fGetAggregateBackfillJobsRequest\x12\x14\n\x05limit\x18\x01 \x01(\x05R\x05limit\x12\x16\n\x06\x63ursor\x18\x02 \x01(\tR\x06\x63ursor\x12 \n\tplan_hash\x18\x03 \x01(\tH\x00R\x08planHash\x88\x01\x01\x12L\n\x0binit_status\x18\x04 \x01(\x0e\x32+.chalk.aggregate.v1.AggregateBackfillStatusR\ninitStatusB\x0c\n\n_plan_hash"x\n GetAggregateBackfillJobsResponse\x12<\n\x04jobs\x18\x01 \x03(\x0b\x32(.chalk.aggregate.v1.AggregateBackfillJobR\x04jobs\x12\x16\n\x06\x63ursor\x18\x02 \x01(\tR\x06\x63ursor"T\n\x1eGetAggregateBackfillJobRequest\x12\x32\n\x15\x61ggregate_backfill_id\x18\x01 \x01(\tR\x13\x61ggregateBackfillId"]\n\x1fGetAggregateBackfillJobResponse\x12:\n\x03job\x18\x01 \x01(\x0b\x32(.chalk.aggregate.v1.AggregateBackfillJobR\x03job"\x7f\n\x1fGetCronAggregateBackfillRequest\x12?\n\x1a\x63ron_aggregate_backfill_id\x18\x01 \x01(\tB\x02\x18\x01R\x17\x63ronAggregateBackfillId\x12\x1b\n\tplan_hash\x18\x02 \x01(\tR\x08planHash"\x85\x01\n GetCronAggregateBackfillResponse\x12\x61\n\x17\x63ron_aggregate_backfill\x18\x01 \x01(\x0b\x32).chalk.aggregate.v1.CronAggregateBackfillR\x15\x63ronAggregateBackfill"(\n&GetActiveCronAggregateBackfillsRequest"\xd0\x01\n"CronAggregateBackfillWithLatestRun\x12\x61\n\x17\x63ron_aggregate_backfill\x18\x01 \x01(\x0b\x32).chalk.aggregate.v1.CronAggregateBackfillR\x15\x63ronAggregateBackfill\x12G\n\nlatest_job\x18\x02 \x01(\x0b\x32(.chalk.aggregate.v1.AggregateBackfillJobR\tlatestJob"\x9b\x01\n\'GetActiveCronAggregateBackfillsResponse\x12p\n\x18\x63ron_aggregate_backfills\x18\x01 \x03(\x0b\x32\x36.chalk.aggregate.v1.CronAggregateBackfillWithLatestRunR\x16\x63ronAggregateBackfills"\xaa\x06\n!CreateAggregateBackfillJobRequest\x12\x1a\n\x08\x66\x65\x61tures\x18\x01 \x03(\tR\x08\x66\x65\x61tures\x12@\n\x0blower_bound\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x00R\nlowerBound\x88\x01\x01\x12@\n\x0bupper_bound\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x01R\nupperBound\x88\x01\x01\x12\x1f\n\x08resolver\x18\x04 \x01(\tH\x02R\x08resolver\x88\x01\x01\x12*\n\x0e\x62ucket_feature\x18\x05 \x01(\tH\x03R\rbucketFeature\x88\x01\x01\x12)\n\x10\x65nable_profiling\x18\x06 \x01(\x08R\x0f\x65nableProfiling\x12\x37\n\x15\x61ggregate_backfill_id\x18\x07 \x01(\tH\x04R\x13\x61ggregateBackfillId\x88\x01\x01\x12*\n\x0eresource_group\x18\x08 \x01(\tH\x05R\rresourceGroup\x88\x01\x01\x12\x1d\n\nquery_tags\x18\t \x03(\tR\tqueryTags\x12(\n\rstore_offline\x18\n \x01(\x08H\x06R\x0cstoreOffline\x88\x01\x01\x12,\n\x0fuse_metaplanner\x18\x0b \x01(\x08H\x07R\x0euseMetaplanner\x88\x01\x01\x12/\n\x11\x61llow_empty_tiles\x18\x0c \x01(\x08H\x08R\x0f\x61llowEmptyTiles\x88\x01\x01\x12&\n\x0cstore_online\x18\r \x01(\x08H\tR\x0bstoreOnline\x88\x01\x01\x42\x0e\n\x0c_lower_boundB\x0e\n\x0c_upper_boundB\x0b\n\t_resolverB\x11\n\x0f_bucket_featureB\x18\n\x16_aggregate_backfill_idB\x11\n\x0f_resource_groupB\x10\n\x0e_store_offlineB\x12\n\x10_use_metaplannerB\x14\n\x12_allow_empty_tilesB\x0f\n\r_store_online"\x8c\x01\n"CreateAggregateBackfillJobResponse\x12\x15\n\x06job_id\x18\x01 \x01(\tR\x05jobId\x12\x1a\n\x08\x66\x65\x61tures\x18\x02 \x03(\tR\x08\x66\x65\x61tures\x12\x33\n\x06\x65rrors\x18\x03 \x03(\x0b\x32\x1b.chalk.common.v1.ChalkErrorR\x06\x65rrors2\xee\x08\n\x10\x41ggregateService\x12\xc3\x01\n\x15PlanAggregateBackfill\x12\x30.chalk.aggregate.v1.PlanAggregateBackfillRequest\x1a\x31.chalk.aggregate.v1.PlanAggregateBackfillResponse"E\x90\x02\x01\x80}\x0c\x8a\xd3\x0e;\x08\x02\x12\x37\x45stimated the resources needed to backfill an aggregate\x12\xae\x01\n\rGetAggregates\x12(.chalk.aggregate.v1.GetAggregatesRequest\x1a).chalk.aggregate.v1.GetAggregatesResponse"H\x90\x02\x01\x80}\x0b\x8a\xd3\x0e>\x08\x02\x12:Retrieved aggregate time series for the requested features\x12\x8d\x01\n\x18GetAggregateBackfillJobs\x12\x33.chalk.aggregate.v1.GetAggregateBackfillJobsRequest\x1a\x34.chalk.aggregate.v1.GetAggregateBackfillJobsResponse"\x06\x90\x02\x01\x80}\x0b\x12\x8a\x01\n\x17GetAggregateBackfillJob\x12\x32.chalk.aggregate.v1.GetAggregateBackfillJobRequest\x1a\x33.chalk.aggregate.v1.GetAggregateBackfillJobResponse"\x06\x90\x02\x01\x80}\x0b\x12\x8d\x01\n\x18GetCronAggregateBackfill\x12\x33.chalk.aggregate.v1.GetCronAggregateBackfillRequest\x1a\x34.chalk.aggregate.v1.GetCronAggregateBackfillResponse"\x06\x90\x02\x01\x80}\x0b\x12\xa2\x01\n\x1fGetActiveCronAggregateBackfills\x12:.chalk.aggregate.v1.GetActiveCronAggregateBackfillsRequest\x1a;.chalk.aggregate.v1.GetActiveCronAggregateBackfillsResponse"\x06\x90\x02\x01\x80}\x0b\x12\x90\x01\n\x1a\x43reateAggregateBackfillJob\x12\x35.chalk.aggregate.v1.CreateAggregateBackfillJobRequest\x1a\x36.chalk.aggregate.v1.CreateAggregateBackfillJobResponse"\x03\x80}\x04\x42\xaa\x01\n\x16\x63om.chalk.aggregate.v1B\x0cServiceProtoP\x01Z\x18\x61ggregate/v1;aggregatev1\xa2\x02\x03\x43\x41X\xaa\x02\x12\x43halk.Aggregate.V1\xca\x02\x12\x43halk\\Aggregate\\V1\xe2\x02\x1e\x43halk\\Aggregate\\V1\\GPBMetadata\xea\x02\x14\x43halk::Aggregate::V1b\x06proto3'
|
|
26
26
|
)
|
|
27
27
|
|
|
28
28
|
_globals = globals()
|
|
@@ -75,28 +75,28 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
|
75
75
|
_globals["_GETAGGREGATESREQUEST"]._serialized_end = 692
|
|
76
76
|
_globals["_GETAGGREGATESRESPONSE"]._serialized_start = 694
|
|
77
77
|
_globals["_GETAGGREGATESRESPONSE"]._serialized_end = 806
|
|
78
|
-
_globals["_GETAGGREGATEBACKFILLJOBSREQUEST"]._serialized_start =
|
|
79
|
-
_globals["_GETAGGREGATEBACKFILLJOBSREQUEST"]._serialized_end =
|
|
80
|
-
_globals["_GETAGGREGATEBACKFILLJOBSRESPONSE"]._serialized_start =
|
|
81
|
-
_globals["_GETAGGREGATEBACKFILLJOBSRESPONSE"]._serialized_end =
|
|
82
|
-
_globals["_GETAGGREGATEBACKFILLJOBREQUEST"]._serialized_start =
|
|
83
|
-
_globals["_GETAGGREGATEBACKFILLJOBREQUEST"]._serialized_end =
|
|
84
|
-
_globals["_GETAGGREGATEBACKFILLJOBRESPONSE"]._serialized_start =
|
|
85
|
-
_globals["_GETAGGREGATEBACKFILLJOBRESPONSE"]._serialized_end =
|
|
86
|
-
_globals["_GETCRONAGGREGATEBACKFILLREQUEST"]._serialized_start =
|
|
87
|
-
_globals["_GETCRONAGGREGATEBACKFILLREQUEST"]._serialized_end =
|
|
88
|
-
_globals["_GETCRONAGGREGATEBACKFILLRESPONSE"]._serialized_start =
|
|
89
|
-
_globals["_GETCRONAGGREGATEBACKFILLRESPONSE"]._serialized_end =
|
|
90
|
-
_globals["_GETACTIVECRONAGGREGATEBACKFILLSREQUEST"]._serialized_start =
|
|
91
|
-
_globals["_GETACTIVECRONAGGREGATEBACKFILLSREQUEST"]._serialized_end =
|
|
92
|
-
_globals["_CRONAGGREGATEBACKFILLWITHLATESTRUN"]._serialized_start =
|
|
93
|
-
_globals["_CRONAGGREGATEBACKFILLWITHLATESTRUN"]._serialized_end =
|
|
94
|
-
_globals["_GETACTIVECRONAGGREGATEBACKFILLSRESPONSE"]._serialized_start =
|
|
95
|
-
_globals["_GETACTIVECRONAGGREGATEBACKFILLSRESPONSE"]._serialized_end =
|
|
96
|
-
_globals["_CREATEAGGREGATEBACKFILLJOBREQUEST"]._serialized_start =
|
|
97
|
-
_globals["_CREATEAGGREGATEBACKFILLJOBREQUEST"]._serialized_end =
|
|
98
|
-
_globals["_CREATEAGGREGATEBACKFILLJOBRESPONSE"]._serialized_start =
|
|
99
|
-
_globals["_CREATEAGGREGATEBACKFILLJOBRESPONSE"]._serialized_end =
|
|
100
|
-
_globals["_AGGREGATESERVICE"]._serialized_start =
|
|
101
|
-
_globals["_AGGREGATESERVICE"]._serialized_end =
|
|
78
|
+
_globals["_GETAGGREGATEBACKFILLJOBSREQUEST"]._serialized_start = 809
|
|
79
|
+
_globals["_GETAGGREGATEBACKFILLJOBSREQUEST"]._serialized_end = 1014
|
|
80
|
+
_globals["_GETAGGREGATEBACKFILLJOBSRESPONSE"]._serialized_start = 1016
|
|
81
|
+
_globals["_GETAGGREGATEBACKFILLJOBSRESPONSE"]._serialized_end = 1136
|
|
82
|
+
_globals["_GETAGGREGATEBACKFILLJOBREQUEST"]._serialized_start = 1138
|
|
83
|
+
_globals["_GETAGGREGATEBACKFILLJOBREQUEST"]._serialized_end = 1222
|
|
84
|
+
_globals["_GETAGGREGATEBACKFILLJOBRESPONSE"]._serialized_start = 1224
|
|
85
|
+
_globals["_GETAGGREGATEBACKFILLJOBRESPONSE"]._serialized_end = 1317
|
|
86
|
+
_globals["_GETCRONAGGREGATEBACKFILLREQUEST"]._serialized_start = 1319
|
|
87
|
+
_globals["_GETCRONAGGREGATEBACKFILLREQUEST"]._serialized_end = 1446
|
|
88
|
+
_globals["_GETCRONAGGREGATEBACKFILLRESPONSE"]._serialized_start = 1449
|
|
89
|
+
_globals["_GETCRONAGGREGATEBACKFILLRESPONSE"]._serialized_end = 1582
|
|
90
|
+
_globals["_GETACTIVECRONAGGREGATEBACKFILLSREQUEST"]._serialized_start = 1584
|
|
91
|
+
_globals["_GETACTIVECRONAGGREGATEBACKFILLSREQUEST"]._serialized_end = 1624
|
|
92
|
+
_globals["_CRONAGGREGATEBACKFILLWITHLATESTRUN"]._serialized_start = 1627
|
|
93
|
+
_globals["_CRONAGGREGATEBACKFILLWITHLATESTRUN"]._serialized_end = 1835
|
|
94
|
+
_globals["_GETACTIVECRONAGGREGATEBACKFILLSRESPONSE"]._serialized_start = 1838
|
|
95
|
+
_globals["_GETACTIVECRONAGGREGATEBACKFILLSRESPONSE"]._serialized_end = 1993
|
|
96
|
+
_globals["_CREATEAGGREGATEBACKFILLJOBREQUEST"]._serialized_start = 1996
|
|
97
|
+
_globals["_CREATEAGGREGATEBACKFILLJOBREQUEST"]._serialized_end = 2806
|
|
98
|
+
_globals["_CREATEAGGREGATEBACKFILLJOBRESPONSE"]._serialized_start = 2809
|
|
99
|
+
_globals["_CREATEAGGREGATEBACKFILLJOBRESPONSE"]._serialized_end = 2949
|
|
100
|
+
_globals["_AGGREGATESERVICE"]._serialized_start = 2952
|
|
101
|
+
_globals["_AGGREGATESERVICE"]._serialized_end = 4086
|
|
102
102
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -62,15 +62,21 @@ class GetAggregatesResponse(_message.Message):
|
|
|
62
62
|
) -> None: ...
|
|
63
63
|
|
|
64
64
|
class GetAggregateBackfillJobsRequest(_message.Message):
|
|
65
|
-
__slots__ = ("limit", "cursor", "plan_hash")
|
|
65
|
+
__slots__ = ("limit", "cursor", "plan_hash", "init_status")
|
|
66
66
|
LIMIT_FIELD_NUMBER: _ClassVar[int]
|
|
67
67
|
CURSOR_FIELD_NUMBER: _ClassVar[int]
|
|
68
68
|
PLAN_HASH_FIELD_NUMBER: _ClassVar[int]
|
|
69
|
+
INIT_STATUS_FIELD_NUMBER: _ClassVar[int]
|
|
69
70
|
limit: int
|
|
70
71
|
cursor: str
|
|
71
72
|
plan_hash: str
|
|
73
|
+
init_status: _backfill_pb2.AggregateBackfillStatus
|
|
72
74
|
def __init__(
|
|
73
|
-
self,
|
|
75
|
+
self,
|
|
76
|
+
limit: _Optional[int] = ...,
|
|
77
|
+
cursor: _Optional[str] = ...,
|
|
78
|
+
plan_hash: _Optional[str] = ...,
|
|
79
|
+
init_status: _Optional[_Union[_backfill_pb2.AggregateBackfillStatus, str]] = ...,
|
|
74
80
|
) -> None: ...
|
|
75
81
|
|
|
76
82
|
class GetAggregateBackfillJobsResponse(_message.Message):
|
|
@@ -17,7 +17,7 @@ from google.protobuf import duration_pb2 as google_dot_protobuf_dot_duration__pb
|
|
|
17
17
|
|
|
18
18
|
|
|
19
19
|
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(
|
|
20
|
-
b'\n\x1e\x63halk/artifacts/v1/chart.proto\x12\x12\x63halk.artifacts.v1\x1a\x1egoogle/protobuf/duration.proto"\x86\x03\n\x0c\x41lertTrigger\x12\x12\n\x04name\x18\x01 \x01(\tR\x04name\x12\x41\n\x08severity\x18\x02 \x01(\x0e\x32%.chalk.artifacts.v1.AlertSeverityKindR\x08severity\x12P\n\x12threshold_position\x18\x03 \x01(\x0e\x32!.chalk.artifacts.v1.ThresholdKindR\x11thresholdPosition\x12\'\n\x0fthreshold_value\x18\x04 \x01(\x02R\x0ethresholdValue\x12$\n\x0bseries_name\x18\x05 \x01(\tH\x00R\nseriesName\x88\x01\x01\x12&\n\x0c\x63hannel_name\x18\x06 \x01(\tH\x01R\x0b\x63hannelName\x88\x01\x01\x12%\n\x0b\x64\x65scription\x18\x07 \x01(\tH\x02R\x0b\x64\x65scription\x88\x01\x01\x42\x0e\n\x0c_series_nameB\x0f\n\r_channel_nameB\x0e\n\x0c_description"K\n\x15\x44\x61tasetFeatureOperand\x12\x18\n\x07\x64\x61taset\x18\x01 \x01(\tR\x07\x64\x61taset\x12\x18\n\x07\x66\x65\x61ture\x18\x02 \x01(\tR\x07\x66\x65\x61ture"\xdb\x02\n\rMetricFormula\x12\x39\n\x04kind\x18\x01 \x01(\x0e\x32%.chalk.artifacts.v1.MetricFormulaKindR\x04kind\x12\x39\n\x16single_series_operands\x18\x02 \x01(\x03H\x00R\x14singleSeriesOperands\x88\x01\x01\x12\x32\n\x15multi_series_operands\x18\x03 \x03(\x03R\x13multiSeriesOperands\x12\x63\n\x18\x64\x61taset_feature_operands\x18\x04 \x01(\x0b\x32).chalk.artifacts.v1.DatasetFeatureOperandR\x16\x64\x61tasetFeatureOperands\x12\x17\n\x04name\x18\x05 \x01(\tH\x01R\x04name\x88\x01\x01\x42\x19\n\x17_single_series_operandsB\x07\n\x05_name"\x9c\x01\n\x0cMetricFilter\x12\x32\n\x04kind\x18\x01 \x01(\x0e\x32\x1e.chalk.artifacts.v1.FilterKindR\x04kind\x12\x42\n\ncomparator\x18\x02 \x01(\x0e\x32".chalk.artifacts.v1.ComparatorKindR\ncomparator\x12\x14\n\x05value\x18\x03 \x03(\tR\x05value"\x85\x03\n\x12MetricConfigSeries\x12\x36\n\x06metric\x18\x01 \x01(\x0e\x32\x1e.chalk.artifacts.v1.MetricKindR\x06metric\x12:\n\x07\x66ilters\x18\x02 \x03(\x0b\x32 .chalk.artifacts.v1.MetricFilterR\x07\x66ilters\x12\x17\n\x04name\x18\x03 \x01(\tH\x00R\x04name\x88\x01\x01\x12O\n\x0fwindow_function\x18\x04 \x01(\x0e\x32&.chalk.artifacts.v1.WindowFunctionKindR\x0ewindowFunction\x12:\n\x08group_by\x18\x05 \x03(\x0e\x32\x1f.chalk.artifacts.v1.GroupByKindR\x07groupBy\x12=\n\ntime_shift\x18\x06 \x01(\x0b\x32\x19.google.protobuf.DurationH\x01R\ttimeShift\x88\x01\x01\x42\x07\n\x05_nameB\r\n\x0b_time_shift"\x8e\x03\n\x0cMetricConfig\x12\x12\n\x04name\x18\x01 \x01(\tR\x04name\x12#\n\rwindow_period\x18\x02 \x01(\tR\x0cwindowPeriod\x12>\n\x06series\x18\x03 \x03(\x0b\x32&.chalk.artifacts.v1.MetricConfigSeriesR\x06series\x12=\n\x08\x66ormulas\x18\x04 \x03(\x0b\x32!.chalk.artifacts.v1.MetricFormulaR\x08\x66ormulas\x12:\n\x07trigger\x18\x05 \x01(\x0b\x32 .chalk.artifacts.v1.AlertTriggerR\x07trigger\x12\'\n\x0fgraph_generated\x18\x06 \x01(\x08R\x0egraphGenerated\x12\x0e\n\x02id\x18\x07 \x01(\tR\x02id\x12\x37\n\x15\x64isplay_window_period\x18\x08 \x01(\tH\x00R\x13\x64isplayWindowPeriod\x88\x01\x01\x42\x18\n\x16_display_window_period"\x8d\x02\n\x05\x43hart\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x38\n\x06\x63onfig\x18\x02 \x01(\x0b\x32 .chalk.artifacts.v1.MetricConfigR\x06\x63onfig\x12\x42\n\x0b\x65ntity_kind\x18\x03 \x01(\x0e\x32!.chalk.artifacts.v1.ChartLinkKindR\nentityKind\x12 \n\tentity_id\x18\x04 \x01(\tH\x00R\x08\x65ntityId\x88\x01\x01\x12\'\n\x0fgraph_generated\x18\x05 \x01(\x08R\x0egraphGenerated\x12\x1d\n\nis_virtual\x18\x06 \x01(\x08R\tisVirtualB\x0c\n\n_entity_id*\x80\x19\n\nMetricKind\x12\x1b\n\x17METRIC_KIND_UNSPECIFIED\x10\x00\x12%\n!METRIC_KIND_FEATURE_REQUEST_COUNT\x10\x01\x12\x1f\n\x1bMETRIC_KIND_FEATURE_LATENCY\x10\x02\x12!\n\x1dMETRIC_KIND_FEATURE_STALENESS\x10\x03\x12\x1d\n\x19METRIC_KIND_FEATURE_VALUE\x10\x04\x12\x1d\n\x19METRIC_KIND_FEATURE_WRITE\x10\x05\x12"\n\x1eMETRIC_KIND_FEATURE_NULL_RATIO\x10\x06\x12&\n"METRIC_KIND_RESOLVER_REQUEST_COUNT\x10\x07\x12 \n\x1cMETRIC_KIND_RESOLVER_LATENCY\x10\x08\x12&\n"METRIC_KIND_RESOLVER_SUCCESS_RATIO\x10\t\x12\x1b\n\x17METRIC_KIND_QUERY_COUNT\x10\n\x12\x1d\n\x19METRIC_KIND_QUERY_LATENCY\x10\x0b\x12#\n\x1fMETRIC_KIND_QUERY_SUCCESS_RATIO\x10\x0c\x12!\n\x1dMETRIC_KIND_BILLING_INFERENCE\x10\r\x12\x1c\n\x18METRIC_KIND_BILLING_CRON\x10\x0e\x12!\n\x1dMETRIC_KIND_BILLING_MIGRATION\x10\x0f\x12\x1a\n\x16METRIC_KIND_CRON_COUNT\x10\x10\x12\x1c\n\x18METRIC_KIND_CRON_LATENCY\x10\x11\x12)\n%METRIC_KIND_STREAM_MESSAGES_PROCESSED\x10\x12\x12&\n"METRIC_KIND_STREAM_MESSAGE_LATENCY\x10\x13\x12(\n$METRIC_KIND_STREAM_WINDOWS_PROCESSED\x10\x14\x12%\n!METRIC_KIND_STREAM_WINDOW_LATENCY\x10\x15\x12&\n"METRIC_KIND_ONLINE_STORE_KEY_COUNT\x10\x16\x12.\n*METRIC_KIND_ONLINE_STORE_EXPIRED_KEY_COUNT\x10\x17\x12\x30\n,METRIC_KIND_ONLINE_STORE_REQUESTS_PER_SECOND\x10\x18\x12\'\n#METRIC_KIND_CPU_UTILIZATION_PERCENT\x10\x19\x12\x1d\n\x19METRIC_KIND_REPLICA_COUNT\x10\x1a\x12(\n$METRIC_KIND_ONLINE_STORE_USED_MEMORY\x10\x1b\x12)\n%METRIC_KIND_ONLINE_STORE_TOTAL_MEMORY\x10\x1c\x12"\n\x1eMETRIC_KIND_MEMORY_USAGE_BYTES\x10\x1d\x12,\n(METRIC_KIND_TOTAL_MEMORY_AVAILABLE_BYTES\x10\x1e\x12"\n\x1eMETRIC_KIND_NETWORK_READ_BYTES\x10\x1f\x12#\n\x1fMETRIC_KIND_NETWORK_WRITE_BYTES\x10 \x12\x1f\n\x1bMETRIC_KIND_DISK_READ_BYTES\x10!\x12 \n\x1cMETRIC_KIND_DISK_WRITE_BYTES\x10"\x12\x1a\n\x16METRIC_KIND_STREAM_LAG\x10#\x12\x15\n\x11METRIC_KIND_USAGE\x10$\x12&\n"METRIC_KIND_FEATURE_COMPUTED_COUNT\x10%\x12\'\n#METRIC_KIND_FEATURE_LOOKED_UP_COUNT\x10&\x12*\n&METRIC_KIND_FEATURE_INTERMEDIATE_COUNT\x10\'\x12+\n\'METRIC_KIND_FEATURE_COMPUTED_NULL_RATIO\x10(\x12,\n(METRIC_KIND_FEATURE_LOOKED_UP_NULL_RATIO\x10)\x12/\n+METRIC_KIND_FEATURE_INTERMEDIATE_NULL_RATIO\x10*\x12#\n\x1fMETRIC_KIND_STREAM_INGEST_DELAY\x10+\x12&\n"METRIC_KIND_CONTAINER_MEMORY_BYTES\x10,\x12!\n\x1dMETRIC_KIND_HOST_MEMORY_BYTES\x10-\x12)\n%METRIC_KIND_CONTAINER_CPU_UTILIZATION\x10.\x12\x1f\n\x1bMETRIC_KIND_DISK_USED_BYTES\x10/\x12$\n METRIC_KIND_DISK_AVAILABLE_BYTES\x10\x30\x12\'\n#METRIC_KIND_RESOLVER_INVOKER_NET_TX\x10\x31\x12\'\n#METRIC_KIND_RESOLVER_INVOKER_NET_RX\x10\x32\x12-\n)METRIC_KIND_RESOLVER_INVOKER_ROWS_WRITTEN\x10\x33\x12(\n$METRIC_KIND_TOPIC_MESSAGES_PROCESSED\x10\x34\x12\x31\n-METRIC_KIND_SUBSCRIPTION_NUM_UNACKED_MESSAGES\x10\x35\x12\x37\n3METRIC_KIND_SUBSCRIPTION_OLDEST_UNACKED_MESSAGE_AGE\x10\x36\x12 \n\x1cMETRIC_KIND_TOPIC_OFFSET_LAG\x10\x37\x12\x1f\n\x1bMETRIC_KIND_GPU_UTILIZATION\x10\x38\x12#\n\x1fMETRIC_KIND_GPU_TENSOR_ACTIVITY\x10\x39\x12 \n\x1cMETRIC_KIND_GPU_SM_CLOCK_MHZ\x10:\x12\x1f\n\x1bMETRIC_KIND_GPU_POWER_WATTS\x10;\x12\'\n#METRIC_KIND_GPU_TEMPERATURE_CELSIUS\x10<\x12$\n METRIC_KIND_GPU_THROTTLE_REASONS\x10=\x12!\n\x1dMETRIC_KIND_GPU_FP16_ACTIVITY\x10>\x12\x19\n\x15METRIC_KIND_GPU_COUNT\x10?\x12&\n"METRIC_KIND_PULL_QUERY_QUEUE_DEPTH\x10@\x12-\n)METRIC_KIND_PULL_QUERY_OLDEST_UNACKED_AGE\x10\x41\x12$\n METRIC_KIND_PULL_QUERY_PROCESSED\x10\x42\x12"\n\x1eMETRIC_KIND_PULL_QUERY_LATENCY\x10\x43\x12\x1f\n\x1bMETRIC_KIND_CONTAINER_COUNT\x10\x44\x12+\n\'METRIC_KIND_SCALING_GROUP_REPLICA_COUNT\x10\x45\x12\'\n#METRIC_KIND_PULL_QUERY_MAX_INFLIGHT\x10\x46\x12-\n)METRIC_KIND_PULL_QUERY_CONCURRENCY_TARGET\x10G\x12+\n\'METRIC_KIND_PULL_QUERY_OPEN_CONNECTIONS\x10H\x12&\n"METRIC_KIND_FUNCTION_CALL_ENQUEUED\x10I\x12-\n)METRIC_KIND_FUNCTION_CALL_ENQUEUE_LATENCY\x10J\x12.\n*METRIC_KIND_FUNCTION_CALL_OPEN_CONNECTIONS\x10K\x12&\n"METRIC_KIND_FUNCTION_CALL_DEQUEUED\x10L\x12\x30\n,METRIC_KIND_FUNCTION_CALL_PROCESSING_LATENCY\x10M\x12)\n%METRIC_KIND_FUNCTION_CALL_QUEUE_DEPTH\x10N\x12&\n"METRIC_KIND_FUNCTION_CALL_INFLIGHT\x10O\x12*\n&METRIC_KIND_POD_CONTAINER_MEMORY_BYTES\x10P\x12-\n)METRIC_KIND_POD_CONTAINER_CPU_UTILIZATION\x10Q*\x83\x06\n\nFilterKind\x12\x1b\n\x17\x46ILTER_KIND_UNSPECIFIED\x10\x00\x12\x1e\n\x1a\x46ILTER_KIND_FEATURE_STATUS\x10\x01\x12\x1c\n\x18\x46ILTER_KIND_FEATURE_NAME\x10\x02\x12\x1b\n\x17\x46ILTER_KIND_FEATURE_TAG\x10\x03\x12\x1f\n\x1b\x46ILTER_KIND_RESOLVER_STATUS\x10\x04\x12\x1d\n\x19\x46ILTER_KIND_RESOLVER_NAME\x10\x05\x12\x1c\n\x18\x46ILTER_KIND_RESOLVER_TAG\x10\x06\x12\x1b\n\x17\x46ILTER_KIND_CRON_STATUS\x10\x07\x12 \n\x1c\x46ILTER_KIND_MIGRATION_STATUS\x10\x08\x12\x1e\n\x1a\x46ILTER_KIND_ONLINE_OFFLINE\x10\t\x12\x19\n\x15\x46ILTER_KIND_CACHE_HIT\x10\n\x12\x1c\n\x18\x46ILTER_KIND_OPERATION_ID\x10\x0b\x12\x1a\n\x16\x46ILTER_KIND_QUERY_NAME\x10\x0c\x12\x1c\n\x18\x46ILTER_KIND_QUERY_STATUS\x10\r\x12\x17\n\x13\x46ILTER_KIND_IS_NULL\x10\x0e\x12\x1a\n\x16\x46ILTER_KIND_USAGE_KIND\x10\x0f\x12\x1e\n\x1a\x46ILTER_KIND_RESOURCE_GROUP\x10\x10\x12\x18\n\x14\x46ILTER_KIND_POD_NAME\x10\x11\x12#\n\x1f\x46ILTER_KIND_COMPUTATION_CONTEXT\x10\x12\x12\x1a\n\x16\x46ILTER_KIND_TOPIC_NAME\x10\x13\x12!\n\x1d\x46ILTER_KIND_SUBSCRIPTION_NAME\x10\x14\x12\x1e\n\x1a\x46ILTER_KIND_PARTITION_NAME\x10\x15\x12\x1d\n\x19\x46ILTER_KIND_SCALING_GROUP\x10\x16\x12\x1d\n\x19\x46ILTER_KIND_FUNCTION_NAME\x10\x17\x12\x1c\n\x18\x46ILTER_KIND_SERVICE_KIND\x10\x18*~\n\x0e\x43omparatorKind\x12\x1f\n\x1b\x43OMPARATOR_KIND_UNSPECIFIED\x10\x00\x12\x16\n\x12\x43OMPARATOR_KIND_EQ\x10\x01\x12\x17\n\x13\x43OMPARATOR_KIND_NEQ\x10\x02\x12\x1a\n\x16\x43OMPARATOR_KIND_ONE_OF\x10\x03*\xec\x03\n\x12WindowFunctionKind\x12$\n WINDOW_FUNCTION_KIND_UNSPECIFIED\x10\x00\x12\x1e\n\x1aWINDOW_FUNCTION_KIND_COUNT\x10\x01\x12\x1d\n\x19WINDOW_FUNCTION_KIND_MEAN\x10\x02\x12\x1c\n\x18WINDOW_FUNCTION_KIND_SUM\x10\x03\x12\x1c\n\x18WINDOW_FUNCTION_KIND_MIN\x10\x04\x12\x1c\n\x18WINDOW_FUNCTION_KIND_MAX\x10\x05\x12&\n"WINDOW_FUNCTION_KIND_PERCENTILE_99\x10\x06\x12&\n"WINDOW_FUNCTION_KIND_PERCENTILE_95\x10\x07\x12&\n"WINDOW_FUNCTION_KIND_PERCENTILE_75\x10\x08\x12&\n"WINDOW_FUNCTION_KIND_PERCENTILE_50\x10\t\x12&\n"WINDOW_FUNCTION_KIND_PERCENTILE_25\x10\n\x12%\n!WINDOW_FUNCTION_KIND_PERCENTILE_5\x10\x0b\x12(\n$WINDOW_FUNCTION_KIND_ALL_PERCENTILES\x10\x0c*\x8d\x05\n\x0bGroupByKind\x12\x1d\n\x19GROUP_BY_KIND_UNSPECIFIED\x10\x00\x12 \n\x1cGROUP_BY_KIND_FEATURE_STATUS\x10\x01\x12\x1e\n\x1aGROUP_BY_KIND_FEATURE_NAME\x10\x02\x12\x19\n\x15GROUP_BY_KIND_IS_NULL\x10\x03\x12!\n\x1dGROUP_BY_KIND_RESOLVER_STATUS\x10\x04\x12\x1f\n\x1bGROUP_BY_KIND_RESOLVER_NAME\x10\x05\x12\x1e\n\x1aGROUP_BY_KIND_QUERY_STATUS\x10\x06\x12\x1c\n\x18GROUP_BY_KIND_QUERY_NAME\x10\x07\x12 \n\x1cGROUP_BY_KIND_ONLINE_OFFLINE\x10\x08\x12\x1b\n\x17GROUP_BY_KIND_CACHE_HIT\x10\t\x12\x1c\n\x18GROUP_BY_KIND_USAGE_KIND\x10\n\x12 \n\x1cGROUP_BY_KIND_RESOURCE_GROUP\x10\x0b\x12\x1f\n\x1bGROUP_BY_KIND_DEPLOYMENT_ID\x10\x0c\x12\x1e\n\x1aGROUP_BY_KIND_OPERATION_ID\x10\r\x12\x1a\n\x16GROUP_BY_KIND_POD_NAME\x10\x0e\x12\x1c\n\x18GROUP_BY_KIND_TOPIC_NAME\x10\x0f\x12#\n\x1fGROUP_BY_KIND_SUBSCRIPTION_NAME\x10\x10\x12 \n\x1cGROUP_BY_KIND_PARTITION_NAME\x10\x11\x12\x1f\n\x1bGROUP_BY_KIND_FUNCTION_NAME\x10\x12\x12\x1e\n\x1aGROUP_BY_KIND_SERVICE_KIND\x10\x13*\x81\x03\n\x11MetricFormulaKind\x12#\n\x1fMETRIC_FORMULA_KIND_UNSPECIFIED\x10\x00\x12\x1b\n\x17METRIC_FORMULA_KIND_SUM\x10\x01\x12#\n\x1fMETRIC_FORMULA_KIND_TOTAL_RATIO\x10\x02\x12\x1d\n\x19METRIC_FORMULA_KIND_RATIO\x10\x03\x12\x1f\n\x1bMETRIC_FORMULA_KIND_PRODUCT\x10\x04\x12\x1b\n\x17METRIC_FORMULA_KIND_ABS\x10\x05\x12\x1f\n\x1bMETRIC_FORMULA_KIND_KS_STAT\x10\x06\x12\x1f\n\x1bMETRIC_FORMULA_KIND_KS_TEST\x10\x07\x12$\n METRIC_FORMULA_KIND_KS_THRESHOLD\x10\x08\x12#\n\x1fMETRIC_FORMULA_KIND_TIME_OFFSET\x10\t\x12\x1b\n\x17METRIC_FORMULA_KIND_SUB\x10\n*\xda\x01\n\x11\x41lertSeverityKind\x12#\n\x1f\x41LERT_SEVERITY_KIND_UNSPECIFIED\x10\x00\x12 \n\x1c\x41LERT_SEVERITY_KIND_CRITICAL\x10\x01\x12\x1d\n\x19\x41LERT_SEVERITY_KIND_ERROR\x10\x02\x12\x1f\n\x1b\x41LERT_SEVERITY_KIND_WARNING\x10\x03\x12\x1c\n\x18\x41LERT_SEVERITY_KIND_INFO\x10\x04\x12 \n\x1c\x41LERT_SEVERITY_KIND_RESOLVED\x10\x05*\xdc\x01\n\rThresholdKind\x12\x1e\n\x1aTHRESHOLD_KIND_UNSPECIFIED\x10\x00\x12\x18\n\x14THRESHOLD_KIND_ABOVE\x10\x01\x12\x18\n\x14THRESHOLD_KIND_BELOW\x10\x02\x12 \n\x1cTHRESHOLD_KIND_GREATER_EQUAL\x10\x03\x12\x1d\n\x19THRESHOLD_KIND_LESS_EQUAL\x10\x04\x12\x18\n\x14THRESHOLD_KIND_EQUAL\x10\x05\x12\x1c\n\x18THRESHOLD_KIND_NOT_EQUAL\x10\x06*\xc7\x01\n\rChartLinkKind\x12\x1f\n\x1b\x43HART_LINK_KIND_UNSPECIFIED\x10\x00\x12\x1c\n\x18\x43HART_LINK_KIND_RESOLVER\x10\x01\x12\x1b\n\x17\x43HART_LINK_KIND_FEATURE\x10\x02\x12\x19\n\x15\x43HART_LINK_KIND_QUERY\x10\x03\x12\x1a\n\x16\x43HART_LINK_KIND_MANUAL\x10\x04\x12#\n\x1f\x43HART_LINK_KIND_SCHEDULED_QUERY\x10\x05\x42\x8e\x01\n\x16\x63om.chalk.artifacts.v1B\nChartProtoP\x01\xa2\x02\x03\x43\x41X\xaa\x02\x12\x43halk.Artifacts.V1\xca\x02\x12\x43halk\\Artifacts\\V1\xe2\x02\x1e\x43halk\\Artifacts\\V1\\GPBMetadata\xea\x02\x14\x43halk::Artifacts::V1b\x06proto3'
|
|
20
|
+
b'\n\x1e\x63halk/artifacts/v1/chart.proto\x12\x12\x63halk.artifacts.v1\x1a\x1egoogle/protobuf/duration.proto"\x86\x03\n\x0c\x41lertTrigger\x12\x12\n\x04name\x18\x01 \x01(\tR\x04name\x12\x41\n\x08severity\x18\x02 \x01(\x0e\x32%.chalk.artifacts.v1.AlertSeverityKindR\x08severity\x12P\n\x12threshold_position\x18\x03 \x01(\x0e\x32!.chalk.artifacts.v1.ThresholdKindR\x11thresholdPosition\x12\'\n\x0fthreshold_value\x18\x04 \x01(\x02R\x0ethresholdValue\x12$\n\x0bseries_name\x18\x05 \x01(\tH\x00R\nseriesName\x88\x01\x01\x12&\n\x0c\x63hannel_name\x18\x06 \x01(\tH\x01R\x0b\x63hannelName\x88\x01\x01\x12%\n\x0b\x64\x65scription\x18\x07 \x01(\tH\x02R\x0b\x64\x65scription\x88\x01\x01\x42\x0e\n\x0c_series_nameB\x0f\n\r_channel_nameB\x0e\n\x0c_description"K\n\x15\x44\x61tasetFeatureOperand\x12\x18\n\x07\x64\x61taset\x18\x01 \x01(\tR\x07\x64\x61taset\x12\x18\n\x07\x66\x65\x61ture\x18\x02 \x01(\tR\x07\x66\x65\x61ture"\xdb\x02\n\rMetricFormula\x12\x39\n\x04kind\x18\x01 \x01(\x0e\x32%.chalk.artifacts.v1.MetricFormulaKindR\x04kind\x12\x39\n\x16single_series_operands\x18\x02 \x01(\x03H\x00R\x14singleSeriesOperands\x88\x01\x01\x12\x32\n\x15multi_series_operands\x18\x03 \x03(\x03R\x13multiSeriesOperands\x12\x63\n\x18\x64\x61taset_feature_operands\x18\x04 \x01(\x0b\x32).chalk.artifacts.v1.DatasetFeatureOperandR\x16\x64\x61tasetFeatureOperands\x12\x17\n\x04name\x18\x05 \x01(\tH\x01R\x04name\x88\x01\x01\x42\x19\n\x17_single_series_operandsB\x07\n\x05_name"\x9c\x01\n\x0cMetricFilter\x12\x32\n\x04kind\x18\x01 \x01(\x0e\x32\x1e.chalk.artifacts.v1.FilterKindR\x04kind\x12\x42\n\ncomparator\x18\x02 \x01(\x0e\x32".chalk.artifacts.v1.ComparatorKindR\ncomparator\x12\x14\n\x05value\x18\x03 \x03(\tR\x05value"\x85\x03\n\x12MetricConfigSeries\x12\x36\n\x06metric\x18\x01 \x01(\x0e\x32\x1e.chalk.artifacts.v1.MetricKindR\x06metric\x12:\n\x07\x66ilters\x18\x02 \x03(\x0b\x32 .chalk.artifacts.v1.MetricFilterR\x07\x66ilters\x12\x17\n\x04name\x18\x03 \x01(\tH\x00R\x04name\x88\x01\x01\x12O\n\x0fwindow_function\x18\x04 \x01(\x0e\x32&.chalk.artifacts.v1.WindowFunctionKindR\x0ewindowFunction\x12:\n\x08group_by\x18\x05 \x03(\x0e\x32\x1f.chalk.artifacts.v1.GroupByKindR\x07groupBy\x12=\n\ntime_shift\x18\x06 \x01(\x0b\x32\x19.google.protobuf.DurationH\x01R\ttimeShift\x88\x01\x01\x42\x07\n\x05_nameB\r\n\x0b_time_shift"\x8e\x03\n\x0cMetricConfig\x12\x12\n\x04name\x18\x01 \x01(\tR\x04name\x12#\n\rwindow_period\x18\x02 \x01(\tR\x0cwindowPeriod\x12>\n\x06series\x18\x03 \x03(\x0b\x32&.chalk.artifacts.v1.MetricConfigSeriesR\x06series\x12=\n\x08\x66ormulas\x18\x04 \x03(\x0b\x32!.chalk.artifacts.v1.MetricFormulaR\x08\x66ormulas\x12:\n\x07trigger\x18\x05 \x01(\x0b\x32 .chalk.artifacts.v1.AlertTriggerR\x07trigger\x12\'\n\x0fgraph_generated\x18\x06 \x01(\x08R\x0egraphGenerated\x12\x0e\n\x02id\x18\x07 \x01(\tR\x02id\x12\x37\n\x15\x64isplay_window_period\x18\x08 \x01(\tH\x00R\x13\x64isplayWindowPeriod\x88\x01\x01\x42\x18\n\x16_display_window_period"\x8d\x02\n\x05\x43hart\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x38\n\x06\x63onfig\x18\x02 \x01(\x0b\x32 .chalk.artifacts.v1.MetricConfigR\x06\x63onfig\x12\x42\n\x0b\x65ntity_kind\x18\x03 \x01(\x0e\x32!.chalk.artifacts.v1.ChartLinkKindR\nentityKind\x12 \n\tentity_id\x18\x04 \x01(\tH\x00R\x08\x65ntityId\x88\x01\x01\x12\'\n\x0fgraph_generated\x18\x05 \x01(\x08R\x0egraphGenerated\x12\x1d\n\nis_virtual\x18\x06 \x01(\x08R\tisVirtualB\x0c\n\n_entity_id*\xb4\x1b\n\nMetricKind\x12\x1b\n\x17METRIC_KIND_UNSPECIFIED\x10\x00\x12%\n!METRIC_KIND_FEATURE_REQUEST_COUNT\x10\x01\x12\x1f\n\x1bMETRIC_KIND_FEATURE_LATENCY\x10\x02\x12!\n\x1dMETRIC_KIND_FEATURE_STALENESS\x10\x03\x12\x1d\n\x19METRIC_KIND_FEATURE_VALUE\x10\x04\x12\x1d\n\x19METRIC_KIND_FEATURE_WRITE\x10\x05\x12"\n\x1eMETRIC_KIND_FEATURE_NULL_RATIO\x10\x06\x12&\n"METRIC_KIND_RESOLVER_REQUEST_COUNT\x10\x07\x12 \n\x1cMETRIC_KIND_RESOLVER_LATENCY\x10\x08\x12&\n"METRIC_KIND_RESOLVER_SUCCESS_RATIO\x10\t\x12\x1b\n\x17METRIC_KIND_QUERY_COUNT\x10\n\x12\x1d\n\x19METRIC_KIND_QUERY_LATENCY\x10\x0b\x12#\n\x1fMETRIC_KIND_QUERY_SUCCESS_RATIO\x10\x0c\x12!\n\x1dMETRIC_KIND_BILLING_INFERENCE\x10\r\x12\x1c\n\x18METRIC_KIND_BILLING_CRON\x10\x0e\x12!\n\x1dMETRIC_KIND_BILLING_MIGRATION\x10\x0f\x12\x1a\n\x16METRIC_KIND_CRON_COUNT\x10\x10\x12\x1c\n\x18METRIC_KIND_CRON_LATENCY\x10\x11\x12)\n%METRIC_KIND_STREAM_MESSAGES_PROCESSED\x10\x12\x12&\n"METRIC_KIND_STREAM_MESSAGE_LATENCY\x10\x13\x12(\n$METRIC_KIND_STREAM_WINDOWS_PROCESSED\x10\x14\x12%\n!METRIC_KIND_STREAM_WINDOW_LATENCY\x10\x15\x12&\n"METRIC_KIND_ONLINE_STORE_KEY_COUNT\x10\x16\x12.\n*METRIC_KIND_ONLINE_STORE_EXPIRED_KEY_COUNT\x10\x17\x12\x30\n,METRIC_KIND_ONLINE_STORE_REQUESTS_PER_SECOND\x10\x18\x12\'\n#METRIC_KIND_CPU_UTILIZATION_PERCENT\x10\x19\x12\x1d\n\x19METRIC_KIND_REPLICA_COUNT\x10\x1a\x12(\n$METRIC_KIND_ONLINE_STORE_USED_MEMORY\x10\x1b\x12)\n%METRIC_KIND_ONLINE_STORE_TOTAL_MEMORY\x10\x1c\x12"\n\x1eMETRIC_KIND_MEMORY_USAGE_BYTES\x10\x1d\x12,\n(METRIC_KIND_TOTAL_MEMORY_AVAILABLE_BYTES\x10\x1e\x12"\n\x1eMETRIC_KIND_NETWORK_READ_BYTES\x10\x1f\x12#\n\x1fMETRIC_KIND_NETWORK_WRITE_BYTES\x10 \x12\x1f\n\x1bMETRIC_KIND_DISK_READ_BYTES\x10!\x12 \n\x1cMETRIC_KIND_DISK_WRITE_BYTES\x10"\x12\x1a\n\x16METRIC_KIND_STREAM_LAG\x10#\x12\x15\n\x11METRIC_KIND_USAGE\x10$\x12&\n"METRIC_KIND_FEATURE_COMPUTED_COUNT\x10%\x12\'\n#METRIC_KIND_FEATURE_LOOKED_UP_COUNT\x10&\x12*\n&METRIC_KIND_FEATURE_INTERMEDIATE_COUNT\x10\'\x12+\n\'METRIC_KIND_FEATURE_COMPUTED_NULL_RATIO\x10(\x12,\n(METRIC_KIND_FEATURE_LOOKED_UP_NULL_RATIO\x10)\x12/\n+METRIC_KIND_FEATURE_INTERMEDIATE_NULL_RATIO\x10*\x12#\n\x1fMETRIC_KIND_STREAM_INGEST_DELAY\x10+\x12&\n"METRIC_KIND_CONTAINER_MEMORY_BYTES\x10,\x12!\n\x1dMETRIC_KIND_HOST_MEMORY_BYTES\x10-\x12)\n%METRIC_KIND_CONTAINER_CPU_UTILIZATION\x10.\x12\x1f\n\x1bMETRIC_KIND_DISK_USED_BYTES\x10/\x12$\n METRIC_KIND_DISK_AVAILABLE_BYTES\x10\x30\x12\'\n#METRIC_KIND_RESOLVER_INVOKER_NET_TX\x10\x31\x12\'\n#METRIC_KIND_RESOLVER_INVOKER_NET_RX\x10\x32\x12-\n)METRIC_KIND_RESOLVER_INVOKER_ROWS_WRITTEN\x10\x33\x12(\n$METRIC_KIND_TOPIC_MESSAGES_PROCESSED\x10\x34\x12\x31\n-METRIC_KIND_SUBSCRIPTION_NUM_UNACKED_MESSAGES\x10\x35\x12\x37\n3METRIC_KIND_SUBSCRIPTION_OLDEST_UNACKED_MESSAGE_AGE\x10\x36\x12 \n\x1cMETRIC_KIND_TOPIC_OFFSET_LAG\x10\x37\x12\x1f\n\x1bMETRIC_KIND_GPU_UTILIZATION\x10\x38\x12#\n\x1fMETRIC_KIND_GPU_TENSOR_ACTIVITY\x10\x39\x12 \n\x1cMETRIC_KIND_GPU_SM_CLOCK_MHZ\x10:\x12\x1f\n\x1bMETRIC_KIND_GPU_POWER_WATTS\x10;\x12\'\n#METRIC_KIND_GPU_TEMPERATURE_CELSIUS\x10<\x12$\n METRIC_KIND_GPU_THROTTLE_REASONS\x10=\x12!\n\x1dMETRIC_KIND_GPU_FP16_ACTIVITY\x10>\x12\x19\n\x15METRIC_KIND_GPU_COUNT\x10?\x12&\n"METRIC_KIND_PULL_QUERY_QUEUE_DEPTH\x10@\x12-\n)METRIC_KIND_PULL_QUERY_OLDEST_UNACKED_AGE\x10\x41\x12$\n METRIC_KIND_PULL_QUERY_PROCESSED\x10\x42\x12"\n\x1eMETRIC_KIND_PULL_QUERY_LATENCY\x10\x43\x12\x1f\n\x1bMETRIC_KIND_CONTAINER_COUNT\x10\x44\x12+\n\'METRIC_KIND_SCALING_GROUP_REPLICA_COUNT\x10\x45\x12\'\n#METRIC_KIND_PULL_QUERY_MAX_INFLIGHT\x10\x46\x12-\n)METRIC_KIND_PULL_QUERY_CONCURRENCY_TARGET\x10G\x12+\n\'METRIC_KIND_PULL_QUERY_OPEN_CONNECTIONS\x10H\x12&\n"METRIC_KIND_FUNCTION_CALL_ENQUEUED\x10I\x12-\n)METRIC_KIND_FUNCTION_CALL_ENQUEUE_LATENCY\x10J\x12.\n*METRIC_KIND_FUNCTION_CALL_OPEN_CONNECTIONS\x10K\x12&\n"METRIC_KIND_FUNCTION_CALL_DEQUEUED\x10L\x12\x30\n,METRIC_KIND_FUNCTION_CALL_PROCESSING_LATENCY\x10M\x12)\n%METRIC_KIND_FUNCTION_CALL_QUEUE_DEPTH\x10N\x12&\n"METRIC_KIND_FUNCTION_CALL_INFLIGHT\x10O\x12*\n&METRIC_KIND_POD_CONTAINER_MEMORY_BYTES\x10P\x12-\n)METRIC_KIND_POD_CONTAINER_CPU_UTILIZATION\x10Q\x12/\n+METRIC_KIND_QUERY_PROGRESS_SPLITS_PROCESSED\x10R\x12,\n(METRIC_KIND_QUERY_PROGRESS_SPLITS_QUEUED\x10S\x12.\n*METRIC_KIND_QUERY_PROGRESS_BLOCKED_DRIVERS\x10T\x12\x35\n1METRIC_KIND_QUERY_PROGRESS_RESOLVER_ROWS_RETURNED\x10U\x12\x34\n0METRIC_KIND_QUERY_PROGRESS_OPERATOR_OUTPUT_BYTES\x10V\x12\x36\n2METRIC_KIND_QUERY_PROGRESS_OPERATOR_ROWS_PROCESSED\x10W*\x83\x06\n\nFilterKind\x12\x1b\n\x17\x46ILTER_KIND_UNSPECIFIED\x10\x00\x12\x1e\n\x1a\x46ILTER_KIND_FEATURE_STATUS\x10\x01\x12\x1c\n\x18\x46ILTER_KIND_FEATURE_NAME\x10\x02\x12\x1b\n\x17\x46ILTER_KIND_FEATURE_TAG\x10\x03\x12\x1f\n\x1b\x46ILTER_KIND_RESOLVER_STATUS\x10\x04\x12\x1d\n\x19\x46ILTER_KIND_RESOLVER_NAME\x10\x05\x12\x1c\n\x18\x46ILTER_KIND_RESOLVER_TAG\x10\x06\x12\x1b\n\x17\x46ILTER_KIND_CRON_STATUS\x10\x07\x12 \n\x1c\x46ILTER_KIND_MIGRATION_STATUS\x10\x08\x12\x1e\n\x1a\x46ILTER_KIND_ONLINE_OFFLINE\x10\t\x12\x19\n\x15\x46ILTER_KIND_CACHE_HIT\x10\n\x12\x1c\n\x18\x46ILTER_KIND_OPERATION_ID\x10\x0b\x12\x1a\n\x16\x46ILTER_KIND_QUERY_NAME\x10\x0c\x12\x1c\n\x18\x46ILTER_KIND_QUERY_STATUS\x10\r\x12\x17\n\x13\x46ILTER_KIND_IS_NULL\x10\x0e\x12\x1a\n\x16\x46ILTER_KIND_USAGE_KIND\x10\x0f\x12\x1e\n\x1a\x46ILTER_KIND_RESOURCE_GROUP\x10\x10\x12\x18\n\x14\x46ILTER_KIND_POD_NAME\x10\x11\x12#\n\x1f\x46ILTER_KIND_COMPUTATION_CONTEXT\x10\x12\x12\x1a\n\x16\x46ILTER_KIND_TOPIC_NAME\x10\x13\x12!\n\x1d\x46ILTER_KIND_SUBSCRIPTION_NAME\x10\x14\x12\x1e\n\x1a\x46ILTER_KIND_PARTITION_NAME\x10\x15\x12\x1d\n\x19\x46ILTER_KIND_SCALING_GROUP\x10\x16\x12\x1d\n\x19\x46ILTER_KIND_FUNCTION_NAME\x10\x17\x12\x1c\n\x18\x46ILTER_KIND_SERVICE_KIND\x10\x18*~\n\x0e\x43omparatorKind\x12\x1f\n\x1b\x43OMPARATOR_KIND_UNSPECIFIED\x10\x00\x12\x16\n\x12\x43OMPARATOR_KIND_EQ\x10\x01\x12\x17\n\x13\x43OMPARATOR_KIND_NEQ\x10\x02\x12\x1a\n\x16\x43OMPARATOR_KIND_ONE_OF\x10\x03*\xec\x03\n\x12WindowFunctionKind\x12$\n WINDOW_FUNCTION_KIND_UNSPECIFIED\x10\x00\x12\x1e\n\x1aWINDOW_FUNCTION_KIND_COUNT\x10\x01\x12\x1d\n\x19WINDOW_FUNCTION_KIND_MEAN\x10\x02\x12\x1c\n\x18WINDOW_FUNCTION_KIND_SUM\x10\x03\x12\x1c\n\x18WINDOW_FUNCTION_KIND_MIN\x10\x04\x12\x1c\n\x18WINDOW_FUNCTION_KIND_MAX\x10\x05\x12&\n"WINDOW_FUNCTION_KIND_PERCENTILE_99\x10\x06\x12&\n"WINDOW_FUNCTION_KIND_PERCENTILE_95\x10\x07\x12&\n"WINDOW_FUNCTION_KIND_PERCENTILE_75\x10\x08\x12&\n"WINDOW_FUNCTION_KIND_PERCENTILE_50\x10\t\x12&\n"WINDOW_FUNCTION_KIND_PERCENTILE_25\x10\n\x12%\n!WINDOW_FUNCTION_KIND_PERCENTILE_5\x10\x0b\x12(\n$WINDOW_FUNCTION_KIND_ALL_PERCENTILES\x10\x0c*\x8d\x05\n\x0bGroupByKind\x12\x1d\n\x19GROUP_BY_KIND_UNSPECIFIED\x10\x00\x12 \n\x1cGROUP_BY_KIND_FEATURE_STATUS\x10\x01\x12\x1e\n\x1aGROUP_BY_KIND_FEATURE_NAME\x10\x02\x12\x19\n\x15GROUP_BY_KIND_IS_NULL\x10\x03\x12!\n\x1dGROUP_BY_KIND_RESOLVER_STATUS\x10\x04\x12\x1f\n\x1bGROUP_BY_KIND_RESOLVER_NAME\x10\x05\x12\x1e\n\x1aGROUP_BY_KIND_QUERY_STATUS\x10\x06\x12\x1c\n\x18GROUP_BY_KIND_QUERY_NAME\x10\x07\x12 \n\x1cGROUP_BY_KIND_ONLINE_OFFLINE\x10\x08\x12\x1b\n\x17GROUP_BY_KIND_CACHE_HIT\x10\t\x12\x1c\n\x18GROUP_BY_KIND_USAGE_KIND\x10\n\x12 \n\x1cGROUP_BY_KIND_RESOURCE_GROUP\x10\x0b\x12\x1f\n\x1bGROUP_BY_KIND_DEPLOYMENT_ID\x10\x0c\x12\x1e\n\x1aGROUP_BY_KIND_OPERATION_ID\x10\r\x12\x1a\n\x16GROUP_BY_KIND_POD_NAME\x10\x0e\x12\x1c\n\x18GROUP_BY_KIND_TOPIC_NAME\x10\x0f\x12#\n\x1fGROUP_BY_KIND_SUBSCRIPTION_NAME\x10\x10\x12 \n\x1cGROUP_BY_KIND_PARTITION_NAME\x10\x11\x12\x1f\n\x1bGROUP_BY_KIND_FUNCTION_NAME\x10\x12\x12\x1e\n\x1aGROUP_BY_KIND_SERVICE_KIND\x10\x13*\x81\x03\n\x11MetricFormulaKind\x12#\n\x1fMETRIC_FORMULA_KIND_UNSPECIFIED\x10\x00\x12\x1b\n\x17METRIC_FORMULA_KIND_SUM\x10\x01\x12#\n\x1fMETRIC_FORMULA_KIND_TOTAL_RATIO\x10\x02\x12\x1d\n\x19METRIC_FORMULA_KIND_RATIO\x10\x03\x12\x1f\n\x1bMETRIC_FORMULA_KIND_PRODUCT\x10\x04\x12\x1b\n\x17METRIC_FORMULA_KIND_ABS\x10\x05\x12\x1f\n\x1bMETRIC_FORMULA_KIND_KS_STAT\x10\x06\x12\x1f\n\x1bMETRIC_FORMULA_KIND_KS_TEST\x10\x07\x12$\n METRIC_FORMULA_KIND_KS_THRESHOLD\x10\x08\x12#\n\x1fMETRIC_FORMULA_KIND_TIME_OFFSET\x10\t\x12\x1b\n\x17METRIC_FORMULA_KIND_SUB\x10\n*\xda\x01\n\x11\x41lertSeverityKind\x12#\n\x1f\x41LERT_SEVERITY_KIND_UNSPECIFIED\x10\x00\x12 \n\x1c\x41LERT_SEVERITY_KIND_CRITICAL\x10\x01\x12\x1d\n\x19\x41LERT_SEVERITY_KIND_ERROR\x10\x02\x12\x1f\n\x1b\x41LERT_SEVERITY_KIND_WARNING\x10\x03\x12\x1c\n\x18\x41LERT_SEVERITY_KIND_INFO\x10\x04\x12 \n\x1c\x41LERT_SEVERITY_KIND_RESOLVED\x10\x05*\xdc\x01\n\rThresholdKind\x12\x1e\n\x1aTHRESHOLD_KIND_UNSPECIFIED\x10\x00\x12\x18\n\x14THRESHOLD_KIND_ABOVE\x10\x01\x12\x18\n\x14THRESHOLD_KIND_BELOW\x10\x02\x12 \n\x1cTHRESHOLD_KIND_GREATER_EQUAL\x10\x03\x12\x1d\n\x19THRESHOLD_KIND_LESS_EQUAL\x10\x04\x12\x18\n\x14THRESHOLD_KIND_EQUAL\x10\x05\x12\x1c\n\x18THRESHOLD_KIND_NOT_EQUAL\x10\x06*\xc7\x01\n\rChartLinkKind\x12\x1f\n\x1b\x43HART_LINK_KIND_UNSPECIFIED\x10\x00\x12\x1c\n\x18\x43HART_LINK_KIND_RESOLVER\x10\x01\x12\x1b\n\x17\x43HART_LINK_KIND_FEATURE\x10\x02\x12\x19\n\x15\x43HART_LINK_KIND_QUERY\x10\x03\x12\x1a\n\x16\x43HART_LINK_KIND_MANUAL\x10\x04\x12#\n\x1f\x43HART_LINK_KIND_SCHEDULED_QUERY\x10\x05\x42\x8e\x01\n\x16\x63om.chalk.artifacts.v1B\nChartProtoP\x01\xa2\x02\x03\x43\x41X\xaa\x02\x12\x43halk.Artifacts.V1\xca\x02\x12\x43halk\\Artifacts\\V1\xe2\x02\x1e\x43halk\\Artifacts\\V1\\GPBMetadata\xea\x02\x14\x43halk::Artifacts::V1b\x06proto3'
|
|
21
21
|
)
|
|
22
22
|
|
|
23
23
|
_globals = globals()
|
|
@@ -29,23 +29,23 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
|
29
29
|
"DESCRIPTOR"
|
|
30
30
|
]._serialized_options = b"\n\026com.chalk.artifacts.v1B\nChartProtoP\001\242\002\003CAX\252\002\022Chalk.Artifacts.V1\312\002\022Chalk\\Artifacts\\V1\342\002\036Chalk\\Artifacts\\V1\\GPBMetadata\352\002\024Chalk::Artifacts::V1"
|
|
31
31
|
_globals["_METRICKIND"]._serialized_start = 2131
|
|
32
|
-
_globals["_METRICKIND"]._serialized_end =
|
|
33
|
-
_globals["_FILTERKIND"]._serialized_start =
|
|
34
|
-
_globals["_FILTERKIND"]._serialized_end =
|
|
35
|
-
_globals["_COMPARATORKIND"]._serialized_start =
|
|
36
|
-
_globals["_COMPARATORKIND"]._serialized_end =
|
|
37
|
-
_globals["_WINDOWFUNCTIONKIND"]._serialized_start =
|
|
38
|
-
_globals["_WINDOWFUNCTIONKIND"]._serialized_end =
|
|
39
|
-
_globals["_GROUPBYKIND"]._serialized_start =
|
|
40
|
-
_globals["_GROUPBYKIND"]._serialized_end =
|
|
41
|
-
_globals["_METRICFORMULAKIND"]._serialized_start =
|
|
42
|
-
_globals["_METRICFORMULAKIND"]._serialized_end =
|
|
43
|
-
_globals["_ALERTSEVERITYKIND"]._serialized_start =
|
|
44
|
-
_globals["_ALERTSEVERITYKIND"]._serialized_end =
|
|
45
|
-
_globals["_THRESHOLDKIND"]._serialized_start =
|
|
46
|
-
_globals["_THRESHOLDKIND"]._serialized_end =
|
|
47
|
-
_globals["_CHARTLINKKIND"]._serialized_start =
|
|
48
|
-
_globals["_CHARTLINKKIND"]._serialized_end =
|
|
32
|
+
_globals["_METRICKIND"]._serialized_end = 5639
|
|
33
|
+
_globals["_FILTERKIND"]._serialized_start = 5642
|
|
34
|
+
_globals["_FILTERKIND"]._serialized_end = 6413
|
|
35
|
+
_globals["_COMPARATORKIND"]._serialized_start = 6415
|
|
36
|
+
_globals["_COMPARATORKIND"]._serialized_end = 6541
|
|
37
|
+
_globals["_WINDOWFUNCTIONKIND"]._serialized_start = 6544
|
|
38
|
+
_globals["_WINDOWFUNCTIONKIND"]._serialized_end = 7036
|
|
39
|
+
_globals["_GROUPBYKIND"]._serialized_start = 7039
|
|
40
|
+
_globals["_GROUPBYKIND"]._serialized_end = 7692
|
|
41
|
+
_globals["_METRICFORMULAKIND"]._serialized_start = 7695
|
|
42
|
+
_globals["_METRICFORMULAKIND"]._serialized_end = 8080
|
|
43
|
+
_globals["_ALERTSEVERITYKIND"]._serialized_start = 8083
|
|
44
|
+
_globals["_ALERTSEVERITYKIND"]._serialized_end = 8301
|
|
45
|
+
_globals["_THRESHOLDKIND"]._serialized_start = 8304
|
|
46
|
+
_globals["_THRESHOLDKIND"]._serialized_end = 8524
|
|
47
|
+
_globals["_CHARTLINKKIND"]._serialized_start = 8527
|
|
48
|
+
_globals["_CHARTLINKKIND"]._serialized_end = 8726
|
|
49
49
|
_globals["_ALERTTRIGGER"]._serialized_start = 87
|
|
50
50
|
_globals["_ALERTTRIGGER"]._serialized_end = 477
|
|
51
51
|
_globals["_DATASETFEATUREOPERAND"]._serialized_start = 479
|
|
@@ -97,6 +97,12 @@ class MetricKind(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
|
|
97
97
|
METRIC_KIND_FUNCTION_CALL_INFLIGHT: _ClassVar[MetricKind]
|
|
98
98
|
METRIC_KIND_POD_CONTAINER_MEMORY_BYTES: _ClassVar[MetricKind]
|
|
99
99
|
METRIC_KIND_POD_CONTAINER_CPU_UTILIZATION: _ClassVar[MetricKind]
|
|
100
|
+
METRIC_KIND_QUERY_PROGRESS_SPLITS_PROCESSED: _ClassVar[MetricKind]
|
|
101
|
+
METRIC_KIND_QUERY_PROGRESS_SPLITS_QUEUED: _ClassVar[MetricKind]
|
|
102
|
+
METRIC_KIND_QUERY_PROGRESS_BLOCKED_DRIVERS: _ClassVar[MetricKind]
|
|
103
|
+
METRIC_KIND_QUERY_PROGRESS_RESOLVER_ROWS_RETURNED: _ClassVar[MetricKind]
|
|
104
|
+
METRIC_KIND_QUERY_PROGRESS_OPERATOR_OUTPUT_BYTES: _ClassVar[MetricKind]
|
|
105
|
+
METRIC_KIND_QUERY_PROGRESS_OPERATOR_ROWS_PROCESSED: _ClassVar[MetricKind]
|
|
100
106
|
|
|
101
107
|
class FilterKind(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
|
102
108
|
__slots__ = ()
|
|
@@ -296,6 +302,12 @@ METRIC_KIND_FUNCTION_CALL_QUEUE_DEPTH: MetricKind
|
|
|
296
302
|
METRIC_KIND_FUNCTION_CALL_INFLIGHT: MetricKind
|
|
297
303
|
METRIC_KIND_POD_CONTAINER_MEMORY_BYTES: MetricKind
|
|
298
304
|
METRIC_KIND_POD_CONTAINER_CPU_UTILIZATION: MetricKind
|
|
305
|
+
METRIC_KIND_QUERY_PROGRESS_SPLITS_PROCESSED: MetricKind
|
|
306
|
+
METRIC_KIND_QUERY_PROGRESS_SPLITS_QUEUED: MetricKind
|
|
307
|
+
METRIC_KIND_QUERY_PROGRESS_BLOCKED_DRIVERS: MetricKind
|
|
308
|
+
METRIC_KIND_QUERY_PROGRESS_RESOLVER_ROWS_RETURNED: MetricKind
|
|
309
|
+
METRIC_KIND_QUERY_PROGRESS_OPERATOR_OUTPUT_BYTES: MetricKind
|
|
310
|
+
METRIC_KIND_QUERY_PROGRESS_OPERATOR_ROWS_PROCESSED: MetricKind
|
|
299
311
|
FILTER_KIND_UNSPECIFIED: FilterKind
|
|
300
312
|
FILTER_KIND_FEATURE_STATUS: FilterKind
|
|
301
313
|
FILTER_KIND_FEATURE_NAME: FilterKind
|
|
@@ -18,7 +18,7 @@ from google.protobuf import descriptor_pb2 as google_dot_protobuf_dot_descriptor
|
|
|
18
18
|
|
|
19
19
|
|
|
20
20
|
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(
|
|
21
|
-
b'\n\x1f\x63halk/auth/v1/permissions.proto\x12\rchalk.auth.v1\x1a\x1d\x63halk/utils/v1/encoding.proto\x1a google/protobuf/descriptor.proto*\
|
|
21
|
+
b'\n\x1f\x63halk/auth/v1/permissions.proto\x12\rchalk.auth.v1\x1a\x1d\x63halk/utils/v1/encoding.proto\x1a google/protobuf/descriptor.proto*\x82 \n\nPermission\x12R\n\x16PERMISSION_UNSPECIFIED\x10\x00\x1a\x36\xca>%Default value -- should never be set.\xd2>\x0bunspecified\x12O\n#PERMISSION_INSECURE_UNAUTHENTICATED\x10\x01\x1a&\xca>\x18Unauthenticated endpoint\xd2>\x08insecure\x12\x66\n\x18PERMISSION_AUTHENTICATED\x10\x02\x1aH\xca>5User is authenticated, but no permissions are checked\xd2>\rauthenticated\x12\x45\n\x17PERMISSION_QUERY_ONLINE\x10\x03\x1a(\xca>\x16Query online features.\xd2>\x0cquery.online\x12H\n\x18PERMISSION_QUERY_OFFLINE\x10\x04\x1a*\xca>\x17Query offline features.\xd2>\rquery.offline\x12T\n\x1cPERMISSION_MONITORING_CREATE\x10\x05\x1a\x32\xca>\x1b\x43reate a new chart or alert\xd2>\x11monitoring.create\x12J\n\x1aPERMISSION_MONITORING_READ\x10\x06\x1a*\xca>\x15See charts and alerts\xd2>\x0fmonitoring.read\x12L\n\x13PERMISSION_TEAM_ADD\x10\x07\x1a\x33\xca>%Add team members to your organization\xd2>\x08team.add\x12\x41\n\x16PERMISSION_TEAM_DELETE\x10\x08\x1a%\xca>\x14Remove a team member\xd2>\x0bteam.delete\x12R\n\x14PERMISSION_TEAM_LIST\x10\t\x1a\x38\xca>)See the team members in your organization\xd2>\tteam.list\x12\x61\n\x15PERMISSION_TEAM_ADMIN\x10\n\x1a\x46\xca>6Configure authentication options for your organization\xd2>\nteam.admin\x12P\n\x16PERMISSION_DEPLOY_READ\x10\x0b\x1a\x34\xca>#Read information about deployments.\xd2>\x0b\x64\x65ploy.read\x12I\n\x18PERMISSION_DEPLOY_CREATE\x10\x0c\x1a+\xca>\x18\x43reate a new deployment.\xd2>\rdeploy.create\x12R\n\x19PERMISSION_DEPLOY_PREVIEW\x10\r\x1a\x33\xca>\x1f\x43reate a new branch deployment.\xd2>\x0e\x64\x65ploy.preview\x12U\n\x1aPERMISSION_DEPLOY_REDEPLOY\x10\x0e\x1a\x35\xca> Redeploy an existing deployment.\xd2>\x0f\x64\x65ploy.redeploy\x12\x42\n\x14PERMISSION_LOGS_LIST\x10\x0f\x1a(\xca>\x19Read logs from resolvers.\xd2>\tlogs.list\x12\x41\n\x14PERMISSION_CRON_READ\x10\x10\x1a\'\xca>\x18Read the scheduled runs.\xd2>\tcron.read\x12I\n\x16PERMISSION_CRON_CREATE\x10\x11\x1a-\xca>\x1cTrigger a new scheduled run.\xd2>\x0b\x63ron.create\x12Y\n\x18PERMISSION_SECRETS_WRITE\x10\x12\x1a;\xca>(Create, modify, or delete secret values.\xd2>\rsecrets.write\x12K\n\x1aPERMISSION_SECRETS_DECRYPT\x10\x13\x1a+\xca>\x16\x44\x65\x63rypt secret values.\xd2>\x0fsecrets.decrypt\x12\x86\x01\n\x17PERMISSION_SECRETS_LIST\x10\x14\x1ai\xca>WSee the list of available secrets. Reading secrets is not allowed with this permission.\xd2>\x0csecrets.list\x12X\n\x17PERMISSION_TOKENS_WRITE\x10\x15\x1a;\xca>)Create, modify, or delete service tokens.\xd2>\x0ctokens.write\x12p\n\x16PERMISSION_TOKENS_LIST\x10\x16\x1aT\xca>CList the service tokens and see client ids, but not client secrets.\xd2>\x0btokens.list\x12Q\n\x17PERMISSION_MIGRATE_READ\x10\x17\x1a\x34\xca>"View information about migrations.\xd2>\x0cmigrate.read\x12G\n\x17PERMISSION_MIGRATE_PLAN\x10\x18\x1a*\xca>\x18\x43reate a migration plan.\xd2>\x0cmigrate.plan\x12N\n\x1aPERMISSION_MIGRATE_EXECUTE\x10\x19\x1a.\xca>\x19\x45xecute a migration plan.\xd2>\x0fmigrate.execute\x12G\n\x19PERMISSION_PROJECT_CREATE\x10\x1a\x1a(\xca>\x14\x43reate a new project\xd2>\x0eproject.create\x12=\n\x16PERMISSION_CHALK_ADMIN\x10\x1b\x1a!\xca>\x10\x41\x64minister Chalk\xd2>\x0b\x63halk.admin\x12G\n\x17PERMISSION_BILLING_READ\x10\x1c\x1a*\xca>\x18Read billing information\xd2>\x0c\x62illing.read\x12R\n\x1fPERMISSION_AUTH_SERVICE_MANAGER\x10\x1d\x1a-\xca>\x13Manage Auth Service\xd2>\x14\x61uth_service.manager\x12Z\n\x1ePERMISSION_INFRASTRUCTURE_READ\x10\x1e\x1a\x36\xca>\x1dRead infrastructure workflows\xd2>\x13infrastructure.read\x12i\n\x1fPERMISSION_INFRASTRUCTURE_WRITE\x10\x1f\x1a\x44\xca>*Approve or cancel infrastructure workflows\xd2>\x14infrastructure.write\x12Y\n\x1dPERMISSION_ENVIRONMENT_CREATE\x10 \x1a\x36\xca>\x1e\x43reate and manage environments\xd2>\x12\x65nvironment.create\x12\x9e\x01\n+PERMISSION_INTERNAL_DATAPLANE_STATUS_UPDATE\x10!\x1am\xca>GUpdate container and scaling group status from the dataplane controller\xd2> internal.dataplane_status_update\x12\x90\x01\n*PERMISSION_INTERNAL_WORKING_TOKEN_EXCHANGE\x10"\x1a`\xca>;Use an exchange token to obtain a short-lived working token\xd2>\x1finternal.working_token_exchange\x12o\n\x18PERMISSION_BILLING_WRITE\x10#\x1aQ\xca>>Manage billing settings, payment methods, and credit purchases\xd2>\rbilling.write\x12\x90\x01\n\x1dPERMISSION_QUERY_OFFLINE_READ\x10$\x1am\xca>UView offline query metadata (datasets, query plans, results) without running queries.\xd2>\x12query.offline_read\x1a\xe9\x05\xe2\xa1\'\xe4\x05\n\x1c\x08\x01\x12\x18insecure_unauthenticated\n\x11\x08\x02\x12\rauthenticated\n\x10\x08\x03\x12\x0cquery.online\n\x11\x08\x04\x12\rquery.offline\n\x15\x08\x05\x12\x11monitoring.create\n\x13\x08\x06\x12\x0fmonitoring.read\n\x0c\x08\x07\x12\x08team.add\n\x0f\x08\x08\x12\x0bteam.delete\n\r\x08\t\x12\tteam.list\n\x0e\x08\n\x12\nteam.admin\n\x0f\x08\x0b\x12\x0b\x64\x65ploy.read\n\x11\x08\x0c\x12\rdeploy.create\n\x12\x08\r\x12\x0e\x64\x65ploy.preview\n\x13\x08\x0e\x12\x0f\x64\x65ploy.redeploy\n\r\x08\x0f\x12\tlogs.list\n\r\x08\x10\x12\tcron.read\n\x0f\x08\x11\x12\x0b\x63ron.create\n\x11\x08\x12\x12\rsecrets.write\n\x13\x08\x13\x12\x0fsecrets.decrypt\n\x10\x08\x14\x12\x0csecrets.list\n\x10\x08\x15\x12\x0ctokens.write\n\x0f\x08\x16\x12\x0btokens.list\n\x10\x08\x17\x12\x0cmigrate.read\n\x10\x08\x18\x12\x0cmigrate.plan\n\x13\x08\x19\x12\x0fmigrate.execute\n\x12\x08\x1a\x12\x0eproject.create\n\x0f\x08\x1b\x12\x0b\x63halk.admin\n\x10\x08\x1c\x12\x0c\x62illing.read\n\x18\x08\x1d\x12\x14\x61uth_service.manager\n\x17\x08\x1e\x12\x13infrastructure.read\n\x18\x08\x1f\x12\x14infrastructure.write\n\x16\x08 \x12\x12\x65nvironment.create\n$\x08!\x12 internal.dataplane_status_update\n#\x08"\x12\x1finternal.working_token_exchange\n\x11\x08#\x12\rbilling.write\n\x16\x08$\x12\x12query.offline_read:D\n\x0b\x64\x65scription\x12!.google.protobuf.EnumValueOptions\x18\xe9\x07 \x01(\tR\x0b\x64\x65scription:6\n\x04slug\x12!.google.protobuf.EnumValueOptions\x18\xea\x07 \x01(\tR\x04slug:Z\n\npermission\x12\x1e.google.protobuf.MethodOptions\x18\xd0\x0f \x01(\x0e\x32\x19.chalk.auth.v1.PermissionR\npermission:c\n\x0fteam_permission\x12\x1e.google.protobuf.MethodOptions\x18\xd1\x0f \x01(\x0e\x32\x19.chalk.auth.v1.PermissionR\x0eteamPermission:z\n\x1b\x61\x64\x64itional_permissions_list\x12\x1e.google.protobuf.MethodOptions\x18\xd2\x0f \x03(\x0e\x32\x19.chalk.auth.v1.PermissionR\x19\x61\x64\x64itionalPermissionsListB\x8b\x01\n\x11\x63om.chalk.auth.v1B\x10PermissionsProtoP\x01Z\x0e\x61uth/v1;authv1\xa2\x02\x03\x43\x41X\xaa\x02\rChalk.Auth.V1\xca\x02\rChalk\\Auth\\V1\xe2\x02\x19\x43halk\\Auth\\V1\\GPBMetadata\xea\x02\x0f\x43halk::Auth::V1b\x06proto3'
|
|
22
22
|
)
|
|
23
23
|
|
|
24
24
|
_globals = globals()
|
|
@@ -32,7 +32,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
|
32
32
|
_globals["_PERMISSION"]._options = None
|
|
33
33
|
_globals[
|
|
34
34
|
"_PERMISSION"
|
|
35
|
-
]._serialized_options = b"\342\241'\
|
|
35
|
+
]._serialized_options = b"\342\241'\344\005\n\034\010\001\022\030insecure_unauthenticated\n\021\010\002\022\rauthenticated\n\020\010\003\022\014query.online\n\021\010\004\022\rquery.offline\n\025\010\005\022\021monitoring.create\n\023\010\006\022\017monitoring.read\n\014\010\007\022\010team.add\n\017\010\010\022\013team.delete\n\r\010\t\022\tteam.list\n\016\010\n\022\nteam.admin\n\017\010\013\022\013deploy.read\n\021\010\014\022\rdeploy.create\n\022\010\r\022\016deploy.preview\n\023\010\016\022\017deploy.redeploy\n\r\010\017\022\tlogs.list\n\r\010\020\022\tcron.read\n\017\010\021\022\013cron.create\n\021\010\022\022\rsecrets.write\n\023\010\023\022\017secrets.decrypt\n\020\010\024\022\014secrets.list\n\020\010\025\022\014tokens.write\n\017\010\026\022\013tokens.list\n\020\010\027\022\014migrate.read\n\020\010\030\022\014migrate.plan\n\023\010\031\022\017migrate.execute\n\022\010\032\022\016project.create\n\017\010\033\022\013chalk.admin\n\020\010\034\022\014billing.read\n\030\010\035\022\024auth_service.manager\n\027\010\036\022\023infrastructure.read\n\030\010\037\022\024infrastructure.write\n\026\010 \022\022environment.create\n$\010!\022 internal.dataplane_status_update\n#\010\"\022\037internal.working_token_exchange\n\021\010#\022\rbilling.write\n\026\010$\022\022query.offline_read"
|
|
36
36
|
_globals["_PERMISSION"].values_by_name["PERMISSION_UNSPECIFIED"]._options = None
|
|
37
37
|
_globals["_PERMISSION"].values_by_name[
|
|
38
38
|
"PERMISSION_UNSPECIFIED"
|
|
@@ -181,6 +181,10 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
|
181
181
|
_globals["_PERMISSION"].values_by_name[
|
|
182
182
|
"PERMISSION_BILLING_WRITE"
|
|
183
183
|
]._serialized_options = b"\312>>Manage billing settings, payment methods, and credit purchases\322>\rbilling.write"
|
|
184
|
+
_globals["_PERMISSION"].values_by_name["PERMISSION_QUERY_OFFLINE_READ"]._options = None
|
|
185
|
+
_globals["_PERMISSION"].values_by_name[
|
|
186
|
+
"PERMISSION_QUERY_OFFLINE_READ"
|
|
187
|
+
]._serialized_options = b"\312>UView offline query metadata (datasets, query plans, results) without running queries.\322>\022query.offline_read"
|
|
184
188
|
_globals["_PERMISSION"]._serialized_start = 116
|
|
185
|
-
_globals["_PERMISSION"]._serialized_end =
|
|
189
|
+
_globals["_PERMISSION"]._serialized_end = 4214
|
|
186
190
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -44,6 +44,7 @@ class Permission(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
|
|
44
44
|
PERMISSION_INTERNAL_DATAPLANE_STATUS_UPDATE: _ClassVar[Permission]
|
|
45
45
|
PERMISSION_INTERNAL_WORKING_TOKEN_EXCHANGE: _ClassVar[Permission]
|
|
46
46
|
PERMISSION_BILLING_WRITE: _ClassVar[Permission]
|
|
47
|
+
PERMISSION_QUERY_OFFLINE_READ: _ClassVar[Permission]
|
|
47
48
|
|
|
48
49
|
PERMISSION_UNSPECIFIED: Permission
|
|
49
50
|
PERMISSION_INSECURE_UNAUTHENTICATED: Permission
|
|
@@ -81,6 +82,7 @@ PERMISSION_ENVIRONMENT_CREATE: Permission
|
|
|
81
82
|
PERMISSION_INTERNAL_DATAPLANE_STATUS_UPDATE: Permission
|
|
82
83
|
PERMISSION_INTERNAL_WORKING_TOKEN_EXCHANGE: Permission
|
|
83
84
|
PERMISSION_BILLING_WRITE: Permission
|
|
85
|
+
PERMISSION_QUERY_OFFLINE_READ: Permission
|
|
84
86
|
DESCRIPTION_FIELD_NUMBER: _ClassVar[int]
|
|
85
87
|
description: _descriptor.FieldDescriptor
|
|
86
88
|
SLUG_FIELD_NUMBER: _ClassVar[int]
|
|
@@ -89,3 +91,5 @@ PERMISSION_FIELD_NUMBER: _ClassVar[int]
|
|
|
89
91
|
permission: _descriptor.FieldDescriptor
|
|
90
92
|
TEAM_PERMISSION_FIELD_NUMBER: _ClassVar[int]
|
|
91
93
|
team_permission: _descriptor.FieldDescriptor
|
|
94
|
+
ADDITIONAL_PERMISSIONS_LIST_FIELD_NUMBER: _ClassVar[int]
|
|
95
|
+
additional_permissions_list: _descriptor.FieldDescriptor
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# source: chalk/common/v1/log.proto
|
|
4
|
+
# Protobuf Python Version: 4.25.3
|
|
5
|
+
"""Generated protocol buffer code."""
|
|
6
|
+
|
|
7
|
+
from google.protobuf import descriptor as _descriptor
|
|
8
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
9
|
+
from google.protobuf import symbol_database as _symbol_database
|
|
10
|
+
from google.protobuf.internal import builder as _builder
|
|
11
|
+
# @@protoc_insertion_point(imports)
|
|
12
|
+
|
|
13
|
+
_sym_db = _symbol_database.Default()
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(
|
|
20
|
+
b'\n\x19\x63halk/common/v1/log.proto\x12\x0f\x63halk.common.v1\x1a\x1fgoogle/protobuf/timestamp.proto"\x96\x02\n\x08LogEntry\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x1f\n\x08severity\x18\x02 \x01(\tH\x00R\x08severity\x88\x01\x01\x12\x38\n\ttimestamp\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\ttimestamp\x12\x18\n\x07message\x18\x04 \x01(\tR\x07message\x12=\n\x06labels\x18\x0b \x03(\x0b\x32%.chalk.common.v1.LogEntry.LabelsEntryR\x06labels\x1a\x39\n\x0bLabelsEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n\x05value\x18\x02 \x01(\tR\x05value:\x02\x38\x01\x42\x0b\n\t_severityB}\n\x13\x63om.chalk.common.v1B\x08LogProtoP\x01\xa2\x02\x03\x43\x43X\xaa\x02\x0f\x43halk.Common.V1\xca\x02\x0f\x43halk\\Common\\V1\xe2\x02\x1b\x43halk\\Common\\V1\\GPBMetadata\xea\x02\x11\x43halk::Common::V1b\x06proto3'
|
|
21
|
+
)
|
|
22
|
+
|
|
23
|
+
_globals = globals()
|
|
24
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
25
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, "chalk.common.v1.log_pb2", _globals)
|
|
26
|
+
if _descriptor._USE_C_DESCRIPTORS == False:
|
|
27
|
+
_globals["DESCRIPTOR"]._options = None
|
|
28
|
+
_globals[
|
|
29
|
+
"DESCRIPTOR"
|
|
30
|
+
]._serialized_options = b"\n\023com.chalk.common.v1B\010LogProtoP\001\242\002\003CCX\252\002\017Chalk.Common.V1\312\002\017Chalk\\Common\\V1\342\002\033Chalk\\Common\\V1\\GPBMetadata\352\002\021Chalk::Common::V1"
|
|
31
|
+
_globals["_LOGENTRY_LABELSENTRY"]._options = None
|
|
32
|
+
_globals["_LOGENTRY_LABELSENTRY"]._serialized_options = b"8\001"
|
|
33
|
+
_globals["_LOGENTRY"]._serialized_start = 80
|
|
34
|
+
_globals["_LOGENTRY"]._serialized_end = 358
|
|
35
|
+
_globals["_LOGENTRY_LABELSENTRY"]._serialized_start = 288
|
|
36
|
+
_globals["_LOGENTRY_LABELSENTRY"]._serialized_end = 345
|
|
37
|
+
# @@protoc_insertion_point(module_scope)
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
from google.protobuf import timestamp_pb2 as _timestamp_pb2
|
|
2
|
+
from google.protobuf.internal import containers as _containers
|
|
3
|
+
from google.protobuf import descriptor as _descriptor
|
|
4
|
+
from google.protobuf import message as _message
|
|
5
|
+
from typing import ClassVar as _ClassVar, Mapping as _Mapping, Optional as _Optional, Union as _Union
|
|
6
|
+
|
|
7
|
+
DESCRIPTOR: _descriptor.FileDescriptor
|
|
8
|
+
|
|
9
|
+
class LogEntry(_message.Message):
|
|
10
|
+
__slots__ = ("id", "severity", "timestamp", "message", "labels")
|
|
11
|
+
class LabelsEntry(_message.Message):
|
|
12
|
+
__slots__ = ("key", "value")
|
|
13
|
+
KEY_FIELD_NUMBER: _ClassVar[int]
|
|
14
|
+
VALUE_FIELD_NUMBER: _ClassVar[int]
|
|
15
|
+
key: str
|
|
16
|
+
value: str
|
|
17
|
+
def __init__(self, key: _Optional[str] = ..., value: _Optional[str] = ...) -> None: ...
|
|
18
|
+
|
|
19
|
+
ID_FIELD_NUMBER: _ClassVar[int]
|
|
20
|
+
SEVERITY_FIELD_NUMBER: _ClassVar[int]
|
|
21
|
+
TIMESTAMP_FIELD_NUMBER: _ClassVar[int]
|
|
22
|
+
MESSAGE_FIELD_NUMBER: _ClassVar[int]
|
|
23
|
+
LABELS_FIELD_NUMBER: _ClassVar[int]
|
|
24
|
+
id: str
|
|
25
|
+
severity: str
|
|
26
|
+
timestamp: _timestamp_pb2.Timestamp
|
|
27
|
+
message: str
|
|
28
|
+
labels: _containers.ScalarMap[str, str]
|
|
29
|
+
def __init__(
|
|
30
|
+
self,
|
|
31
|
+
id: _Optional[str] = ...,
|
|
32
|
+
severity: _Optional[str] = ...,
|
|
33
|
+
timestamp: _Optional[_Union[_timestamp_pb2.Timestamp, _Mapping]] = ...,
|
|
34
|
+
message: _Optional[str] = ...,
|
|
35
|
+
labels: _Optional[_Mapping[str, str]] = ...,
|
|
36
|
+
) -> None: ...
|
|
@@ -19,7 +19,7 @@ from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__
|
|
|
19
19
|
|
|
20
20
|
|
|
21
21
|
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(
|
|
22
|
-
b'\n chalk/container/v1/service.proto\x12\x12\x63halk.container.v1\x1a\x1f\x63halk/auth/v1/permissions.proto\x1a\x1egoogle/protobuf/duration.proto\x1a\x1fgoogle/protobuf/timestamp.proto"v\n\x0eResourceLimits\x12\x15\n\x03\x63pu\x18\x01 \x01(\tH\x00R\x03\x63pu\x88\x01\x01\x12\x1b\n\x06memory\x18\x02 \x01(\tH\x01R\x06memory\x88\x01\x01\x12\x15\n\x03gpu\x18\x03 \x01(\tH\x02R\x03gpu\x88\x01\x01\x42\x06\n\x04_cpuB\t\n\x07_memoryB\x06\n\x04_gpu"\x87\x01\n\x0bVolumeMount\x12\x12\n\x04name\x18\x01 \x01(\tR\x04name\x12\x1d\n\nmount_path\x18\x02 \x01(\tR\tmountPath\x12\x12\n\x04type\x18\x03 \x01(\tR\x04type\x12"\n\nsize_limit\x18\x04 \x01(\tH\x00R\tsizeLimit\x88\x01\x01\x42\r\n\x0b_size_limit"\xa3\x02\n\tSecretRef\x12+\n\x10integration_name\x18\x01 \x01(\tH\x00R\x0fintegrationName\x12!\n\x0bsecret_name\x18\x02 \x01(\tH\x00R\nsecretName\x12\x12\n\x04keys\x18\x03 \x03(\tR\x04keys\x12\x44\n\x07\x61liases\x18\x04 \x03(\x0b\x32*.chalk.container.v1.SecretRef.AliasesEntryR\x07\x61liases\x12\x1b\n\x06prefix\x18\x05 \x01(\tH\x01R\x06prefix\x88\x01\x01\x1a:\n\x0c\x41liasesEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n\x05value\x18\x02 \x01(\tR\x05value:\x02\x38\x01\x42\x08\n\x06sourceB\t\n\x07_prefix"\xc1\x08\n\x12\x43halkContainerSpec\x12\x12\n\x04name\x18\x01 \x01(\tR\x04name\x12\x14\n\x05image\x18\x02 \x01(\tR\x05image\x12\x1e\n\nentrypoint\x18\x03 \x03(\tR\nentrypoint\x12\x44\n\x04tags\x18\x04 \x03(\x0b\x32\x30.chalk.container.v1.ChalkContainerSpec.TagsEntryR\x04tags\x12\x17\n\x04port\x18\x05 \x01(\x05H\x00R\x04port\x88\x01\x01\x12:\n\x08lifetime\x18\x06 \x01(\x0b\x32\x19.google.protobuf.DurationH\x01R\x08lifetime\x88\x01\x01\x12\x45\n\tresources\x18\x07 \x01(\x0b\x32".chalk.container.v1.ResourceLimitsH\x02R\tresources\x88\x01\x01\x12"\n\nenable_ssh\x18\x08 \x01(\x08H\x03R\tenableSsh\x88\x01\x01\x12N\n\x08\x65nv_vars\x18\t \x03(\x0b\x32\x33.chalk.container.v1.ChalkContainerSpec.EnvVarsEntryR\x07\x65nvVars\x12\x39\n\x07volumes\x18\n \x03(\x0b\x32\x1f.chalk.container.v1.VolumeMountR\x07volumes\x12\x1f\n\x08protocol\x18\x0b \x01(\tH\x04R\x08protocol\x88\x01\x01\x12\x1d\n\x07routing\x18\x0c \x01(\tH\x05R\x07routing\x88\x01\x01\x12+\n\x0e\x61uthentication\x18\r \x01(\tH\x06R\x0e\x61uthentication\x88\x01\x01\x12>\n\x0bsecret_refs\x18\x0e \x03(\x0b\x32\x1d.chalk.container.v1.SecretRefR\nsecretRefs\x12Y\n\x0fsecurity_policy\x18\x0f \x01(\x0b\x32+.chalk.container.v1.ContainerSecurityPolicyH\x07R\x0esecurityPolicy\x88\x01\x01\x12M\n\x0enetwork_policy\x18\x10 \x01(\x0b\x32!.chalk.container.v1.NetworkPolicyH\x08R\rnetworkPolicy\x88\x01\x01\x1a\x37\n\tTagsEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n\x05value\x18\x02 \x01(\tR\x05value:\x02\x38\x01\x1a:\n\x0c\x45nvVarsEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n\x05value\x18\x02 \x01(\tR\x05value:\x02\x38\x01\x42\x07\n\x05_portB\x0b\n\t_lifetimeB\x0c\n\n_resourcesB\r\n\x0b_enable_sshB\x0b\n\t_protocolB\n\n\x08_routingB\x11\n\x0f_authenticationB\x12\n\x10_security_policyB\x11\n\x0f_network_policy"w\n\x17\x43ontainerSecurityPolicy\x12J\n\rkernel_policy\x18\x01 \x01(\x0e\x32 .chalk.container.v1.KernelPolicyH\x00R\x0ckernelPolicy\x88\x01\x01\x42\x10\n\x0e_kernel_policy"X\n\rNetworkPolicy\x12G\n\x0e\x61llowed_routes\x18\x01 \x03(\x0b\x32 .chalk.container.v1.AllowedRouteR\rallowedRoutes"d\n\x0c\x41llowedRoute\x12\x14\n\x05route\x18\x01 \x01(\tR\x05route\x12>\n\x0bport_ranges\x18\x02 \x03(\x0b\x32\x1d.chalk.container.v1.PortRangeR\nportRanges"E\n\tPortRange\x12\x1d\n\nstart_port\x18\x01 \x01(\x05R\tstartPort\x12\x19\n\x08\x65nd_port\x18\x02 \x01(\x05R\x07\x65ndPort"N\n\x10\x43ontainerRequest\x12:\n\x04spec\x18\x01 \x01(\x0b\x32&.chalk.container.v1.ChalkContainerSpecR\x04spec"\x82\x01\n\x0bHealthCheck\x12\x18\n\x07healthy\x18\x01 \x01(\x08R\x07healthy\x12$\n\x0bstatus_code\x18\x02 \x01(\x05H\x00R\nstatusCode\x88\x01\x01\x12\x19\n\x05\x65rror\x18\x03 \x01(\tH\x01R\x05\x65rror\x88\x01\x01\x42\x0e\n\x0c_status_codeB\x08\n\x06_error"\xc7\x05\n\x11\x43ontainerResponse\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x12\n\x04name\x18\x02 \x01(\tR\x04name\x12\x16\n\x06status\x18\x03 \x01(\tR\x06status\x12*\n\x0estatus_message\x18\x04 \x01(\tH\x00R\rstatusMessage\x88\x01\x01\x12:\n\x04spec\x18\x05 \x01(\x0b\x32&.chalk.container.v1.ChalkContainerSpecR\x04spec\x12\x39\n\ncreated_at\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tcreatedAt\x12>\n\nstopped_at\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x01R\tstoppedAt\x88\x01\x01\x12\x19\n\x08pod_name\x18\x08 \x01(\tR\x07podName\x12\x1c\n\x07web_url\x18\t \x01(\tH\x02R\x06webUrl\x88\x01\x01\x12+\n\x0fssh_private_key\x18\n \x01(\tH\x03R\rsshPrivateKey\x88\x01\x01\x12&\n\x0cssh_username\x18\x0b \x01(\tH\x04R\x0bsshUsername\x88\x01\x01\x12\x1e\n\x08ssh_host\x18\x0c \x01(\tH\x05R\x07sshHost\x88\x01\x01\x12\x1e\n\x08ssh_port\x18\r \x01(\x05H\x06R\x07sshPort\x88\x01\x01\x12G\n\x0chealth_check\x18\x0e \x01(\x0b\x32\x1f.chalk.container.v1.HealthCheckH\x07R\x0bhealthCheck\x88\x01\x01\x42\x11\n\x0f_status_messageB\r\n\x0b_stopped_atB\n\n\x08_web_urlB\x12\n\x10_ssh_private_keyB\x0f\n\r_ssh_usernameB\x0b\n\t_ssh_hostB\x0b\n\t_ssh_portB\x0f\n\r_health_check"Y\n\x13RunContainerRequest\x12\x42\n\tcontainer\x18\x01 \x01(\x0b\x32$.chalk.container.v1.ContainerRequestR\tcontainer"[\n\x14RunContainerResponse\x12\x43\n\tcontainer\x18\x01 \x01(\x0b\x32%.chalk.container.v1.ContainerResponseR\tcontainer"\xa4\x01\n\x14StopContainerRequest\x12\x13\n\x02id\x18\x01 \x01(\tH\x00R\x02id\x88\x01\x01\x12\x17\n\x04name\x18\x02 \x01(\tH\x01R\x04name\x88\x01\x01\x12\x35\n\x14grace_period_seconds\x18\x03 \x01(\x05H\x02R\x12gracePeriodSeconds\x88\x01\x01\x42\x05\n\x03_idB\x07\n\x05_nameB\x17\n\x15_grace_period_seconds"\\\n\x15StopContainerResponse\x12\x43\n\tcontainer\x18\x01 \x01(\x0b\x32%.chalk.container.v1.ContainerResponseR\tcontainer"S\n\x13GetContainerRequest\x12\x13\n\x02id\x18\x01 \x01(\tH\x00R\x02id\x88\x01\x01\x12\x17\n\x04name\x18\x02 \x01(\tH\x01R\x04name\x88\x01\x01\x42\x05\n\x03_idB\x07\n\x05_name"[\n\x14GetContainerResponse\x12\x43\n\tcontainer\x18\x01 \x01(\x0b\x32%.chalk.container.v1.ContainerResponseR\tcontainer"\x17\n\x15ListContainersRequest"_\n\x16ListContainersResponse\x12\x45\n\ncontainers\x18\x01 \x03(\x0b\x32%.chalk.container.v1.ContainerResponseR\ncontainers"\xd7\x01\n\x12\x45xecCommandRequest\x12\x13\n\x02id\x18\x01 \x01(\tH\x00R\x02id\x88\x01\x01\x12\x17\n\x04name\x18\x02 \x01(\tH\x01R\x04name\x88\x01\x01\x12\x18\n\x07\x63ommand\x18\x03 \x03(\tR\x07\x63ommand\x12\x38\n\x07timeout\x18\x04 \x01(\x0b\x32\x19.google.protobuf.DurationH\x02R\x07timeout\x88\x01\x01\x12\x19\n\x05stdin\x18\x05 \x01(\x0cH\x03R\x05stdin\x88\x01\x01\x42\x05\n\x03_idB\x07\n\x05_nameB\n\n\x08_timeoutB\x08\n\x06_stdin"b\n\x13\x45xecCommandResponse\x12\x16\n\x06stdout\x18\x01 \x01(\x0cR\x06stdout\x12\x16\n\x06stderr\x18\x02 \x01(\x0cR\x06stderr\x12\x1b\n\texit_code\x18\x03 \x01(\x05R\x08\x65xitCode"\x98\x01\n\x1cUpdateContainerStatusRequest\x12!\n\x0c\x63ontainer_id\x18\x01 \x01(\tR\x0b\x63ontainerId\x12\x16\n\x06status\x18\x02 \x01(\tR\x06status\x12*\n\x0estatus_message\x18\x03 \x01(\tH\x00R\rstatusMessage\x88\x01\x01\x42\x11\n\x0f_status_message"d\n\x1dUpdateContainerStatusResponse\x12\x43\n\tcontainer\x18\x01 \x01(\x0b\x32%.chalk.container.v1.ContainerResponseR\tcontainer"o\n!BatchUpdateContainerStatusRequest\x12J\n\x07updates\x18\x01 \x03(\x0b\x32\x30.chalk.container.v1.UpdateContainerStatusRequestR\x07updates"$\n"BatchUpdateContainerStatusResponse"Z\n\x0eGKEPodSnapshot\x12%\n\x0estorage_bucket\x18\x01 \x01(\tR\rstorageBucket\x12!\n\x0cstorage_path\x18\x02 \x01(\tR\x0bstoragePath"o\n\x15\x43ontainerSnapshotSpec\x12N\n\x10gke_pod_snapshot\x18\x01 \x01(\x0b\x32".chalk.container.v1.GKEPodSnapshotH\x00R\x0egkePodSnapshotB\x06\n\x04spec"\x8c\x04\n\x11\x43ontainerSnapshot\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12.\n\x13source_container_id\x18\x02 \x01(\tR\x11sourceContainerId\x12M\n\x0e\x63ontainer_spec\x18\x03 \x01(\x0b\x32&.chalk.container.v1.ChalkContainerSpecR\rcontainerSpec\x12N\n\rsnapshot_spec\x18\x04 \x01(\x0b\x32).chalk.container.v1.ContainerSnapshotSpecR\x0csnapshotSpec\x12\x16\n\x06status\x18\x05 \x01(\tR\x06status\x12*\n\x0estatus_message\x18\x06 \x01(\tH\x00R\rstatusMessage\x88\x01\x01\x12\x39\n\ncreated_at\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tcreatedAt\x12\x42\n\x0c\x63ompleted_at\x18\x08 \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x01R\x0b\x63ompletedAt\x88\x01\x01\x12"\n\ncreated_by\x18\t \x01(\tH\x02R\tcreatedBy\x88\x01\x01\x42\x11\n\x0f_status_messageB\x0f\n\r_completed_atB\r\n\x0b_created_by"X\n\x18SnapshotContainerRequest\x12\x13\n\x02id\x18\x01 \x01(\tH\x00R\x02id\x88\x01\x01\x12\x17\n\x04name\x18\x02 \x01(\tH\x01R\x04name\x88\x01\x01\x42\x05\n\x03_idB\x07\n\x05_name"^\n\x19SnapshotContainerResponse\x12\x41\n\x08snapshot\x18\x01 \x01(\x0b\x32%.chalk.container.v1.ContainerSnapshotR\x08snapshot"-\n\x1bGetContainerSnapshotRequest\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id"a\n\x1cGetContainerSnapshotResponse\x12\x41\n\x08snapshot\x18\x01 \x01(\x0b\x32%.chalk.container.v1.ContainerSnapshotR\x08snapshot"l\n\x1dListContainerSnapshotsRequest\x12\x33\n\x13source_container_id\x18\x01 \x01(\tH\x00R\x11sourceContainerId\x88\x01\x01\x42\x16\n\x14_source_container_id"e\n\x1eListContainerSnapshotsResponse\x12\x43\n\tsnapshots\x18\x01 \x03(\x0b\x32%.chalk.container.v1.ContainerSnapshotR\tsnapshots"z\n\x11\x43ontainerTTYInput\x12\x12\n\x04\x64\x61ta\x18\x01 \x01(\x0cR\x04\x64\x61ta\x12\x46\n\x06resize\x18\x02 \x01(\x0b\x32).chalk.container.v1.ContainerTerminalSizeH\x00R\x06resize\x88\x01\x01\x42\t\n\x07_resize"?\n\x15\x43ontainerTerminalSize\x12\x12\n\x04rows\x18\x01 \x01(\rR\x04rows\x12\x12\n\x04\x63ols\x18\x02 \x01(\rR\x04\x63ols"\xc1\x01\n\x1e\x43reateContainerDebugTTYRequest\x12U\n\x0cinit_request\x18\x01 \x01(\x0b\x32\x30.chalk.container.v1.ContainerDebugTTYInitRequestH\x00R\x0binitRequest\x12=\n\x05input\x18\x02 \x01(\x0b\x32%.chalk.container.v1.ContainerTTYInputH\x00R\x05inputB\t\n\x07message"v\n\x1c\x43ontainerDebugTTYInitRequest\x12\x13\n\x02id\x18\x01 \x01(\tH\x00R\x02id\x88\x01\x01\x12\x17\n\x04name\x18\x02 \x01(\tH\x01R\x04name\x88\x01\x01\x12\x18\n\x07\x63ommand\x18\x03 \x03(\tR\x07\x63ommandB\x05\n\x03_idB\x07\n\x05_name"r\n\x1f\x43reateContainerDebugTTYResponse\x12\x12\n\x04\x64\x61ta\x18\x01 \x01(\x0cR\x04\x64\x61ta\x12\x19\n\x05\x65rror\x18\x02 \x01(\tH\x00R\x05\x65rror\x88\x01\x01\x12\x16\n\x06\x63losed\x18\x03 \x01(\x08R\x06\x63losedB\x08\n\x06_error*c\n\x0cKernelPolicy\x12\x1d\n\x19KERNEL_POLICY_UNSPECIFIED\x10\x00\x12\x1c\n\x18KERNEL_POLICY_RESTRICTED\x10\x01\x12\x16\n\x12KERNEL_POLICY_OPEN\x10\x02\x32\xc6\n\n\x10\x43ontainerService\x12\x66\n\x0cRunContainer\x12\'.chalk.container.v1.RunContainerRequest\x1a(.chalk.container.v1.RunContainerResponse"\x03\x80}\x0c\x12i\n\rStopContainer\x12(.chalk.container.v1.StopContainerRequest\x1a).chalk.container.v1.StopContainerResponse"\x03\x80}\x0e\x12\x66\n\x0cGetContainer\x12\'.chalk.container.v1.GetContainerRequest\x1a(.chalk.container.v1.GetContainerResponse"\x03\x80}\x0b\x12l\n\x0eListContainers\x12).chalk.container.v1.ListContainersRequest\x1a*.chalk.container.v1.ListContainersResponse"\x03\x80}\x0b\x12\x63\n\x0b\x45xecCommand\x12&.chalk.container.v1.ExecCommandRequest\x1a\'.chalk.container.v1.ExecCommandResponse"\x03\x80}\x0e\x12\x84\x01\n\x15UpdateContainerStatus\x12\x30.chalk.container.v1.UpdateContainerStatusRequest\x1a\x31.chalk.container.v1.UpdateContainerStatusResponse"\x06\x88\x02\x01\x80}\x0e\x12\x90\x01\n\x1a\x42\x61tchUpdateContainerStatus\x12\x35.chalk.container.v1.BatchUpdateContainerStatusRequest\x1a\x36.chalk.container.v1.BatchUpdateContainerStatusResponse"\x03\x80}!\x12u\n\x11SnapshotContainer\x12,.chalk.container.v1.SnapshotContainerRequest\x1a-.chalk.container.v1.SnapshotContainerResponse"\x03\x80}\x0c\x12~\n\x14GetContainerSnapshot\x12/.chalk.container.v1.GetContainerSnapshotRequest\x1a\x30.chalk.container.v1.GetContainerSnapshotResponse"\x03\x80}\x0b\x12\x84\x01\n\x16ListContainerSnapshots\x12\x31.chalk.container.v1.ListContainerSnapshotsRequest\x1a\x32.chalk.container.v1.ListContainerSnapshotsResponse"\x03\x80}\x0b\x12\x8b\x01\n\x17\x43reateContainerDebugTTY\x12\x32.chalk.container.v1.CreateContainerDebugTTYRequest\x1a\x33.chalk.container.v1.CreateContainerDebugTTYResponse"\x03\x80}\x0e(\x01\x30\x01\x42\xaa\x01\n\x16\x63om.chalk.container.v1B\x0cServiceProtoP\x01Z\x18\x63ontainer/v1;containerv1\xa2\x02\x03\x43\x43X\xaa\x02\x12\x43halk.Container.V1\xca\x02\x12\x43halk\\Container\\V1\xe2\x02\x1e\x43halk\\Container\\V1\\GPBMetadata\xea\x02\x14\x43halk::Container::V1b\x06proto3'
|
|
22
|
+
b'\n chalk/container/v1/service.proto\x12\x12\x63halk.container.v1\x1a\x1f\x63halk/auth/v1/permissions.proto\x1a\x1egoogle/protobuf/duration.proto\x1a\x1fgoogle/protobuf/timestamp.proto"v\n\x0eResourceLimits\x12\x15\n\x03\x63pu\x18\x01 \x01(\tH\x00R\x03\x63pu\x88\x01\x01\x12\x1b\n\x06memory\x18\x02 \x01(\tH\x01R\x06memory\x88\x01\x01\x12\x15\n\x03gpu\x18\x03 \x01(\tH\x02R\x03gpu\x88\x01\x01\x42\x06\n\x04_cpuB\t\n\x07_memoryB\x06\n\x04_gpu"\x87\x01\n\x0bVolumeMount\x12\x12\n\x04name\x18\x01 \x01(\tR\x04name\x12\x1d\n\nmount_path\x18\x02 \x01(\tR\tmountPath\x12\x12\n\x04type\x18\x03 \x01(\tR\x04type\x12"\n\nsize_limit\x18\x04 \x01(\tH\x00R\tsizeLimit\x88\x01\x01\x42\r\n\x0b_size_limit"\xa3\x02\n\tSecretRef\x12+\n\x10integration_name\x18\x01 \x01(\tH\x00R\x0fintegrationName\x12!\n\x0bsecret_name\x18\x02 \x01(\tH\x00R\nsecretName\x12\x12\n\x04keys\x18\x03 \x03(\tR\x04keys\x12\x44\n\x07\x61liases\x18\x04 \x03(\x0b\x32*.chalk.container.v1.SecretRef.AliasesEntryR\x07\x61liases\x12\x1b\n\x06prefix\x18\x05 \x01(\tH\x01R\x06prefix\x88\x01\x01\x1a:\n\x0c\x41liasesEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n\x05value\x18\x02 \x01(\tR\x05value:\x02\x38\x01\x42\x08\n\x06sourceB\t\n\x07_prefix"\xc1\x08\n\x12\x43halkContainerSpec\x12\x12\n\x04name\x18\x01 \x01(\tR\x04name\x12\x14\n\x05image\x18\x02 \x01(\tR\x05image\x12\x1e\n\nentrypoint\x18\x03 \x03(\tR\nentrypoint\x12\x44\n\x04tags\x18\x04 \x03(\x0b\x32\x30.chalk.container.v1.ChalkContainerSpec.TagsEntryR\x04tags\x12\x17\n\x04port\x18\x05 \x01(\x05H\x00R\x04port\x88\x01\x01\x12:\n\x08lifetime\x18\x06 \x01(\x0b\x32\x19.google.protobuf.DurationH\x01R\x08lifetime\x88\x01\x01\x12\x45\n\tresources\x18\x07 \x01(\x0b\x32".chalk.container.v1.ResourceLimitsH\x02R\tresources\x88\x01\x01\x12"\n\nenable_ssh\x18\x08 \x01(\x08H\x03R\tenableSsh\x88\x01\x01\x12N\n\x08\x65nv_vars\x18\t \x03(\x0b\x32\x33.chalk.container.v1.ChalkContainerSpec.EnvVarsEntryR\x07\x65nvVars\x12\x39\n\x07volumes\x18\n \x03(\x0b\x32\x1f.chalk.container.v1.VolumeMountR\x07volumes\x12\x1f\n\x08protocol\x18\x0b \x01(\tH\x04R\x08protocol\x88\x01\x01\x12\x1d\n\x07routing\x18\x0c \x01(\tH\x05R\x07routing\x88\x01\x01\x12+\n\x0e\x61uthentication\x18\r \x01(\tH\x06R\x0e\x61uthentication\x88\x01\x01\x12>\n\x0bsecret_refs\x18\x0e \x03(\x0b\x32\x1d.chalk.container.v1.SecretRefR\nsecretRefs\x12Y\n\x0fsecurity_policy\x18\x0f \x01(\x0b\x32+.chalk.container.v1.ContainerSecurityPolicyH\x07R\x0esecurityPolicy\x88\x01\x01\x12M\n\x0enetwork_policy\x18\x10 \x01(\x0b\x32!.chalk.container.v1.NetworkPolicyH\x08R\rnetworkPolicy\x88\x01\x01\x1a\x37\n\tTagsEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n\x05value\x18\x02 \x01(\tR\x05value:\x02\x38\x01\x1a:\n\x0c\x45nvVarsEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n\x05value\x18\x02 \x01(\tR\x05value:\x02\x38\x01\x42\x07\n\x05_portB\x0b\n\t_lifetimeB\x0c\n\n_resourcesB\r\n\x0b_enable_sshB\x0b\n\t_protocolB\n\n\x08_routingB\x11\n\x0f_authenticationB\x12\n\x10_security_policyB\x11\n\x0f_network_policy"w\n\x17\x43ontainerSecurityPolicy\x12J\n\rkernel_policy\x18\x01 \x01(\x0e\x32 .chalk.container.v1.KernelPolicyH\x00R\x0ckernelPolicy\x88\x01\x01\x42\x10\n\x0e_kernel_policy"X\n\rNetworkPolicy\x12G\n\x0e\x61llowed_routes\x18\x01 \x03(\x0b\x32 .chalk.container.v1.AllowedRouteR\rallowedRoutes"d\n\x0c\x41llowedRoute\x12\x14\n\x05route\x18\x01 \x01(\tR\x05route\x12>\n\x0bport_ranges\x18\x02 \x03(\x0b\x32\x1d.chalk.container.v1.PortRangeR\nportRanges"E\n\tPortRange\x12\x1d\n\nstart_port\x18\x01 \x01(\x05R\tstartPort\x12\x19\n\x08\x65nd_port\x18\x02 \x01(\x05R\x07\x65ndPort"N\n\x10\x43ontainerRequest\x12:\n\x04spec\x18\x01 \x01(\x0b\x32&.chalk.container.v1.ChalkContainerSpecR\x04spec"\x82\x01\n\x0bHealthCheck\x12\x18\n\x07healthy\x18\x01 \x01(\x08R\x07healthy\x12$\n\x0bstatus_code\x18\x02 \x01(\x05H\x00R\nstatusCode\x88\x01\x01\x12\x19\n\x05\x65rror\x18\x03 \x01(\tH\x01R\x05\x65rror\x88\x01\x01\x42\x0e\n\x0c_status_codeB\x08\n\x06_error"\xc7\x05\n\x11\x43ontainerResponse\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x12\n\x04name\x18\x02 \x01(\tR\x04name\x12\x16\n\x06status\x18\x03 \x01(\tR\x06status\x12*\n\x0estatus_message\x18\x04 \x01(\tH\x00R\rstatusMessage\x88\x01\x01\x12:\n\x04spec\x18\x05 \x01(\x0b\x32&.chalk.container.v1.ChalkContainerSpecR\x04spec\x12\x39\n\ncreated_at\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tcreatedAt\x12>\n\nstopped_at\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x01R\tstoppedAt\x88\x01\x01\x12\x19\n\x08pod_name\x18\x08 \x01(\tR\x07podName\x12\x1c\n\x07web_url\x18\t \x01(\tH\x02R\x06webUrl\x88\x01\x01\x12+\n\x0fssh_private_key\x18\n \x01(\tH\x03R\rsshPrivateKey\x88\x01\x01\x12&\n\x0cssh_username\x18\x0b \x01(\tH\x04R\x0bsshUsername\x88\x01\x01\x12\x1e\n\x08ssh_host\x18\x0c \x01(\tH\x05R\x07sshHost\x88\x01\x01\x12\x1e\n\x08ssh_port\x18\r \x01(\x05H\x06R\x07sshPort\x88\x01\x01\x12G\n\x0chealth_check\x18\x0e \x01(\x0b\x32\x1f.chalk.container.v1.HealthCheckH\x07R\x0bhealthCheck\x88\x01\x01\x42\x11\n\x0f_status_messageB\r\n\x0b_stopped_atB\n\n\x08_web_urlB\x12\n\x10_ssh_private_keyB\x0f\n\r_ssh_usernameB\x0b\n\t_ssh_hostB\x0b\n\t_ssh_portB\x0f\n\r_health_check"Y\n\x13RunContainerRequest\x12\x42\n\tcontainer\x18\x01 \x01(\x0b\x32$.chalk.container.v1.ContainerRequestR\tcontainer"[\n\x14RunContainerResponse\x12\x43\n\tcontainer\x18\x01 \x01(\x0b\x32%.chalk.container.v1.ContainerResponseR\tcontainer"\xa4\x01\n\x14StopContainerRequest\x12\x13\n\x02id\x18\x01 \x01(\tH\x00R\x02id\x88\x01\x01\x12\x17\n\x04name\x18\x02 \x01(\tH\x01R\x04name\x88\x01\x01\x12\x35\n\x14grace_period_seconds\x18\x03 \x01(\x05H\x02R\x12gracePeriodSeconds\x88\x01\x01\x42\x05\n\x03_idB\x07\n\x05_nameB\x17\n\x15_grace_period_seconds"\\\n\x15StopContainerResponse\x12\x43\n\tcontainer\x18\x01 \x01(\x0b\x32%.chalk.container.v1.ContainerResponseR\tcontainer"S\n\x13GetContainerRequest\x12\x13\n\x02id\x18\x01 \x01(\tH\x00R\x02id\x88\x01\x01\x12\x17\n\x04name\x18\x02 \x01(\tH\x01R\x04name\x88\x01\x01\x42\x05\n\x03_idB\x07\n\x05_name"[\n\x14GetContainerResponse\x12\x43\n\tcontainer\x18\x01 \x01(\x0b\x32%.chalk.container.v1.ContainerResponseR\tcontainer"d\n\x15ListContainersRequest\x12\x1b\n\x06\x63ursor\x18\x01 \x01(\tH\x00R\x06\x63ursor\x88\x01\x01\x12\x19\n\x05limit\x18\x02 \x01(\x05H\x01R\x05limit\x88\x01\x01\x42\t\n\x07_cursorB\x08\n\x06_limit"\x95\x01\n\x16ListContainersResponse\x12\x45\n\ncontainers\x18\x01 \x03(\x0b\x32%.chalk.container.v1.ContainerResponseR\ncontainers\x12$\n\x0bnext_cursor\x18\x02 \x01(\tH\x00R\nnextCursor\x88\x01\x01\x42\x0e\n\x0c_next_cursor"\xd7\x01\n\x12\x45xecCommandRequest\x12\x13\n\x02id\x18\x01 \x01(\tH\x00R\x02id\x88\x01\x01\x12\x17\n\x04name\x18\x02 \x01(\tH\x01R\x04name\x88\x01\x01\x12\x18\n\x07\x63ommand\x18\x03 \x03(\tR\x07\x63ommand\x12\x38\n\x07timeout\x18\x04 \x01(\x0b\x32\x19.google.protobuf.DurationH\x02R\x07timeout\x88\x01\x01\x12\x19\n\x05stdin\x18\x05 \x01(\x0cH\x03R\x05stdin\x88\x01\x01\x42\x05\n\x03_idB\x07\n\x05_nameB\n\n\x08_timeoutB\x08\n\x06_stdin"b\n\x13\x45xecCommandResponse\x12\x16\n\x06stdout\x18\x01 \x01(\x0cR\x06stdout\x12\x16\n\x06stderr\x18\x02 \x01(\x0cR\x06stderr\x12\x1b\n\texit_code\x18\x03 \x01(\x05R\x08\x65xitCode"\x98\x01\n\x1cUpdateContainerStatusRequest\x12!\n\x0c\x63ontainer_id\x18\x01 \x01(\tR\x0b\x63ontainerId\x12\x16\n\x06status\x18\x02 \x01(\tR\x06status\x12*\n\x0estatus_message\x18\x03 \x01(\tH\x00R\rstatusMessage\x88\x01\x01\x42\x11\n\x0f_status_message"d\n\x1dUpdateContainerStatusResponse\x12\x43\n\tcontainer\x18\x01 \x01(\x0b\x32%.chalk.container.v1.ContainerResponseR\tcontainer"o\n!BatchUpdateContainerStatusRequest\x12J\n\x07updates\x18\x01 \x03(\x0b\x32\x30.chalk.container.v1.UpdateContainerStatusRequestR\x07updates"$\n"BatchUpdateContainerStatusResponse"Z\n\x0eGKEPodSnapshot\x12%\n\x0estorage_bucket\x18\x01 \x01(\tR\rstorageBucket\x12!\n\x0cstorage_path\x18\x02 \x01(\tR\x0bstoragePath"o\n\x15\x43ontainerSnapshotSpec\x12N\n\x10gke_pod_snapshot\x18\x01 \x01(\x0b\x32".chalk.container.v1.GKEPodSnapshotH\x00R\x0egkePodSnapshotB\x06\n\x04spec"\x8c\x04\n\x11\x43ontainerSnapshot\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12.\n\x13source_container_id\x18\x02 \x01(\tR\x11sourceContainerId\x12M\n\x0e\x63ontainer_spec\x18\x03 \x01(\x0b\x32&.chalk.container.v1.ChalkContainerSpecR\rcontainerSpec\x12N\n\rsnapshot_spec\x18\x04 \x01(\x0b\x32).chalk.container.v1.ContainerSnapshotSpecR\x0csnapshotSpec\x12\x16\n\x06status\x18\x05 \x01(\tR\x06status\x12*\n\x0estatus_message\x18\x06 \x01(\tH\x00R\rstatusMessage\x88\x01\x01\x12\x39\n\ncreated_at\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tcreatedAt\x12\x42\n\x0c\x63ompleted_at\x18\x08 \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x01R\x0b\x63ompletedAt\x88\x01\x01\x12"\n\ncreated_by\x18\t \x01(\tH\x02R\tcreatedBy\x88\x01\x01\x42\x11\n\x0f_status_messageB\x0f\n\r_completed_atB\r\n\x0b_created_by"X\n\x18SnapshotContainerRequest\x12\x13\n\x02id\x18\x01 \x01(\tH\x00R\x02id\x88\x01\x01\x12\x17\n\x04name\x18\x02 \x01(\tH\x01R\x04name\x88\x01\x01\x42\x05\n\x03_idB\x07\n\x05_name"^\n\x19SnapshotContainerResponse\x12\x41\n\x08snapshot\x18\x01 \x01(\x0b\x32%.chalk.container.v1.ContainerSnapshotR\x08snapshot"-\n\x1bGetContainerSnapshotRequest\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id"a\n\x1cGetContainerSnapshotResponse\x12\x41\n\x08snapshot\x18\x01 \x01(\x0b\x32%.chalk.container.v1.ContainerSnapshotR\x08snapshot"\xb9\x01\n\x1dListContainerSnapshotsRequest\x12\x33\n\x13source_container_id\x18\x01 \x01(\tH\x00R\x11sourceContainerId\x88\x01\x01\x12\x1b\n\x06\x63ursor\x18\x02 \x01(\tH\x01R\x06\x63ursor\x88\x01\x01\x12\x19\n\x05limit\x18\x03 \x01(\x05H\x02R\x05limit\x88\x01\x01\x42\x16\n\x14_source_container_idB\t\n\x07_cursorB\x08\n\x06_limit"\x9b\x01\n\x1eListContainerSnapshotsResponse\x12\x43\n\tsnapshots\x18\x01 \x03(\x0b\x32%.chalk.container.v1.ContainerSnapshotR\tsnapshots\x12$\n\x0bnext_cursor\x18\x02 \x01(\tH\x00R\nnextCursor\x88\x01\x01\x42\x0e\n\x0c_next_cursor"z\n\x11\x43ontainerTTYInput\x12\x12\n\x04\x64\x61ta\x18\x01 \x01(\x0cR\x04\x64\x61ta\x12\x46\n\x06resize\x18\x02 \x01(\x0b\x32).chalk.container.v1.ContainerTerminalSizeH\x00R\x06resize\x88\x01\x01\x42\t\n\x07_resize"?\n\x15\x43ontainerTerminalSize\x12\x12\n\x04rows\x18\x01 \x01(\rR\x04rows\x12\x12\n\x04\x63ols\x18\x02 \x01(\rR\x04\x63ols"\xc1\x01\n\x1e\x43reateContainerDebugTTYRequest\x12U\n\x0cinit_request\x18\x01 \x01(\x0b\x32\x30.chalk.container.v1.ContainerDebugTTYInitRequestH\x00R\x0binitRequest\x12=\n\x05input\x18\x02 \x01(\x0b\x32%.chalk.container.v1.ContainerTTYInputH\x00R\x05inputB\t\n\x07message"v\n\x1c\x43ontainerDebugTTYInitRequest\x12\x13\n\x02id\x18\x01 \x01(\tH\x00R\x02id\x88\x01\x01\x12\x17\n\x04name\x18\x02 \x01(\tH\x01R\x04name\x88\x01\x01\x12\x18\n\x07\x63ommand\x18\x03 \x03(\tR\x07\x63ommandB\x05\n\x03_idB\x07\n\x05_name"r\n\x1f\x43reateContainerDebugTTYResponse\x12\x12\n\x04\x64\x61ta\x18\x01 \x01(\x0cR\x04\x64\x61ta\x12\x19\n\x05\x65rror\x18\x02 \x01(\tH\x00R\x05\x65rror\x88\x01\x01\x12\x16\n\x06\x63losed\x18\x03 \x01(\x08R\x06\x63losedB\x08\n\x06_error*c\n\x0cKernelPolicy\x12\x1d\n\x19KERNEL_POLICY_UNSPECIFIED\x10\x00\x12\x1c\n\x18KERNEL_POLICY_RESTRICTED\x10\x01\x12\x16\n\x12KERNEL_POLICY_OPEN\x10\x02\x32\xc6\n\n\x10\x43ontainerService\x12\x66\n\x0cRunContainer\x12\'.chalk.container.v1.RunContainerRequest\x1a(.chalk.container.v1.RunContainerResponse"\x03\x80}\x0c\x12i\n\rStopContainer\x12(.chalk.container.v1.StopContainerRequest\x1a).chalk.container.v1.StopContainerResponse"\x03\x80}\x0e\x12\x66\n\x0cGetContainer\x12\'.chalk.container.v1.GetContainerRequest\x1a(.chalk.container.v1.GetContainerResponse"\x03\x80}\x0b\x12l\n\x0eListContainers\x12).chalk.container.v1.ListContainersRequest\x1a*.chalk.container.v1.ListContainersResponse"\x03\x80}\x0b\x12\x63\n\x0b\x45xecCommand\x12&.chalk.container.v1.ExecCommandRequest\x1a\'.chalk.container.v1.ExecCommandResponse"\x03\x80}\x0e\x12\x84\x01\n\x15UpdateContainerStatus\x12\x30.chalk.container.v1.UpdateContainerStatusRequest\x1a\x31.chalk.container.v1.UpdateContainerStatusResponse"\x06\x88\x02\x01\x80}\x0e\x12\x90\x01\n\x1a\x42\x61tchUpdateContainerStatus\x12\x35.chalk.container.v1.BatchUpdateContainerStatusRequest\x1a\x36.chalk.container.v1.BatchUpdateContainerStatusResponse"\x03\x80}!\x12u\n\x11SnapshotContainer\x12,.chalk.container.v1.SnapshotContainerRequest\x1a-.chalk.container.v1.SnapshotContainerResponse"\x03\x80}\x0c\x12~\n\x14GetContainerSnapshot\x12/.chalk.container.v1.GetContainerSnapshotRequest\x1a\x30.chalk.container.v1.GetContainerSnapshotResponse"\x03\x80}\x0b\x12\x84\x01\n\x16ListContainerSnapshots\x12\x31.chalk.container.v1.ListContainerSnapshotsRequest\x1a\x32.chalk.container.v1.ListContainerSnapshotsResponse"\x03\x80}\x0b\x12\x8b\x01\n\x17\x43reateContainerDebugTTY\x12\x32.chalk.container.v1.CreateContainerDebugTTYRequest\x1a\x33.chalk.container.v1.CreateContainerDebugTTYResponse"\x03\x80}\x0e(\x01\x30\x01\x42\xaa\x01\n\x16\x63om.chalk.container.v1B\x0cServiceProtoP\x01Z\x18\x63ontainer/v1;containerv1\xa2\x02\x03\x43\x43X\xaa\x02\x12\x43halk.Container.V1\xca\x02\x12\x43halk\\Container\\V1\xe2\x02\x1e\x43halk\\Container\\V1\\GPBMetadata\xea\x02\x14\x43halk::Container::V1b\x06proto3'
|
|
23
23
|
)
|
|
24
24
|
|
|
25
25
|
_globals = globals()
|
|
@@ -60,8 +60,8 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
|
60
60
|
_globals["_CONTAINERSERVICE"].methods_by_name["ListContainerSnapshots"]._serialized_options = b"\200}\013"
|
|
61
61
|
_globals["_CONTAINERSERVICE"].methods_by_name["CreateContainerDebugTTY"]._options = None
|
|
62
62
|
_globals["_CONTAINERSERVICE"].methods_by_name["CreateContainerDebugTTY"]._serialized_options = b"\200}\016"
|
|
63
|
-
_globals["_KERNELPOLICY"]._serialized_start =
|
|
64
|
-
_globals["_KERNELPOLICY"]._serialized_end =
|
|
63
|
+
_globals["_KERNELPOLICY"]._serialized_start = 6743
|
|
64
|
+
_globals["_KERNELPOLICY"]._serialized_end = 6842
|
|
65
65
|
_globals["_RESOURCELIMITS"]._serialized_start = 154
|
|
66
66
|
_globals["_RESOURCELIMITS"]._serialized_end = 272
|
|
67
67
|
_globals["_VOLUMEMOUNT"]._serialized_start = 275
|
|
@@ -103,49 +103,49 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
|
103
103
|
_globals["_GETCONTAINERRESPONSE"]._serialized_start = 3639
|
|
104
104
|
_globals["_GETCONTAINERRESPONSE"]._serialized_end = 3730
|
|
105
105
|
_globals["_LISTCONTAINERSREQUEST"]._serialized_start = 3732
|
|
106
|
-
_globals["_LISTCONTAINERSREQUEST"]._serialized_end =
|
|
107
|
-
_globals["_LISTCONTAINERSRESPONSE"]._serialized_start =
|
|
108
|
-
_globals["_LISTCONTAINERSRESPONSE"]._serialized_end =
|
|
109
|
-
_globals["_EXECCOMMANDREQUEST"]._serialized_start =
|
|
110
|
-
_globals["_EXECCOMMANDREQUEST"]._serialized_end =
|
|
111
|
-
_globals["_EXECCOMMANDRESPONSE"]._serialized_start =
|
|
112
|
-
_globals["_EXECCOMMANDRESPONSE"]._serialized_end =
|
|
113
|
-
_globals["_UPDATECONTAINERSTATUSREQUEST"]._serialized_start =
|
|
114
|
-
_globals["_UPDATECONTAINERSTATUSREQUEST"]._serialized_end =
|
|
115
|
-
_globals["_UPDATECONTAINERSTATUSRESPONSE"]._serialized_start =
|
|
116
|
-
_globals["_UPDATECONTAINERSTATUSRESPONSE"]._serialized_end =
|
|
117
|
-
_globals["_BATCHUPDATECONTAINERSTATUSREQUEST"]._serialized_start =
|
|
118
|
-
_globals["_BATCHUPDATECONTAINERSTATUSREQUEST"]._serialized_end =
|
|
119
|
-
_globals["_BATCHUPDATECONTAINERSTATUSRESPONSE"]._serialized_start =
|
|
120
|
-
_globals["_BATCHUPDATECONTAINERSTATUSRESPONSE"]._serialized_end =
|
|
121
|
-
_globals["_GKEPODSNAPSHOT"]._serialized_start =
|
|
122
|
-
_globals["_GKEPODSNAPSHOT"]._serialized_end =
|
|
123
|
-
_globals["_CONTAINERSNAPSHOTSPEC"]._serialized_start =
|
|
124
|
-
_globals["_CONTAINERSNAPSHOTSPEC"]._serialized_end =
|
|
125
|
-
_globals["_CONTAINERSNAPSHOT"]._serialized_start =
|
|
126
|
-
_globals["_CONTAINERSNAPSHOT"]._serialized_end =
|
|
127
|
-
_globals["_SNAPSHOTCONTAINERREQUEST"]._serialized_start =
|
|
128
|
-
_globals["_SNAPSHOTCONTAINERREQUEST"]._serialized_end =
|
|
129
|
-
_globals["_SNAPSHOTCONTAINERRESPONSE"]._serialized_start =
|
|
130
|
-
_globals["_SNAPSHOTCONTAINERRESPONSE"]._serialized_end =
|
|
131
|
-
_globals["_GETCONTAINERSNAPSHOTREQUEST"]._serialized_start =
|
|
132
|
-
_globals["_GETCONTAINERSNAPSHOTREQUEST"]._serialized_end =
|
|
133
|
-
_globals["_GETCONTAINERSNAPSHOTRESPONSE"]._serialized_start =
|
|
134
|
-
_globals["_GETCONTAINERSNAPSHOTRESPONSE"]._serialized_end =
|
|
135
|
-
_globals["_LISTCONTAINERSNAPSHOTSREQUEST"]._serialized_start =
|
|
136
|
-
_globals["_LISTCONTAINERSNAPSHOTSREQUEST"]._serialized_end =
|
|
137
|
-
_globals["_LISTCONTAINERSNAPSHOTSRESPONSE"]._serialized_start =
|
|
138
|
-
_globals["_LISTCONTAINERSNAPSHOTSRESPONSE"]._serialized_end =
|
|
139
|
-
_globals["_CONTAINERTTYINPUT"]._serialized_start =
|
|
140
|
-
_globals["_CONTAINERTTYINPUT"]._serialized_end =
|
|
141
|
-
_globals["_CONTAINERTERMINALSIZE"]._serialized_start =
|
|
142
|
-
_globals["_CONTAINERTERMINALSIZE"]._serialized_end =
|
|
143
|
-
_globals["_CREATECONTAINERDEBUGTTYREQUEST"]._serialized_start =
|
|
144
|
-
_globals["_CREATECONTAINERDEBUGTTYREQUEST"]._serialized_end =
|
|
145
|
-
_globals["_CONTAINERDEBUGTTYINITREQUEST"]._serialized_start =
|
|
146
|
-
_globals["_CONTAINERDEBUGTTYINITREQUEST"]._serialized_end =
|
|
147
|
-
_globals["_CREATECONTAINERDEBUGTTYRESPONSE"]._serialized_start =
|
|
148
|
-
_globals["_CREATECONTAINERDEBUGTTYRESPONSE"]._serialized_end =
|
|
149
|
-
_globals["_CONTAINERSERVICE"]._serialized_start =
|
|
150
|
-
_globals["_CONTAINERSERVICE"]._serialized_end =
|
|
106
|
+
_globals["_LISTCONTAINERSREQUEST"]._serialized_end = 3832
|
|
107
|
+
_globals["_LISTCONTAINERSRESPONSE"]._serialized_start = 3835
|
|
108
|
+
_globals["_LISTCONTAINERSRESPONSE"]._serialized_end = 3984
|
|
109
|
+
_globals["_EXECCOMMANDREQUEST"]._serialized_start = 3987
|
|
110
|
+
_globals["_EXECCOMMANDREQUEST"]._serialized_end = 4202
|
|
111
|
+
_globals["_EXECCOMMANDRESPONSE"]._serialized_start = 4204
|
|
112
|
+
_globals["_EXECCOMMANDRESPONSE"]._serialized_end = 4302
|
|
113
|
+
_globals["_UPDATECONTAINERSTATUSREQUEST"]._serialized_start = 4305
|
|
114
|
+
_globals["_UPDATECONTAINERSTATUSREQUEST"]._serialized_end = 4457
|
|
115
|
+
_globals["_UPDATECONTAINERSTATUSRESPONSE"]._serialized_start = 4459
|
|
116
|
+
_globals["_UPDATECONTAINERSTATUSRESPONSE"]._serialized_end = 4559
|
|
117
|
+
_globals["_BATCHUPDATECONTAINERSTATUSREQUEST"]._serialized_start = 4561
|
|
118
|
+
_globals["_BATCHUPDATECONTAINERSTATUSREQUEST"]._serialized_end = 4672
|
|
119
|
+
_globals["_BATCHUPDATECONTAINERSTATUSRESPONSE"]._serialized_start = 4674
|
|
120
|
+
_globals["_BATCHUPDATECONTAINERSTATUSRESPONSE"]._serialized_end = 4710
|
|
121
|
+
_globals["_GKEPODSNAPSHOT"]._serialized_start = 4712
|
|
122
|
+
_globals["_GKEPODSNAPSHOT"]._serialized_end = 4802
|
|
123
|
+
_globals["_CONTAINERSNAPSHOTSPEC"]._serialized_start = 4804
|
|
124
|
+
_globals["_CONTAINERSNAPSHOTSPEC"]._serialized_end = 4915
|
|
125
|
+
_globals["_CONTAINERSNAPSHOT"]._serialized_start = 4918
|
|
126
|
+
_globals["_CONTAINERSNAPSHOT"]._serialized_end = 5442
|
|
127
|
+
_globals["_SNAPSHOTCONTAINERREQUEST"]._serialized_start = 5444
|
|
128
|
+
_globals["_SNAPSHOTCONTAINERREQUEST"]._serialized_end = 5532
|
|
129
|
+
_globals["_SNAPSHOTCONTAINERRESPONSE"]._serialized_start = 5534
|
|
130
|
+
_globals["_SNAPSHOTCONTAINERRESPONSE"]._serialized_end = 5628
|
|
131
|
+
_globals["_GETCONTAINERSNAPSHOTREQUEST"]._serialized_start = 5630
|
|
132
|
+
_globals["_GETCONTAINERSNAPSHOTREQUEST"]._serialized_end = 5675
|
|
133
|
+
_globals["_GETCONTAINERSNAPSHOTRESPONSE"]._serialized_start = 5677
|
|
134
|
+
_globals["_GETCONTAINERSNAPSHOTRESPONSE"]._serialized_end = 5774
|
|
135
|
+
_globals["_LISTCONTAINERSNAPSHOTSREQUEST"]._serialized_start = 5777
|
|
136
|
+
_globals["_LISTCONTAINERSNAPSHOTSREQUEST"]._serialized_end = 5962
|
|
137
|
+
_globals["_LISTCONTAINERSNAPSHOTSRESPONSE"]._serialized_start = 5965
|
|
138
|
+
_globals["_LISTCONTAINERSNAPSHOTSRESPONSE"]._serialized_end = 6120
|
|
139
|
+
_globals["_CONTAINERTTYINPUT"]._serialized_start = 6122
|
|
140
|
+
_globals["_CONTAINERTTYINPUT"]._serialized_end = 6244
|
|
141
|
+
_globals["_CONTAINERTERMINALSIZE"]._serialized_start = 6246
|
|
142
|
+
_globals["_CONTAINERTERMINALSIZE"]._serialized_end = 6309
|
|
143
|
+
_globals["_CREATECONTAINERDEBUGTTYREQUEST"]._serialized_start = 6312
|
|
144
|
+
_globals["_CREATECONTAINERDEBUGTTYREQUEST"]._serialized_end = 6505
|
|
145
|
+
_globals["_CONTAINERDEBUGTTYINITREQUEST"]._serialized_start = 6507
|
|
146
|
+
_globals["_CONTAINERDEBUGTTYINITREQUEST"]._serialized_end = 6625
|
|
147
|
+
_globals["_CREATECONTAINERDEBUGTTYRESPONSE"]._serialized_start = 6627
|
|
148
|
+
_globals["_CREATECONTAINERDEBUGTTYRESPONSE"]._serialized_end = 6741
|
|
149
|
+
_globals["_CONTAINERSERVICE"]._serialized_start = 6845
|
|
150
|
+
_globals["_CONTAINERSERVICE"]._serialized_end = 8195
|
|
151
151
|
# @@protoc_insertion_point(module_scope)
|