chalkpy 2.93.6__py3-none-any.whl → 2.93.8__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- chalk/_gen/chalk/dataframe/v1/dataframe_pb2.py +16 -16
- chalk/_gen/chalk/dataframe/v1/dataframe_pb2.pyi +4 -0
- chalk/_gen/chalk/server/v1/indexing_job_pb2.py +44 -0
- chalk/_gen/chalk/server/v1/indexing_job_pb2.pyi +38 -0
- chalk/_gen/chalk/server/v1/indexing_job_pb2_grpc.py +78 -0
- chalk/_gen/chalk/server/v1/indexing_job_pb2_grpc.pyi +38 -0
- chalk/_gen/chalk/server/v1/scheduled_query_run_pb2.py +12 -12
- chalk/_gen/chalk/server/v1/scheduled_query_run_pb2.pyi +12 -2
- chalk/_version.py +1 -1
- chalk/df/LazyFramePlaceholder.py +29 -2
- {chalkpy-2.93.6.dist-info → chalkpy-2.93.8.dist-info}/METADATA +1 -1
- {chalkpy-2.93.6.dist-info → chalkpy-2.93.8.dist-info}/RECORD +15 -11
- {chalkpy-2.93.6.dist-info → chalkpy-2.93.8.dist-info}/WHEEL +0 -0
- {chalkpy-2.93.6.dist-info → chalkpy-2.93.8.dist-info}/entry_points.txt +0 -0
- {chalkpy-2.93.6.dist-info → chalkpy-2.93.8.dist-info}/top_level.txt +0 -0
|
@@ -18,7 +18,7 @@ from chalk._gen.chalk.expression.v1 import expression_pb2 as chalk_dot_expressio
|
|
|
18
18
|
|
|
19
19
|
|
|
20
20
|
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(
|
|
21
|
-
b'\n"chalk/dataframe/v1/dataframe.proto\x12\x12\x63halk.dataframe.v1\x1a\x1a\x63halk/arrow/v1/arrow.proto\x1a$chalk/expression/v1/expression.proto"\
|
|
21
|
+
b'\n"chalk/dataframe/v1/dataframe.proto\x12\x12\x63halk.dataframe.v1\x1a\x1a\x63halk/arrow/v1/arrow.proto\x1a$chalk/expression/v1/expression.proto"\xb4\x05\n\x10\x44\x61taFrameOperand\x12#\n\x0cvalue_string\x18\x01 \x01(\tH\x00R\x0bvalueString\x12\x1d\n\tvalue_int\x18\x02 \x01(\x03H\x00R\x08valueInt\x12\x1f\n\nvalue_bool\x18\x03 \x01(\x08H\x00R\tvalueBool\x12;\n\nvalue_none\x18\x04 \x01(\x0b\x32\x1a.chalk.dataframe.v1.PyNoneH\x00R\tvalueNone\x12;\n\nvalue_list\x18\x05 \x01(\x0b\x32\x1a.chalk.dataframe.v1.PyListH\x00R\tvalueList\x12;\n\nvalue_dict\x18\x06 \x01(\x0b\x32\x1a.chalk.dataframe.v1.PyDictH\x00R\tvalueDict\x12X\n\x15value_dataframe_index\x18\x07 \x01(\x0b\x32".chalk.dataframe.v1.DataFrameIndexH\x00R\x13valueDataframeIndex\x12;\n\x0c\x61rrow_schema\x18\x08 \x01(\x0b\x32\x16.chalk.arrow.v1.SchemaH\x00R\x0b\x61rrowSchema\x12\x44\n\x0b\x61rrow_table\x18\t \x01(\x0b\x32!.chalk.arrow.v1.TableParquetBytesH\x00R\narrowTable\x12O\n\x0funderscore_expr\x18\n \x01(\x0b\x32$.chalk.expression.v1.LogicalExprNodeH\x00R\x0eunderscoreExpr\x12K\n\rlibchalk_expr\x18\x0b \x01(\x0b\x32$.chalk.expression.v1.LogicalExprNodeH\x00R\x0clibchalkExprB\t\n\x07operand">\n\x0e\x44\x61taFrameIndex\x12,\n\x12\x64\x61taframe_op_index\x18\x01 \x01(\x05R\x10\x64\x61taframeOpIndex"\x08\n\x06PyNone"M\n\x06PyList\x12\x43\n\nlist_items\x18\x01 \x03(\x0b\x32$.chalk.dataframe.v1.DataFrameOperandR\tlistItems"\x97\x01\n\x0bPyDictEntry\x12\x41\n\tentry_key\x18\x01 \x01(\x0b\x32$.chalk.dataframe.v1.DataFrameOperandR\x08\x65ntryKey\x12\x45\n\x0b\x65ntry_value\x18\x02 \x01(\x0b\x32$.chalk.dataframe.v1.DataFrameOperandR\nentryValue"L\n\x06PyDict\x12\x42\n\x0c\x64ict_entries\x18\x01 \x03(\x0b\x32\x1f.chalk.dataframe.v1.PyDictEntryR\x0b\x64ictEntries"\xfc\x01\n\x14\x44\x61taFrameConstructor\x12J\n\x0cself_operand\x18\x01 \x01(\x0b\x32".chalk.dataframe.v1.DataFrameIndexH\x00R\x0bselfOperand\x88\x01\x01\x12#\n\rfunction_name\x18\x02 \x01(\tR\x0c\x66unctionName\x12.\n\x04\x61rgs\x18\x03 \x01(\x0b\x32\x1a.chalk.dataframe.v1.PyListR\x04\x61rgs\x12\x32\n\x06kwargs\x18\x04 \x01(\x0b\x32\x1a.chalk.dataframe.v1.PyDictR\x06kwargsB\x0f\n\r_self_operand"]\n\rDataFramePlan\x12L\n\x0c\x63onstructors\x18\x01 \x03(\x0b\x32(.chalk.dataframe.v1.DataFrameConstructorR\x0c\x63onstructorsB\x92\x01\n\x16\x63om.chalk.dataframe.v1B\x0e\x44\x61taframeProtoP\x01\xa2\x02\x03\x43\x44X\xaa\x02\x12\x43halk.Dataframe.V1\xca\x02\x12\x43halk\\Dataframe\\V1\xe2\x02\x1e\x43halk\\Dataframe\\V1\\GPBMetadata\xea\x02\x14\x43halk::Dataframe::V1b\x06proto3'
|
|
22
22
|
)
|
|
23
23
|
|
|
24
24
|
_globals = globals()
|
|
@@ -30,19 +30,19 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
|
30
30
|
"DESCRIPTOR"
|
|
31
31
|
]._serialized_options = b"\n\026com.chalk.dataframe.v1B\016DataframeProtoP\001\242\002\003CDX\252\002\022Chalk.Dataframe.V1\312\002\022Chalk\\Dataframe\\V1\342\002\036Chalk\\Dataframe\\V1\\GPBMetadata\352\002\024Chalk::Dataframe::V1"
|
|
32
32
|
_globals["_DATAFRAMEOPERAND"]._serialized_start = 125
|
|
33
|
-
_globals["_DATAFRAMEOPERAND"]._serialized_end =
|
|
34
|
-
_globals["_DATAFRAMEINDEX"]._serialized_start =
|
|
35
|
-
_globals["_DATAFRAMEINDEX"]._serialized_end =
|
|
36
|
-
_globals["_PYNONE"]._serialized_start =
|
|
37
|
-
_globals["_PYNONE"]._serialized_end =
|
|
38
|
-
_globals["_PYLIST"]._serialized_start =
|
|
39
|
-
_globals["_PYLIST"]._serialized_end =
|
|
40
|
-
_globals["_PYDICTENTRY"]._serialized_start =
|
|
41
|
-
_globals["_PYDICTENTRY"]._serialized_end =
|
|
42
|
-
_globals["_PYDICT"]._serialized_start =
|
|
43
|
-
_globals["_PYDICT"]._serialized_end =
|
|
44
|
-
_globals["_DATAFRAMECONSTRUCTOR"]._serialized_start =
|
|
45
|
-
_globals["_DATAFRAMECONSTRUCTOR"]._serialized_end =
|
|
46
|
-
_globals["_DATAFRAMEPLAN"]._serialized_start =
|
|
47
|
-
_globals["_DATAFRAMEPLAN"]._serialized_end =
|
|
33
|
+
_globals["_DATAFRAMEOPERAND"]._serialized_end = 817
|
|
34
|
+
_globals["_DATAFRAMEINDEX"]._serialized_start = 819
|
|
35
|
+
_globals["_DATAFRAMEINDEX"]._serialized_end = 881
|
|
36
|
+
_globals["_PYNONE"]._serialized_start = 883
|
|
37
|
+
_globals["_PYNONE"]._serialized_end = 891
|
|
38
|
+
_globals["_PYLIST"]._serialized_start = 893
|
|
39
|
+
_globals["_PYLIST"]._serialized_end = 970
|
|
40
|
+
_globals["_PYDICTENTRY"]._serialized_start = 973
|
|
41
|
+
_globals["_PYDICTENTRY"]._serialized_end = 1124
|
|
42
|
+
_globals["_PYDICT"]._serialized_start = 1126
|
|
43
|
+
_globals["_PYDICT"]._serialized_end = 1202
|
|
44
|
+
_globals["_DATAFRAMECONSTRUCTOR"]._serialized_start = 1205
|
|
45
|
+
_globals["_DATAFRAMECONSTRUCTOR"]._serialized_end = 1457
|
|
46
|
+
_globals["_DATAFRAMEPLAN"]._serialized_start = 1459
|
|
47
|
+
_globals["_DATAFRAMEPLAN"]._serialized_end = 1552
|
|
48
48
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -25,6 +25,7 @@ class DataFrameOperand(_message.Message):
|
|
|
25
25
|
"arrow_schema",
|
|
26
26
|
"arrow_table",
|
|
27
27
|
"underscore_expr",
|
|
28
|
+
"libchalk_expr",
|
|
28
29
|
)
|
|
29
30
|
VALUE_STRING_FIELD_NUMBER: _ClassVar[int]
|
|
30
31
|
VALUE_INT_FIELD_NUMBER: _ClassVar[int]
|
|
@@ -36,6 +37,7 @@ class DataFrameOperand(_message.Message):
|
|
|
36
37
|
ARROW_SCHEMA_FIELD_NUMBER: _ClassVar[int]
|
|
37
38
|
ARROW_TABLE_FIELD_NUMBER: _ClassVar[int]
|
|
38
39
|
UNDERSCORE_EXPR_FIELD_NUMBER: _ClassVar[int]
|
|
40
|
+
LIBCHALK_EXPR_FIELD_NUMBER: _ClassVar[int]
|
|
39
41
|
value_string: str
|
|
40
42
|
value_int: int
|
|
41
43
|
value_bool: bool
|
|
@@ -46,6 +48,7 @@ class DataFrameOperand(_message.Message):
|
|
|
46
48
|
arrow_schema: _arrow_pb2.Schema
|
|
47
49
|
arrow_table: _arrow_pb2.TableParquetBytes
|
|
48
50
|
underscore_expr: _expression_pb2.LogicalExprNode
|
|
51
|
+
libchalk_expr: _expression_pb2.LogicalExprNode
|
|
49
52
|
def __init__(
|
|
50
53
|
self,
|
|
51
54
|
value_string: _Optional[str] = ...,
|
|
@@ -58,6 +61,7 @@ class DataFrameOperand(_message.Message):
|
|
|
58
61
|
arrow_schema: _Optional[_Union[_arrow_pb2.Schema, _Mapping]] = ...,
|
|
59
62
|
arrow_table: _Optional[_Union[_arrow_pb2.TableParquetBytes, _Mapping]] = ...,
|
|
60
63
|
underscore_expr: _Optional[_Union[_expression_pb2.LogicalExprNode, _Mapping]] = ...,
|
|
64
|
+
libchalk_expr: _Optional[_Union[_expression_pb2.LogicalExprNode, _Mapping]] = ...,
|
|
61
65
|
) -> None: ...
|
|
62
66
|
|
|
63
67
|
class DataFrameIndex(_message.Message):
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# source: chalk/server/v1/indexing_job.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 chalk._gen.chalk.artifacts.v1 import export_pb2 as chalk_dot_artifacts_dot_v1_dot_export__pb2
|
|
17
|
+
from chalk._gen.chalk.auth.v1 import permissions_pb2 as chalk_dot_auth_dot_v1_dot_permissions__pb2
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(
|
|
21
|
+
b'\n"chalk/server/v1/indexing_job.proto\x12\x0f\x63halk.server.v1\x1a\x1f\x63halk/artifacts/v1/export.proto\x1a\x1f\x63halk/auth/v1/permissions.proto"\x99\x01\n\x1bGetIndexingJobStatusRequest\x12#\n\rdeployment_id\x18\x01 \x01(\tR\x0c\x64\x65ploymentId\x12U\n\x15\x64irectory_prefix_enum\x18\x02 \x01(\x0e\x32!.chalk.server.v1.DirectoryOptionsR\x13\x64irectoryPrefixEnum"R\n\x1cGetIndexingJobStatusResponse\x12\x32\n\x06\x65xport\x18\x01 \x01(\x0b\x32\x1a.chalk.artifacts.v1.ExportR\x06\x65xport*\xb2\x01\n\x10\x44irectoryOptions\x12!\n\x1d\x44IRECTORY_OPTIONS_UNSPECIFIED\x10\x00\x12\x1a\n\x16\x44IRECTORY_OPTIONS_MAIN\x10\x01\x12\x1c\n\x18\x44IRECTORY_OPTIONS_SHADOW\x10\x02\x12\x1d\n\x19\x44IRECTORY_OPTIONS_DRY_RUN\x10\x03\x12"\n\x1e\x44IRECTORY_OPTIONS_INDEXING_JOB\x10\x04\x32\x91\x01\n\x12IndexingJobService\x12{\n\x14GetIndexingJobStatus\x12,.chalk.server.v1.GetIndexingJobStatusRequest\x1a-.chalk.server.v1.GetIndexingJobStatusResponse"\x06\x90\x02\x01\x80}\x0b\x42\x99\x01\n\x13\x63om.chalk.server.v1B\x10IndexingJobProtoP\x01Z\x12server/v1;serverv1\xa2\x02\x03\x43SX\xaa\x02\x0f\x43halk.Server.V1\xca\x02\x0f\x43halk\\Server\\V1\xe2\x02\x1b\x43halk\\Server\\V1\\GPBMetadata\xea\x02\x11\x43halk::Server::V1b\x06proto3'
|
|
22
|
+
)
|
|
23
|
+
|
|
24
|
+
_globals = globals()
|
|
25
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
26
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, "chalk.server.v1.indexing_job_pb2", _globals)
|
|
27
|
+
if _descriptor._USE_C_DESCRIPTORS == False:
|
|
28
|
+
_globals["DESCRIPTOR"]._options = None
|
|
29
|
+
_globals[
|
|
30
|
+
"DESCRIPTOR"
|
|
31
|
+
]._serialized_options = b"\n\023com.chalk.server.v1B\020IndexingJobProtoP\001Z\022server/v1;serverv1\242\002\003CSX\252\002\017Chalk.Server.V1\312\002\017Chalk\\Server\\V1\342\002\033Chalk\\Server\\V1\\GPBMetadata\352\002\021Chalk::Server::V1"
|
|
32
|
+
_globals["_INDEXINGJOBSERVICE"].methods_by_name["GetIndexingJobStatus"]._options = None
|
|
33
|
+
_globals["_INDEXINGJOBSERVICE"].methods_by_name[
|
|
34
|
+
"GetIndexingJobStatus"
|
|
35
|
+
]._serialized_options = b"\220\002\001\200}\013"
|
|
36
|
+
_globals["_DIRECTORYOPTIONS"]._serialized_start = 362
|
|
37
|
+
_globals["_DIRECTORYOPTIONS"]._serialized_end = 540
|
|
38
|
+
_globals["_GETINDEXINGJOBSTATUSREQUEST"]._serialized_start = 122
|
|
39
|
+
_globals["_GETINDEXINGJOBSTATUSREQUEST"]._serialized_end = 275
|
|
40
|
+
_globals["_GETINDEXINGJOBSTATUSRESPONSE"]._serialized_start = 277
|
|
41
|
+
_globals["_GETINDEXINGJOBSTATUSRESPONSE"]._serialized_end = 359
|
|
42
|
+
_globals["_INDEXINGJOBSERVICE"]._serialized_start = 543
|
|
43
|
+
_globals["_INDEXINGJOBSERVICE"]._serialized_end = 688
|
|
44
|
+
# @@protoc_insertion_point(module_scope)
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
from chalk._gen.chalk.artifacts.v1 import export_pb2 as _export_pb2
|
|
2
|
+
from chalk._gen.chalk.auth.v1 import permissions_pb2 as _permissions_pb2
|
|
3
|
+
from google.protobuf.internal import enum_type_wrapper as _enum_type_wrapper
|
|
4
|
+
from google.protobuf import descriptor as _descriptor
|
|
5
|
+
from google.protobuf import message as _message
|
|
6
|
+
from typing import ClassVar as _ClassVar, Mapping as _Mapping, Optional as _Optional, Union as _Union
|
|
7
|
+
|
|
8
|
+
DESCRIPTOR: _descriptor.FileDescriptor
|
|
9
|
+
|
|
10
|
+
class DirectoryOptions(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
|
11
|
+
__slots__ = ()
|
|
12
|
+
DIRECTORY_OPTIONS_UNSPECIFIED: _ClassVar[DirectoryOptions]
|
|
13
|
+
DIRECTORY_OPTIONS_MAIN: _ClassVar[DirectoryOptions]
|
|
14
|
+
DIRECTORY_OPTIONS_SHADOW: _ClassVar[DirectoryOptions]
|
|
15
|
+
DIRECTORY_OPTIONS_DRY_RUN: _ClassVar[DirectoryOptions]
|
|
16
|
+
DIRECTORY_OPTIONS_INDEXING_JOB: _ClassVar[DirectoryOptions]
|
|
17
|
+
|
|
18
|
+
DIRECTORY_OPTIONS_UNSPECIFIED: DirectoryOptions
|
|
19
|
+
DIRECTORY_OPTIONS_MAIN: DirectoryOptions
|
|
20
|
+
DIRECTORY_OPTIONS_SHADOW: DirectoryOptions
|
|
21
|
+
DIRECTORY_OPTIONS_DRY_RUN: DirectoryOptions
|
|
22
|
+
DIRECTORY_OPTIONS_INDEXING_JOB: DirectoryOptions
|
|
23
|
+
|
|
24
|
+
class GetIndexingJobStatusRequest(_message.Message):
|
|
25
|
+
__slots__ = ("deployment_id", "directory_prefix_enum")
|
|
26
|
+
DEPLOYMENT_ID_FIELD_NUMBER: _ClassVar[int]
|
|
27
|
+
DIRECTORY_PREFIX_ENUM_FIELD_NUMBER: _ClassVar[int]
|
|
28
|
+
deployment_id: str
|
|
29
|
+
directory_prefix_enum: DirectoryOptions
|
|
30
|
+
def __init__(
|
|
31
|
+
self, deployment_id: _Optional[str] = ..., directory_prefix_enum: _Optional[_Union[DirectoryOptions, str]] = ...
|
|
32
|
+
) -> None: ...
|
|
33
|
+
|
|
34
|
+
class GetIndexingJobStatusResponse(_message.Message):
|
|
35
|
+
__slots__ = ("export",)
|
|
36
|
+
EXPORT_FIELD_NUMBER: _ClassVar[int]
|
|
37
|
+
export: _export_pb2.Export
|
|
38
|
+
def __init__(self, export: _Optional[_Union[_export_pb2.Export, _Mapping]] = ...) -> None: ...
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
# Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
|
|
2
|
+
"""Client and server classes corresponding to protobuf-defined services."""
|
|
3
|
+
|
|
4
|
+
import grpc
|
|
5
|
+
|
|
6
|
+
from chalk._gen.chalk.server.v1 import indexing_job_pb2 as chalk_dot_server_dot_v1_dot_indexing__job__pb2
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
class IndexingJobServiceStub(object):
|
|
10
|
+
"""Missing associated documentation comment in .proto file."""
|
|
11
|
+
|
|
12
|
+
def __init__(self, channel):
|
|
13
|
+
"""Constructor.
|
|
14
|
+
|
|
15
|
+
Args:
|
|
16
|
+
channel: A grpc.Channel.
|
|
17
|
+
"""
|
|
18
|
+
self.GetIndexingJobStatus = channel.unary_unary(
|
|
19
|
+
"/chalk.server.v1.IndexingJobService/GetIndexingJobStatus",
|
|
20
|
+
request_serializer=chalk_dot_server_dot_v1_dot_indexing__job__pb2.GetIndexingJobStatusRequest.SerializeToString,
|
|
21
|
+
response_deserializer=chalk_dot_server_dot_v1_dot_indexing__job__pb2.GetIndexingJobStatusResponse.FromString,
|
|
22
|
+
)
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
class IndexingJobServiceServicer(object):
|
|
26
|
+
"""Missing associated documentation comment in .proto file."""
|
|
27
|
+
|
|
28
|
+
def GetIndexingJobStatus(self, request, context):
|
|
29
|
+
"""GetIndexingStatus checks if the indexing job has completed successfully for a deployment"""
|
|
30
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
31
|
+
context.set_details("Method not implemented!")
|
|
32
|
+
raise NotImplementedError("Method not implemented!")
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
def add_IndexingJobServiceServicer_to_server(servicer, server):
|
|
36
|
+
rpc_method_handlers = {
|
|
37
|
+
"GetIndexingJobStatus": grpc.unary_unary_rpc_method_handler(
|
|
38
|
+
servicer.GetIndexingJobStatus,
|
|
39
|
+
request_deserializer=chalk_dot_server_dot_v1_dot_indexing__job__pb2.GetIndexingJobStatusRequest.FromString,
|
|
40
|
+
response_serializer=chalk_dot_server_dot_v1_dot_indexing__job__pb2.GetIndexingJobStatusResponse.SerializeToString,
|
|
41
|
+
),
|
|
42
|
+
}
|
|
43
|
+
generic_handler = grpc.method_handlers_generic_handler("chalk.server.v1.IndexingJobService", rpc_method_handlers)
|
|
44
|
+
server.add_generic_rpc_handlers((generic_handler,))
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
# This class is part of an EXPERIMENTAL API.
|
|
48
|
+
class IndexingJobService(object):
|
|
49
|
+
"""Missing associated documentation comment in .proto file."""
|
|
50
|
+
|
|
51
|
+
@staticmethod
|
|
52
|
+
def GetIndexingJobStatus(
|
|
53
|
+
request,
|
|
54
|
+
target,
|
|
55
|
+
options=(),
|
|
56
|
+
channel_credentials=None,
|
|
57
|
+
call_credentials=None,
|
|
58
|
+
insecure=False,
|
|
59
|
+
compression=None,
|
|
60
|
+
wait_for_ready=None,
|
|
61
|
+
timeout=None,
|
|
62
|
+
metadata=None,
|
|
63
|
+
):
|
|
64
|
+
return grpc.experimental.unary_unary(
|
|
65
|
+
request,
|
|
66
|
+
target,
|
|
67
|
+
"/chalk.server.v1.IndexingJobService/GetIndexingJobStatus",
|
|
68
|
+
chalk_dot_server_dot_v1_dot_indexing__job__pb2.GetIndexingJobStatusRequest.SerializeToString,
|
|
69
|
+
chalk_dot_server_dot_v1_dot_indexing__job__pb2.GetIndexingJobStatusResponse.FromString,
|
|
70
|
+
options,
|
|
71
|
+
channel_credentials,
|
|
72
|
+
insecure,
|
|
73
|
+
call_credentials,
|
|
74
|
+
compression,
|
|
75
|
+
wait_for_ready,
|
|
76
|
+
timeout,
|
|
77
|
+
metadata,
|
|
78
|
+
)
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
"""
|
|
2
|
+
@generated by mypy-protobuf. Do not edit manually!
|
|
3
|
+
isort:skip_file
|
|
4
|
+
"""
|
|
5
|
+
|
|
6
|
+
from abc import (
|
|
7
|
+
ABCMeta,
|
|
8
|
+
abstractmethod,
|
|
9
|
+
)
|
|
10
|
+
from chalk._gen.chalk.server.v1.indexing_job_pb2 import (
|
|
11
|
+
GetIndexingJobStatusRequest,
|
|
12
|
+
GetIndexingJobStatusResponse,
|
|
13
|
+
)
|
|
14
|
+
from grpc import (
|
|
15
|
+
Channel,
|
|
16
|
+
Server,
|
|
17
|
+
ServicerContext,
|
|
18
|
+
UnaryUnaryMultiCallable,
|
|
19
|
+
)
|
|
20
|
+
|
|
21
|
+
class IndexingJobServiceStub:
|
|
22
|
+
def __init__(self, channel: Channel) -> None: ...
|
|
23
|
+
GetIndexingJobStatus: UnaryUnaryMultiCallable[
|
|
24
|
+
GetIndexingJobStatusRequest,
|
|
25
|
+
GetIndexingJobStatusResponse,
|
|
26
|
+
]
|
|
27
|
+
"""GetIndexingStatus checks if the indexing job has completed successfully for a deployment"""
|
|
28
|
+
|
|
29
|
+
class IndexingJobServiceServicer(metaclass=ABCMeta):
|
|
30
|
+
@abstractmethod
|
|
31
|
+
def GetIndexingJobStatus(
|
|
32
|
+
self,
|
|
33
|
+
request: GetIndexingJobStatusRequest,
|
|
34
|
+
context: ServicerContext,
|
|
35
|
+
) -> GetIndexingJobStatusResponse:
|
|
36
|
+
"""GetIndexingStatus checks if the indexing job has completed successfully for a deployment"""
|
|
37
|
+
|
|
38
|
+
def add_IndexingJobServiceServicer_to_server(servicer: IndexingJobServiceServicer, server: Server) -> 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/server/v1/scheduled_query_run.proto\x12\x0f\x63halk.server.v1\x1a%chalk/server/v1/offline_queries.proto\x1a google/protobuf/field_mask.proto\x1a\x1fgoogle/protobuf/timestamp.proto"\
|
|
22
|
+
b'\n)chalk/server/v1/scheduled_query_run.proto\x12\x0f\x63halk.server.v1\x1a%chalk/server/v1/offline_queries.proto\x1a google/protobuf/field_mask.proto\x1a\x1fgoogle/protobuf/timestamp.proto"\xa4\x06\n\x11ScheduledQueryRun\x12\x0e\n\x02id\x18\x01 \x01(\x03R\x02id\x12%\n\x0e\x65nvironment_id\x18\x02 \x01(\tR\renvironmentId\x12(\n\rdeployment_id\x18\x03 \x01(\tH\x00R\x0c\x64\x65ploymentId\x88\x01\x01\x12\x1a\n\x06run_id\x18\x04 \x01(\tH\x01R\x05runId\x88\x01\x01\x12"\n\rcron_query_id\x18\x05 \x01(\x03R\x0b\x63ronQueryId\x12\x33\n\x16\x63ron_query_schedule_id\x18\x06 \x01(\x03R\x13\x63ronQueryScheduleId\x12\x1b\n\tcron_name\x18\x07 \x01(\tR\x08\x63ronName\x12-\n\x10gcr_execution_id\x18\x08 \x01(\tH\x02R\x0egcrExecutionId\x88\x01\x01\x12%\n\x0cgcr_job_name\x18\t \x01(\tH\x03R\ngcrJobName\x88\x01\x01\x12(\n\x10offline_query_id\x18\n \x01(\tR\x0eofflineQueryId\x12\x39\n\ncreated_at\x18\x0b \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tcreatedAt\x12\x39\n\nupdated_at\x18\x0c \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tupdatedAt\x12@\n\x06status\x18\r \x01(\x0e\x32(.chalk.server.v1.ScheduledQueryRunStatusR\x06status\x12\x35\n\x14\x62locker_operation_id\x18\x0e \x01(\tH\x04R\x12\x62lockerOperationId\x88\x01\x01\x12\x37\n\x15workflow_execution_id\x18\x0f \x01(\tH\x05R\x13workflowExecutionId\x88\x01\x01\x42\x10\n\x0e_deployment_idB\t\n\x07_run_idB\x13\n\x11_gcr_execution_idB\x0f\n\r_gcr_job_nameB\x17\n\x15_blocker_operation_idB\x18\n\x16_workflow_execution_id"\xa7\x01\n\x1bGetScheduledQueryRunRequest\x12\x17\n\x06run_id\x18\x01 \x01(\x03H\x00R\x05runId\x12*\n\x10offline_query_id\x18\x02 \x01(\tH\x00R\x0eofflineQueryId\x12\x35\n\x08get_mask\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.FieldMaskR\x07getMaskB\x0c\n\nidentifier"\xd1\x01\n\x1cGetScheduledQueryRunResponse\x12R\n\x13scheduled_query_run\x18\x01 \x01(\x0b\x32".chalk.server.v1.ScheduledQueryRunR\x11scheduledQueryRun\x12K\n\roffline_query\x18\x02 \x01(\x0b\x32!.chalk.server.v1.OfflineQueryMetaH\x00R\x0cofflineQuery\x88\x01\x01\x42\x10\n\x0e_offline_query"\x9d\x01\n\x1cGetScheduledQueryRunsRequest\x12"\n\rcron_query_id\x18\x01 \x01(\x05R\x0b\x63ronQueryId\x12\x1d\n\tcron_name\x18\x04 \x01(\tH\x00R\x08\x63ronName\x12\x16\n\x06\x63ursor\x18\x02 \x01(\tR\x06\x63ursor\x12\x14\n\x05limit\x18\x03 \x01(\x05R\x05limitB\x0c\n\nidentifier"o\n\x1dGetScheduledQueryRunsResponse\x12\x36\n\x04runs\x18\x01 \x03(\x0b\x32".chalk.server.v1.ScheduledQueryRunR\x04runs\x12\x16\n\x06\x63ursor\x18\x02 \x01(\tR\x06\x63ursor*\x8f\x03\n\x17ScheduledQueryRunStatus\x12*\n&SCHEDULED_QUERY_RUN_STATUS_UNSPECIFIED\x10\x00\x12+\n\'SCHEDULED_QUERY_RUN_STATUS_INITIALIZING\x10\x01\x12*\n&SCHEDULED_QUERY_RUN_STATUS_INIT_FAILED\x10\x02\x12&\n"SCHEDULED_QUERY_RUN_STATUS_SKIPPED\x10\x03\x12%\n!SCHEDULED_QUERY_RUN_STATUS_QUEUED\x10\x04\x12&\n"SCHEDULED_QUERY_RUN_STATUS_WORKING\x10\x05\x12(\n$SCHEDULED_QUERY_RUN_STATUS_COMPLETED\x10\x06\x12%\n!SCHEDULED_QUERY_RUN_STATUS_FAILED\x10\x07\x12\'\n#SCHEDULED_QUERY_RUN_STATUS_CANCELED\x10\x08\x42\x9f\x01\n\x13\x63om.chalk.server.v1B\x16ScheduledQueryRunProtoP\x01Z\x12server/v1;serverv1\xa2\x02\x03\x43SX\xaa\x02\x0f\x43halk.Server.V1\xca\x02\x0f\x43halk\\Server\\V1\xe2\x02\x1b\x43halk\\Server\\V1\\GPBMetadata\xea\x02\x11\x43halk::Server::V1b\x06proto3'
|
|
23
23
|
)
|
|
24
24
|
|
|
25
25
|
_globals = globals()
|
|
@@ -30,16 +30,16 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
|
30
30
|
_globals[
|
|
31
31
|
"DESCRIPTOR"
|
|
32
32
|
]._serialized_options = b"\n\023com.chalk.server.v1B\026ScheduledQueryRunProtoP\001Z\022server/v1;serverv1\242\002\003CSX\252\002\017Chalk.Server.V1\312\002\017Chalk\\Server\\V1\342\002\033Chalk\\Server\\V1\\GPBMetadata\352\002\021Chalk::Server::V1"
|
|
33
|
-
_globals["_SCHEDULEDQUERYRUNSTATUS"]._serialized_start =
|
|
34
|
-
_globals["_SCHEDULEDQUERYRUNSTATUS"]._serialized_end =
|
|
33
|
+
_globals["_SCHEDULEDQUERYRUNSTATUS"]._serialized_start = 1631
|
|
34
|
+
_globals["_SCHEDULEDQUERYRUNSTATUS"]._serialized_end = 2030
|
|
35
35
|
_globals["_SCHEDULEDQUERYRUN"]._serialized_start = 169
|
|
36
|
-
_globals["_SCHEDULEDQUERYRUN"]._serialized_end =
|
|
37
|
-
_globals["_GETSCHEDULEDQUERYRUNREQUEST"]._serialized_start =
|
|
38
|
-
_globals["_GETSCHEDULEDQUERYRUNREQUEST"]._serialized_end =
|
|
39
|
-
_globals["_GETSCHEDULEDQUERYRUNRESPONSE"]._serialized_start =
|
|
40
|
-
_globals["_GETSCHEDULEDQUERYRUNRESPONSE"]._serialized_end =
|
|
41
|
-
_globals["_GETSCHEDULEDQUERYRUNSREQUEST"]._serialized_start =
|
|
42
|
-
_globals["_GETSCHEDULEDQUERYRUNSREQUEST"]._serialized_end =
|
|
43
|
-
_globals["_GETSCHEDULEDQUERYRUNSRESPONSE"]._serialized_start =
|
|
44
|
-
_globals["_GETSCHEDULEDQUERYRUNSRESPONSE"]._serialized_end =
|
|
36
|
+
_globals["_SCHEDULEDQUERYRUN"]._serialized_end = 973
|
|
37
|
+
_globals["_GETSCHEDULEDQUERYRUNREQUEST"]._serialized_start = 976
|
|
38
|
+
_globals["_GETSCHEDULEDQUERYRUNREQUEST"]._serialized_end = 1143
|
|
39
|
+
_globals["_GETSCHEDULEDQUERYRUNRESPONSE"]._serialized_start = 1146
|
|
40
|
+
_globals["_GETSCHEDULEDQUERYRUNRESPONSE"]._serialized_end = 1355
|
|
41
|
+
_globals["_GETSCHEDULEDQUERYRUNSREQUEST"]._serialized_start = 1358
|
|
42
|
+
_globals["_GETSCHEDULEDQUERYRUNSREQUEST"]._serialized_end = 1515
|
|
43
|
+
_globals["_GETSCHEDULEDQUERYRUNSRESPONSE"]._serialized_start = 1517
|
|
44
|
+
_globals["_GETSCHEDULEDQUERYRUNSRESPONSE"]._serialized_end = 1628
|
|
45
45
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -53,6 +53,7 @@ class ScheduledQueryRun(_message.Message):
|
|
|
53
53
|
"updated_at",
|
|
54
54
|
"status",
|
|
55
55
|
"blocker_operation_id",
|
|
56
|
+
"workflow_execution_id",
|
|
56
57
|
)
|
|
57
58
|
ID_FIELD_NUMBER: _ClassVar[int]
|
|
58
59
|
ENVIRONMENT_ID_FIELD_NUMBER: _ClassVar[int]
|
|
@@ -68,6 +69,7 @@ class ScheduledQueryRun(_message.Message):
|
|
|
68
69
|
UPDATED_AT_FIELD_NUMBER: _ClassVar[int]
|
|
69
70
|
STATUS_FIELD_NUMBER: _ClassVar[int]
|
|
70
71
|
BLOCKER_OPERATION_ID_FIELD_NUMBER: _ClassVar[int]
|
|
72
|
+
WORKFLOW_EXECUTION_ID_FIELD_NUMBER: _ClassVar[int]
|
|
71
73
|
id: int
|
|
72
74
|
environment_id: str
|
|
73
75
|
deployment_id: str
|
|
@@ -82,6 +84,7 @@ class ScheduledQueryRun(_message.Message):
|
|
|
82
84
|
updated_at: _timestamp_pb2.Timestamp
|
|
83
85
|
status: ScheduledQueryRunStatus
|
|
84
86
|
blocker_operation_id: str
|
|
87
|
+
workflow_execution_id: str
|
|
85
88
|
def __init__(
|
|
86
89
|
self,
|
|
87
90
|
id: _Optional[int] = ...,
|
|
@@ -98,6 +101,7 @@ class ScheduledQueryRun(_message.Message):
|
|
|
98
101
|
updated_at: _Optional[_Union[_timestamp_pb2.Timestamp, _Mapping]] = ...,
|
|
99
102
|
status: _Optional[_Union[ScheduledQueryRunStatus, str]] = ...,
|
|
100
103
|
blocker_operation_id: _Optional[str] = ...,
|
|
104
|
+
workflow_execution_id: _Optional[str] = ...,
|
|
101
105
|
) -> None: ...
|
|
102
106
|
|
|
103
107
|
class GetScheduledQueryRunRequest(_message.Message):
|
|
@@ -128,15 +132,21 @@ class GetScheduledQueryRunResponse(_message.Message):
|
|
|
128
132
|
) -> None: ...
|
|
129
133
|
|
|
130
134
|
class GetScheduledQueryRunsRequest(_message.Message):
|
|
131
|
-
__slots__ = ("cron_query_id", "cursor", "limit")
|
|
135
|
+
__slots__ = ("cron_query_id", "cron_name", "cursor", "limit")
|
|
132
136
|
CRON_QUERY_ID_FIELD_NUMBER: _ClassVar[int]
|
|
137
|
+
CRON_NAME_FIELD_NUMBER: _ClassVar[int]
|
|
133
138
|
CURSOR_FIELD_NUMBER: _ClassVar[int]
|
|
134
139
|
LIMIT_FIELD_NUMBER: _ClassVar[int]
|
|
135
140
|
cron_query_id: int
|
|
141
|
+
cron_name: str
|
|
136
142
|
cursor: str
|
|
137
143
|
limit: int
|
|
138
144
|
def __init__(
|
|
139
|
-
self,
|
|
145
|
+
self,
|
|
146
|
+
cron_query_id: _Optional[int] = ...,
|
|
147
|
+
cron_name: _Optional[str] = ...,
|
|
148
|
+
cursor: _Optional[str] = ...,
|
|
149
|
+
limit: _Optional[int] = ...,
|
|
140
150
|
) -> None: ...
|
|
141
151
|
|
|
142
152
|
class GetScheduledQueryRunsResponse(_message.Message):
|
chalk/_version.py
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
__version__ = "2.93.
|
|
1
|
+
__version__ = "2.93.8"
|
chalk/df/LazyFramePlaceholder.py
CHANGED
|
@@ -16,6 +16,7 @@ from typing import TYPE_CHECKING, Any, Optional, TypeAlias
|
|
|
16
16
|
import pyarrow
|
|
17
17
|
|
|
18
18
|
import chalk._gen.chalk.dataframe.v1.dataframe_pb2 as dataframe_pb2
|
|
19
|
+
import chalk._gen.chalk.expression.v1.expression_pb2 as expression_pb2
|
|
19
20
|
from chalk.features._encoding.converter import PrimitiveFeatureConverter
|
|
20
21
|
from chalk.features.underscore import (
|
|
21
22
|
Underscore,
|
|
@@ -375,7 +376,7 @@ class LazyFramePlaceholder:
|
|
|
375
376
|
raise ValueError("with_columns requires at least one column expression")
|
|
376
377
|
|
|
377
378
|
for col in columns:
|
|
378
|
-
if isinstance(col, tuple):
|
|
379
|
+
if isinstance(col, (list, tuple)):
|
|
379
380
|
if len(col) != 2:
|
|
380
381
|
raise ValueError(
|
|
381
382
|
f"LazyFramePlaceholder.with_column(...) cannot be called with tuple having {len(col)} members - expect (name, expression) pairs only."
|
|
@@ -389,8 +390,12 @@ class LazyFramePlaceholder:
|
|
|
389
390
|
raise ValueError(
|
|
390
391
|
f"Positional with_columns expressions must use `.alias(...)` to set the column name, got expression '{col}' without any alias specified"
|
|
391
392
|
)
|
|
393
|
+
elif isinstance(col, typing.Mapping): # pyright: ignore[reportUnnecessaryIsInstance]
|
|
394
|
+
entries.extend((k, v) for k, v in col.items()) # pyright: ignore
|
|
392
395
|
else:
|
|
393
|
-
|
|
396
|
+
raise ValueError(
|
|
397
|
+
f"LazyFramePlaceholder.with_columns cannot be called with column argument `{repr(col)}`"
|
|
398
|
+
)
|
|
394
399
|
|
|
395
400
|
return LazyFramePlaceholder._construct(
|
|
396
401
|
self_dataframe=self,
|
|
@@ -1045,6 +1050,19 @@ def _convert_to_dataframe_proto(
|
|
|
1045
1050
|
arrow_table=PrimitiveFeatureConverter.convert_arrow_table_to_proto(value),
|
|
1046
1051
|
)
|
|
1047
1052
|
|
|
1053
|
+
# If libchalk.chalktable is available in the current environment, then we might encounter
|
|
1054
|
+
# a libchalk.chalktable.Expr value which needs to be proto-serialized.
|
|
1055
|
+
LibchalkExpr = None
|
|
1056
|
+
try:
|
|
1057
|
+
from libchalk.chalktable import Expr as LibchalkExpr # pyright: ignore
|
|
1058
|
+
except ImportError:
|
|
1059
|
+
pass
|
|
1060
|
+
if LibchalkExpr and isinstance(value, LibchalkExpr):
|
|
1061
|
+
value_expr_encoded = value.to_proto_bytes()
|
|
1062
|
+
return dataframe_pb2.DataFrameOperand(
|
|
1063
|
+
libchalk_expr=expression_pb2.LogicalExprNode.FromString(value_expr_encoded),
|
|
1064
|
+
)
|
|
1065
|
+
|
|
1048
1066
|
raise ValueError(f"LazyFramePlaceholder function operand is of unsupported type {type(value)}")
|
|
1049
1067
|
|
|
1050
1068
|
_convert_arg(lazy_frame)
|
|
@@ -1111,6 +1129,15 @@ def _convert_from_dataframe_proto(
|
|
|
1111
1129
|
return PrimitiveFeatureConverter.convert_arrow_table_from_proto(value.arrow_table)
|
|
1112
1130
|
if value.HasField("underscore_expr"):
|
|
1113
1131
|
return Underscore._from_proto(value.underscore_expr) # pyright: ignore[reportPrivateUsage]
|
|
1132
|
+
if value.HasField("libchalk_expr"):
|
|
1133
|
+
# In order to decode `libchalk_expr` vlaues, `libchalk` must be available as a module.
|
|
1134
|
+
try:
|
|
1135
|
+
from libchalk.chalktable import Expr as LibchalkExpr # pyright: ignore
|
|
1136
|
+
except ImportError:
|
|
1137
|
+
raise ValueError(
|
|
1138
|
+
"A dataframe parameter was encoded holding a libchalk.chalktable.Expr value, but the `libchalk` module is not available in the current environment. To decode this dataframe expression, import libchalk."
|
|
1139
|
+
)
|
|
1140
|
+
return LibchalkExpr.from_proto_bytes(value.libchalk_expr.SerializeToString())
|
|
1114
1141
|
|
|
1115
1142
|
raise ValueError(f"DataFrame operand expression {value} does not have any value set")
|
|
1116
1143
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
chalk/__init__.py,sha256=9YxwkAt3Im0OCMfpmnIB_4PKjZfBCcRmwATLXdHNRm4,2609
|
|
2
|
-
chalk/_version.py,sha256=
|
|
2
|
+
chalk/_version.py,sha256=K4BQknZed8XlWj0wXmyeKwlizvPYNkuvhiyeqhww7h4,23
|
|
3
3
|
chalk/cli.py,sha256=ckqqfOI-A2mT23-rnZzDMmblYj-2x1VBX8ebHlIEn9A,5873
|
|
4
4
|
chalk/importer.py,sha256=hCEo7eqSfXZWklkFB2geeipGhiD0qNjPBpQJvOBW6N0,63083
|
|
5
5
|
chalk/prompts.py,sha256=2H9UomLAamdfRTNUdKs9i3VTpiossuyRhntqsAXUhhg,16117
|
|
@@ -154,8 +154,8 @@ chalk/_gen/chalk/common/v2/table_pb2_grpc.py,sha256=VCyAf0skoHSgQPkD4n8rKQPYesin
|
|
|
154
154
|
chalk/_gen/chalk/common/v2/table_pb2_grpc.pyi,sha256=ff2TSiLVnG6IVQcTGzb2DIH3XRSoAvAo_RMcvbMFyc0,76
|
|
155
155
|
chalk/_gen/chalk/dataframe/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
156
156
|
chalk/_gen/chalk/dataframe/v1/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
157
|
-
chalk/_gen/chalk/dataframe/v1/dataframe_pb2.py,sha256=
|
|
158
|
-
chalk/_gen/chalk/dataframe/v1/dataframe_pb2.pyi,sha256=
|
|
157
|
+
chalk/_gen/chalk/dataframe/v1/dataframe_pb2.py,sha256=_CfvLT4FIKPK4RGhT5TOQsEm3be7cLBm_z1YkeBpG7E,4729
|
|
158
|
+
chalk/_gen/chalk/dataframe/v1/dataframe_pb2.pyi,sha256=_0wCIVdyEVtEbw9jBFmSDioJCHfv6pPugQAj3S5vhFY,4819
|
|
159
159
|
chalk/_gen/chalk/dataframe/v1/dataframe_pb2_grpc.py,sha256=VCyAf0skoHSgQPkD4n8rKQPYesinqHqN8TEwyu7XGUo,159
|
|
160
160
|
chalk/_gen/chalk/dataframe/v1/dataframe_pb2_grpc.pyi,sha256=ff2TSiLVnG6IVQcTGzb2DIH3XRSoAvAo_RMcvbMFyc0,76
|
|
161
161
|
chalk/_gen/chalk/engine/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -412,6 +412,10 @@ chalk/_gen/chalk/server/v1/incident_pb2.py,sha256=4-uejdKheTLIk90OqClCAxb6esH8hM
|
|
|
412
412
|
chalk/_gen/chalk/server/v1/incident_pb2.pyi,sha256=eP3FEl3eHkIRXfXLr_2cn-_GlHHirKQZv87DBg2jLaU,6861
|
|
413
413
|
chalk/_gen/chalk/server/v1/incident_pb2_grpc.py,sha256=VCyAf0skoHSgQPkD4n8rKQPYesinqHqN8TEwyu7XGUo,159
|
|
414
414
|
chalk/_gen/chalk/server/v1/incident_pb2_grpc.pyi,sha256=ff2TSiLVnG6IVQcTGzb2DIH3XRSoAvAo_RMcvbMFyc0,76
|
|
415
|
+
chalk/_gen/chalk/server/v1/indexing_job_pb2.py,sha256=n4Ton8_7Ut_XI9jFHqPWw-9knZnC3ft_hBQ8fh8M7Hc,3338
|
|
416
|
+
chalk/_gen/chalk/server/v1/indexing_job_pb2.pyi,sha256=Pd9_NlR8zWPydV3w774swd3EB1OSKrq0fs7k8V2jNfs,1776
|
|
417
|
+
chalk/_gen/chalk/server/v1/indexing_job_pb2_grpc.py,sha256=JJrXQ7mZHAzCv2EuJTuZCz0cybxqZWzGrrTXRRUrK6s,2989
|
|
418
|
+
chalk/_gen/chalk/server/v1/indexing_job_pb2_grpc.pyi,sha256=mJ-rMUy8LlS33MB83EgWMRe89HjeVVrCZ-TC9wm4oH8,1122
|
|
415
419
|
chalk/_gen/chalk/server/v1/integrations_pb2.py,sha256=BSgvuWniq6oyJhoBz1Ptcov3Q9G1u8NdpQp_ogRWbDE,14216
|
|
416
420
|
chalk/_gen/chalk/server/v1/integrations_pb2.pyi,sha256=_EJVXKyY75KI9xu32ZmHkew2APzNf8IWHrc2cAayfSM,11977
|
|
417
421
|
chalk/_gen/chalk/server/v1/integrations_pb2_grpc.py,sha256=bWarXrUn1O7t6RhGCCKo0X0IIXaA9SKln7AQDVEY8vM,16185
|
|
@@ -480,8 +484,8 @@ chalk/_gen/chalk/server/v1/scheduled_query_pb2.py,sha256=aU7YjTJ2H9dp_ZRNmh_91NC
|
|
|
480
484
|
chalk/_gen/chalk/server/v1/scheduled_query_pb2.pyi,sha256=4o__cQ3plq1LucDRH03pMf9LBSjk1eE7XY51gyv435c,299
|
|
481
485
|
chalk/_gen/chalk/server/v1/scheduled_query_pb2_grpc.py,sha256=Pb0WD51FjkvUmPcYINjkSgYX7Z2HCmakFb5wp_Ulqxw,5037
|
|
482
486
|
chalk/_gen/chalk/server/v1/scheduled_query_pb2_grpc.pyi,sha256=w98vRRLSiFl6Z_8c06DDAVH2593_dAgbhdlI-vY0tJw,1337
|
|
483
|
-
chalk/_gen/chalk/server/v1/scheduled_query_run_pb2.py,sha256=
|
|
484
|
-
chalk/_gen/chalk/server/v1/scheduled_query_run_pb2.pyi,sha256=
|
|
487
|
+
chalk/_gen/chalk/server/v1/scheduled_query_run_pb2.py,sha256=ga7XCuptDqkJFNmMkwq7UBnGoLlhgqQKWbgqEbUhn20,5539
|
|
488
|
+
chalk/_gen/chalk/server/v1/scheduled_query_run_pb2.pyi,sha256=P7BSBTV5xIHPcz3sPVtHWBQxZUzQUAzxwvSE9dSxC1I,6426
|
|
485
489
|
chalk/_gen/chalk/server/v1/scheduled_query_run_pb2_grpc.py,sha256=VCyAf0skoHSgQPkD4n8rKQPYesinqHqN8TEwyu7XGUo,159
|
|
486
490
|
chalk/_gen/chalk/server/v1/scheduled_query_run_pb2_grpc.pyi,sha256=ff2TSiLVnG6IVQcTGzb2DIH3XRSoAvAo_RMcvbMFyc0,76
|
|
487
491
|
chalk/_gen/chalk/server/v1/scheduler_pb2.py,sha256=51WGM0OLvEzZBvgy7gubBGkUH3NSDwEHRZ1P1enkz0c,8061
|
|
@@ -604,7 +608,7 @@ chalk/config/_validator.py,sha256=QC1y52m704_bV_TYjq0sdZJ-km8iSkDX1V4sHgw4RJk,13
|
|
|
604
608
|
chalk/config/auth_config.py,sha256=HAALkQrvDD0i7gaZK5iufS8vDDVbzLIpHLOpcJO1kmw,4498
|
|
605
609
|
chalk/config/project_config.py,sha256=YHB3upvtBJu-tWfNOchBRSc9xGebDbrIpCVmKbBzJ8Q,7217
|
|
606
610
|
chalk/df/ChalkDataFrameImpl.py,sha256=BRwnjQcie3gxaKhKau8HG17NWzS1zdr8SnNVurxF8QY,133
|
|
607
|
-
chalk/df/LazyFramePlaceholder.py,sha256
|
|
611
|
+
chalk/df/LazyFramePlaceholder.py,sha256=-qPtf-xqhIhrF6Mbx-WcXxPqGchWgmf0FbSQ5VpJCkg,39067
|
|
608
612
|
chalk/df/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
609
613
|
chalk/df/ast_parser.py,sha256=t-DwUxd2hN8LECRSBx85DIv9FtILgMiHyGyCTINfgQw,11199
|
|
610
614
|
chalk/features/__init__.py,sha256=5doD7bFwRthzwdmizbRaPVHiCABiNpiOiAJVFlwqNnA,6943
|
|
@@ -795,8 +799,8 @@ chalk/utils/tracing.py,sha256=Glx8YrtjWy0zE5YbpgfgcsLDshAKnnYm9poiWNeCxXs,11075
|
|
|
795
799
|
chalk/utils/weak_set_by_identity.py,sha256=VmikA_laYwFeOphCwXJIuyOIkrdlQe0bSzaXq7onoQw,953
|
|
796
800
|
chalk/utils/pydanticutil/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
797
801
|
chalk/utils/pydanticutil/pydantic_compat.py,sha256=O575lLYJ5GvZC4HMzR9yATxf9XwjC6NrDUXbNwZidlE,3031
|
|
798
|
-
chalkpy-2.93.
|
|
799
|
-
chalkpy-2.93.
|
|
800
|
-
chalkpy-2.93.
|
|
801
|
-
chalkpy-2.93.
|
|
802
|
-
chalkpy-2.93.
|
|
802
|
+
chalkpy-2.93.8.dist-info/METADATA,sha256=KkrYmpk1c3eIhD4sAzwSZBMtO3a19bdfragww78ZNgY,27494
|
|
803
|
+
chalkpy-2.93.8.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
804
|
+
chalkpy-2.93.8.dist-info/entry_points.txt,sha256=Vg23sd8icwq-morJrljVFr-kQnMbm95rZfZj5wsZGis,42
|
|
805
|
+
chalkpy-2.93.8.dist-info/top_level.txt,sha256=1Q6_19IGYfNxSw50W8tYKEJ2t5HKQ3W9Wiw4ia5yg2c,6
|
|
806
|
+
chalkpy-2.93.8.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|