tracdap-runtime 0.6.0rc2__py3-none-any.whl → 0.6.1.dev2__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.
- tracdap/rt/_impl/data.py +53 -16
- tracdap/rt/_impl/models.py +12 -7
- tracdap/rt/_impl/storage.py +4 -0
- tracdap/rt/_impl/util.py +20 -12
- tracdap/rt/_plugins/_helpers.py +11 -0
- tracdap/rt/_plugins/repo_git.py +7 -1
- tracdap/rt/_plugins/repo_pypi.py +2 -1
- tracdap/rt/_plugins/storage_local.py +13 -8
- tracdap/rt/_version.py +1 -1
- tracdap/rt/config/__init__.py +11 -16
- tracdap/rt/config/common.py +10 -0
- tracdap/rt/config/common_pb2.py +38 -31
- tracdap/rt/config/job_pb2.py +21 -20
- tracdap/rt/config/platform.py +62 -25
- tracdap/rt/config/platform_pb2.py +52 -45
- tracdap/rt/config/result_pb2.py +15 -14
- tracdap/rt/config/runtime.py +0 -1
- tracdap/rt/config/runtime_pb2.py +24 -24
- tracdap/rt/metadata/__init__.py +18 -18
- tracdap/rt/metadata/common_pb2.py +15 -14
- tracdap/rt/metadata/custom_pb2.py +9 -8
- tracdap/rt/metadata/data_pb2.py +31 -30
- tracdap/rt/metadata/file_pb2.py +9 -8
- tracdap/rt/metadata/flow_pb2.py +33 -32
- tracdap/rt/metadata/job_pb2.py +55 -54
- tracdap/rt/metadata/model_pb2.py +31 -30
- tracdap/rt/metadata/object_id_pb2.py +13 -12
- tracdap/rt/metadata/object_pb2.py +9 -8
- tracdap/rt/metadata/search_pb2.py +19 -18
- tracdap/rt/metadata/stoarge_pb2.py +31 -30
- tracdap/rt/metadata/tag_pb2.py +13 -12
- tracdap/rt/metadata/tag_update_pb2.py +11 -10
- tracdap/rt/metadata/type_pb2.py +29 -28
- {tracdap_runtime-0.6.0rc2.dist-info → tracdap_runtime-0.6.1.dev2.dist-info}/METADATA +24 -23
- {tracdap_runtime-0.6.0rc2.dist-info → tracdap_runtime-0.6.1.dev2.dist-info}/RECORD +38 -40
- {tracdap_runtime-0.6.0rc2.dist-info → tracdap_runtime-0.6.1.dev2.dist-info}/WHEEL +1 -1
- tracdap/rt/config/gateway.py +0 -104
- tracdap/rt/config/gateway_pb2.py +0 -45
- {tracdap_runtime-0.6.0rc2.dist-info → tracdap_runtime-0.6.1.dev2.dist-info}/LICENSE +0 -0
- {tracdap_runtime-0.6.0rc2.dist-info → tracdap_runtime-0.6.1.dev2.dist-info}/top_level.txt +0 -0
@@ -1,11 +1,12 @@
|
|
1
1
|
# -*- coding: utf-8 -*-
|
2
2
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
3
3
|
# source: tracdap/metadata/stoarge.proto
|
4
|
+
# Protobuf Python Version: 4.25.3
|
4
5
|
"""Generated protocol buffer code."""
|
5
|
-
from google.protobuf.internal import builder as _builder
|
6
6
|
from google.protobuf import descriptor as _descriptor
|
7
7
|
from google.protobuf import descriptor_pool as _descriptor_pool
|
8
8
|
from google.protobuf import symbol_database as _symbol_database
|
9
|
+
from google.protobuf.internal import builder as _builder
|
9
10
|
# @@protoc_insertion_point(imports)
|
10
11
|
|
11
12
|
_sym_db = _symbol_database.Default()
|
@@ -16,34 +17,34 @@ from tracdap.metadata import type_pb2 as tracdap_dot_metadata_dot_type__pb2
|
|
16
17
|
|
17
18
|
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1etracdap/metadata/stoarge.proto\x12\x10tracdap.metadata\x1a\x1btracdap/metadata/type.proto\"\xd2\x02\n\x0bStorageCopy\x12\x12\n\nstorageKey\x18\x01 \x01(\t\x12\x13\n\x0bstoragePath\x18\x02 \x01(\t\x12\x15\n\rstorageFormat\x18\x03 \x01(\t\x12\x30\n\ncopyStatus\x18\x04 \x01(\x0e\x32\x1c.tracdap.metadata.CopyStatus\x12\x36\n\rcopyTimestamp\x18\x05 \x01(\x0b\x32\x1f.tracdap.metadata.DatetimeValue\x12I\n\x0estorageOptions\x18\x06 \x03(\x0b\x32\x31.tracdap.metadata.StorageCopy.StorageOptionsEntry\x1aN\n\x13StorageOptionsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12&\n\x05value\x18\x02 \x01(\x0b\x32\x17.tracdap.metadata.Value:\x02\x38\x01\"\xdc\x01\n\x12StorageIncarnation\x12-\n\x06\x63opies\x18\x01 \x03(\x0b\x32\x1d.tracdap.metadata.StorageCopy\x12\x18\n\x10incarnationIndex\x18\x02 \x01(\x05\x12=\n\x14incarnationTimestamp\x18\x03 \x01(\x0b\x32\x1f.tracdap.metadata.DatetimeValue\x12>\n\x11incarnationStatus\x18\x04 \x01(\x0e\x32#.tracdap.metadata.IncarnationStatus\"I\n\x0bStorageItem\x12:\n\x0cincarnations\x18\x01 \x03(\x0b\x32$.tracdap.metadata.StorageIncarnation\"\xe1\x02\n\x11StorageDefinition\x12\x45\n\tdataItems\x18\x01 \x03(\x0b\x32\x32.tracdap.metadata.StorageDefinition.DataItemsEntry\x12O\n\x0estorageOptions\x18\x03 \x03(\x0b\x32\x37.tracdap.metadata.StorageDefinition.StorageOptionsEntry\x1aO\n\x0e\x44\x61taItemsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12,\n\x05value\x18\x02 \x01(\x0b\x32\x1d.tracdap.metadata.StorageItem:\x02\x38\x01\x1aN\n\x13StorageOptionsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12&\n\x05value\x18\x02 \x01(\x0b\x32\x17.tracdap.metadata.Value:\x02\x38\x01J\x04\x08\x02\x10\x03R\rstorageFormat*L\n\nCopyStatus\x12\x17\n\x13\x43OPY_STATUS_NOT_SET\x10\x00\x12\x12\n\x0e\x43OPY_AVAILABLE\x10\x01\x12\x11\n\rCOPY_EXPUNGED\x10\x02*h\n\x11IncarnationStatus\x12\x1e\n\x1aINCARNATION_STATUS_NOT_SET\x10\x00\x12\x19\n\x15INCARNATION_AVAILABLE\x10\x01\x12\x18\n\x14INCARNATION_EXPUNGED\x10\x02\x42\x1e\n\x1aorg.finos.tracdap.metadataP\x01\x62\x06proto3')
|
18
19
|
|
19
|
-
|
20
|
-
_builder.
|
20
|
+
_globals = globals()
|
21
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
22
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'tracdap.metadata.stoarge_pb2', _globals)
|
21
23
|
if _descriptor._USE_C_DESCRIPTORS == False:
|
22
|
-
|
23
|
-
DESCRIPTOR.
|
24
|
-
|
25
|
-
_STORAGECOPY_STORAGEOPTIONSENTRY.
|
26
|
-
|
27
|
-
_STORAGEDEFINITION_DATAITEMSENTRY.
|
28
|
-
|
29
|
-
_STORAGEDEFINITION_STORAGEOPTIONSENTRY.
|
30
|
-
|
31
|
-
_COPYSTATUS.
|
32
|
-
|
33
|
-
_INCARNATIONSTATUS.
|
34
|
-
|
35
|
-
_STORAGECOPY.
|
36
|
-
|
37
|
-
_STORAGECOPY_STORAGEOPTIONSENTRY.
|
38
|
-
|
39
|
-
_STORAGEINCARNATION.
|
40
|
-
|
41
|
-
_STORAGEITEM.
|
42
|
-
|
43
|
-
_STORAGEDEFINITION.
|
44
|
-
|
45
|
-
_STORAGEDEFINITION_DATAITEMSENTRY.
|
46
|
-
|
47
|
-
_STORAGEDEFINITION_STORAGEOPTIONSENTRY.
|
48
|
-
_STORAGEDEFINITION_STORAGEOPTIONSENTRY._serialized_end=420
|
24
|
+
_globals['DESCRIPTOR']._options = None
|
25
|
+
_globals['DESCRIPTOR']._serialized_options = b'\n\032org.finos.tracdap.metadataP\001'
|
26
|
+
_globals['_STORAGECOPY_STORAGEOPTIONSENTRY']._options = None
|
27
|
+
_globals['_STORAGECOPY_STORAGEOPTIONSENTRY']._serialized_options = b'8\001'
|
28
|
+
_globals['_STORAGEDEFINITION_DATAITEMSENTRY']._options = None
|
29
|
+
_globals['_STORAGEDEFINITION_DATAITEMSENTRY']._serialized_options = b'8\001'
|
30
|
+
_globals['_STORAGEDEFINITION_STORAGEOPTIONSENTRY']._options = None
|
31
|
+
_globals['_STORAGEDEFINITION_STORAGEOPTIONSENTRY']._serialized_options = b'8\001'
|
32
|
+
_globals['_COPYSTATUS']._serialized_start=1076
|
33
|
+
_globals['_COPYSTATUS']._serialized_end=1152
|
34
|
+
_globals['_INCARNATIONSTATUS']._serialized_start=1154
|
35
|
+
_globals['_INCARNATIONSTATUS']._serialized_end=1258
|
36
|
+
_globals['_STORAGECOPY']._serialized_start=82
|
37
|
+
_globals['_STORAGECOPY']._serialized_end=420
|
38
|
+
_globals['_STORAGECOPY_STORAGEOPTIONSENTRY']._serialized_start=342
|
39
|
+
_globals['_STORAGECOPY_STORAGEOPTIONSENTRY']._serialized_end=420
|
40
|
+
_globals['_STORAGEINCARNATION']._serialized_start=423
|
41
|
+
_globals['_STORAGEINCARNATION']._serialized_end=643
|
42
|
+
_globals['_STORAGEITEM']._serialized_start=645
|
43
|
+
_globals['_STORAGEITEM']._serialized_end=718
|
44
|
+
_globals['_STORAGEDEFINITION']._serialized_start=721
|
45
|
+
_globals['_STORAGEDEFINITION']._serialized_end=1074
|
46
|
+
_globals['_STORAGEDEFINITION_DATAITEMSENTRY']._serialized_start=894
|
47
|
+
_globals['_STORAGEDEFINITION_DATAITEMSENTRY']._serialized_end=973
|
48
|
+
_globals['_STORAGEDEFINITION_STORAGEOPTIONSENTRY']._serialized_start=342
|
49
|
+
_globals['_STORAGEDEFINITION_STORAGEOPTIONSENTRY']._serialized_end=420
|
49
50
|
# @@protoc_insertion_point(module_scope)
|
tracdap/rt/metadata/tag_pb2.py
CHANGED
@@ -1,11 +1,12 @@
|
|
1
1
|
# -*- coding: utf-8 -*-
|
2
2
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
3
3
|
# source: tracdap/metadata/tag.proto
|
4
|
+
# Protobuf Python Version: 4.25.3
|
4
5
|
"""Generated protocol buffer code."""
|
5
|
-
from google.protobuf.internal import builder as _builder
|
6
6
|
from google.protobuf import descriptor as _descriptor
|
7
7
|
from google.protobuf import descriptor_pool as _descriptor_pool
|
8
8
|
from google.protobuf import symbol_database as _symbol_database
|
9
|
+
from google.protobuf.internal import builder as _builder
|
9
10
|
# @@protoc_insertion_point(imports)
|
10
11
|
|
11
12
|
_sym_db = _symbol_database.Default()
|
@@ -18,16 +19,16 @@ from tracdap.metadata import object_pb2 as tracdap_dot_metadata_dot_object__pb2
|
|
18
19
|
|
19
20
|
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1atracdap/metadata/tag.proto\x12\x10tracdap.metadata\x1a\x1btracdap/metadata/type.proto\x1a tracdap/metadata/object_id.proto\x1a\x1dtracdap/metadata/object.proto\"\xf6\x01\n\x03Tag\x12+\n\x06header\x18\x01 \x01(\x0b\x32\x1b.tracdap.metadata.TagHeader\x12/\n\x05\x61ttrs\x18\x02 \x03(\x0b\x32 .tracdap.metadata.Tag.AttrsEntry\x12;\n\ndefinition\x18\x03 \x01(\x0b\x32\".tracdap.metadata.ObjectDefinitionH\x00\x88\x01\x01\x1a\x45\n\nAttrsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12&\n\x05value\x18\x02 \x01(\x0b\x32\x17.tracdap.metadata.Value:\x02\x38\x01\x42\r\n\x0b_definitionB\x1e\n\x1aorg.finos.tracdap.metadataP\x01\x62\x06proto3')
|
20
21
|
|
21
|
-
|
22
|
-
_builder.
|
22
|
+
_globals = globals()
|
23
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
24
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'tracdap.metadata.tag_pb2', _globals)
|
23
25
|
if _descriptor._USE_C_DESCRIPTORS == False:
|
24
|
-
|
25
|
-
DESCRIPTOR.
|
26
|
-
|
27
|
-
_TAG_ATTRSENTRY.
|
28
|
-
|
29
|
-
_TAG.
|
30
|
-
|
31
|
-
_TAG_ATTRSENTRY.
|
32
|
-
_TAG_ATTRSENTRY._serialized_end=374
|
26
|
+
_globals['DESCRIPTOR']._options = None
|
27
|
+
_globals['DESCRIPTOR']._serialized_options = b'\n\032org.finos.tracdap.metadataP\001'
|
28
|
+
_globals['_TAG_ATTRSENTRY']._options = None
|
29
|
+
_globals['_TAG_ATTRSENTRY']._serialized_options = b'8\001'
|
30
|
+
_globals['_TAG']._serialized_start=143
|
31
|
+
_globals['_TAG']._serialized_end=389
|
32
|
+
_globals['_TAG_ATTRSENTRY']._serialized_start=305
|
33
|
+
_globals['_TAG_ATTRSENTRY']._serialized_end=374
|
33
34
|
# @@protoc_insertion_point(module_scope)
|
@@ -1,11 +1,12 @@
|
|
1
1
|
# -*- coding: utf-8 -*-
|
2
2
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
3
3
|
# source: tracdap/metadata/tag_update.proto
|
4
|
+
# Protobuf Python Version: 4.25.3
|
4
5
|
"""Generated protocol buffer code."""
|
5
|
-
from google.protobuf.internal import builder as _builder
|
6
6
|
from google.protobuf import descriptor as _descriptor
|
7
7
|
from google.protobuf import descriptor_pool as _descriptor_pool
|
8
8
|
from google.protobuf import symbol_database as _symbol_database
|
9
|
+
from google.protobuf.internal import builder as _builder
|
9
10
|
# @@protoc_insertion_point(imports)
|
10
11
|
|
11
12
|
_sym_db = _symbol_database.Default()
|
@@ -16,14 +17,14 @@ from tracdap.metadata import type_pb2 as tracdap_dot_metadata_dot_type__pb2
|
|
16
17
|
|
17
18
|
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n!tracdap/metadata/tag_update.proto\x12\x10tracdap.metadata\x1a\x1btracdap/metadata/type.proto\"\x87\x01\n\tTagUpdate\x12\x31\n\toperation\x18\x01 \x01(\x0e\x32\x1e.tracdap.metadata.TagOperation\x12\x10\n\x08\x61ttrName\x18\x02 \x01(\t\x12+\n\x05value\x18\x03 \x01(\x0b\x32\x17.tracdap.metadata.ValueH\x00\x88\x01\x01\x42\x08\n\x06_value*\x9e\x01\n\x0cTagOperation\x12\x1a\n\x16\x43REATE_OR_REPLACE_ATTR\x10\x00\x12\x19\n\x15\x43REATE_OR_APPEND_ATTR\x10\x01\x12\x0f\n\x0b\x43REATE_ATTR\x10\x02\x12\x10\n\x0cREPLACE_ATTR\x10\x03\x12\x0f\n\x0b\x41PPEND_ATTR\x10\x04\x12\x0f\n\x0b\x44\x45LETE_ATTR\x10\x05\x12\x12\n\x0e\x43LEAR_ALL_ATTR\x10\x06\x42\x1e\n\x1aorg.finos.tracdap.metadataP\x01\x62\x06proto3')
|
18
19
|
|
19
|
-
|
20
|
-
_builder.
|
20
|
+
_globals = globals()
|
21
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
22
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'tracdap.metadata.tag_update_pb2', _globals)
|
21
23
|
if _descriptor._USE_C_DESCRIPTORS == False:
|
22
|
-
|
23
|
-
DESCRIPTOR.
|
24
|
-
|
25
|
-
_TAGOPERATION.
|
26
|
-
|
27
|
-
_TAGUPDATE.
|
28
|
-
_TAGUPDATE._serialized_end=220
|
24
|
+
_globals['DESCRIPTOR']._options = None
|
25
|
+
_globals['DESCRIPTOR']._serialized_options = b'\n\032org.finos.tracdap.metadataP\001'
|
26
|
+
_globals['_TAGOPERATION']._serialized_start=223
|
27
|
+
_globals['_TAGOPERATION']._serialized_end=381
|
28
|
+
_globals['_TAGUPDATE']._serialized_start=85
|
29
|
+
_globals['_TAGUPDATE']._serialized_end=220
|
29
30
|
# @@protoc_insertion_point(module_scope)
|
tracdap/rt/metadata/type_pb2.py
CHANGED
@@ -1,11 +1,12 @@
|
|
1
1
|
# -*- coding: utf-8 -*-
|
2
2
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
3
3
|
# source: tracdap/metadata/type.proto
|
4
|
+
# Protobuf Python Version: 4.25.3
|
4
5
|
"""Generated protocol buffer code."""
|
5
|
-
from google.protobuf.internal import builder as _builder
|
6
6
|
from google.protobuf import descriptor as _descriptor
|
7
7
|
from google.protobuf import descriptor_pool as _descriptor_pool
|
8
8
|
from google.protobuf import symbol_database as _symbol_database
|
9
|
+
from google.protobuf.internal import builder as _builder
|
9
10
|
# @@protoc_insertion_point(imports)
|
10
11
|
|
11
12
|
_sym_db = _symbol_database.Default()
|
@@ -16,32 +17,32 @@ from tracdap.metadata import common_pb2 as tracdap_dot_metadata_dot_common__pb2
|
|
16
17
|
|
17
18
|
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1btracdap/metadata/type.proto\x12\x10tracdap.metadata\x1a\x1dtracdap/metadata/common.proto\"\xcc\x01\n\x0eTypeDescriptor\x12.\n\tbasicType\x18\x01 \x01(\x0e\x32\x1b.tracdap.metadata.BasicType\x12\x38\n\tarrayType\x18\x02 \x01(\x0b\x32 .tracdap.metadata.TypeDescriptorH\x00\x88\x01\x01\x12\x36\n\x07mapType\x18\x03 \x01(\x0b\x32 .tracdap.metadata.TypeDescriptorH\x01\x88\x01\x01\x42\x0c\n\n_arrayTypeB\n\n\x08_mapType\"\x1f\n\x0c\x44\x65\x63imalValue\x12\x0f\n\x07\x64\x65\x63imal\x18\x01 \x01(\t\"\x1c\n\tDateValue\x12\x0f\n\x07isoDate\x18\x01 \x01(\t\"$\n\rDatetimeValue\x12\x13\n\x0bisoDatetime\x18\x01 \x01(\t\"\xa9\x03\n\x05Value\x12.\n\x04type\x18\x01 \x01(\x0b\x32 .tracdap.metadata.TypeDescriptor\x12\x16\n\x0c\x62ooleanValue\x18\x02 \x01(\x08H\x00\x12\x1a\n\x0cintegerValue\x18\x03 \x01(\x12\x42\x02\x30\x02H\x00\x12\x14\n\nfloatValue\x18\x04 \x01(\x01H\x00\x12\x15\n\x0bstringValue\x18\x05 \x01(\tH\x00\x12\x36\n\x0c\x64\x65\x63imalValue\x18\x06 \x01(\x0b\x32\x1e.tracdap.metadata.DecimalValueH\x00\x12\x30\n\tdateValue\x18\x07 \x01(\x0b\x32\x1b.tracdap.metadata.DateValueH\x00\x12\x38\n\rdatetimeValue\x18\x08 \x01(\x0b\x32\x1f.tracdap.metadata.DatetimeValueH\x00\x12\x32\n\narrayValue\x18\t \x01(\x0b\x32\x1c.tracdap.metadata.ArrayValueH\x00\x12.\n\x08mapValue\x18\n \x01(\x0b\x32\x1a.tracdap.metadata.MapValueH\x00\x42\x07\n\x05value\"4\n\nArrayValue\x12&\n\x05items\x18\x01 \x03(\x0b\x32\x17.tracdap.metadata.Value\"\x8d\x01\n\x08MapValue\x12\x38\n\x07\x65ntries\x18\x01 \x03(\x0b\x32\'.tracdap.metadata.MapValue.EntriesEntry\x1aG\n\x0c\x45ntriesEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12&\n\x05value\x18\x02 \x01(\x0b\x32\x17.tracdap.metadata.Value:\x02\x38\x01*\x8d\x01\n\tBasicType\x12\x16\n\x12\x42\x41SIC_TYPE_NOT_SET\x10\x00\x12\x0b\n\x07\x42OOLEAN\x10\x01\x12\x0b\n\x07INTEGER\x10\x02\x12\t\n\x05\x46LOAT\x10\x03\x12\n\n\x06STRING\x10\x04\x12\x0b\n\x07\x44\x45\x43IMAL\x10\x05\x12\x08\n\x04\x44\x41TE\x10\x06\x12\x0c\n\x08\x44\x41TETIME\x10\x07\x12\t\n\x05\x41RRAY\x10\x08\x12\x07\n\x03MAP\x10\tB\x1e\n\x1aorg.finos.tracdap.metadataP\x01\x62\x06proto3')
|
18
19
|
|
19
|
-
|
20
|
-
_builder.
|
20
|
+
_globals = globals()
|
21
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
22
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'tracdap.metadata.type_pb2', _globals)
|
21
23
|
if _descriptor._USE_C_DESCRIPTORS == False:
|
22
|
-
|
23
|
-
DESCRIPTOR.
|
24
|
-
|
25
|
-
_VALUE.fields_by_name['integerValue'].
|
26
|
-
|
27
|
-
_MAPVALUE_ENTRIESENTRY.
|
28
|
-
|
29
|
-
_BASICTYPE.
|
30
|
-
|
31
|
-
_TYPEDESCRIPTOR.
|
32
|
-
|
33
|
-
_DECIMALVALUE.
|
34
|
-
|
35
|
-
_DATEVALUE.
|
36
|
-
|
37
|
-
_DATETIMEVALUE.
|
38
|
-
|
39
|
-
_VALUE.
|
40
|
-
|
41
|
-
_ARRAYVALUE.
|
42
|
-
|
43
|
-
_MAPVALUE.
|
44
|
-
|
45
|
-
_MAPVALUE_ENTRIESENTRY.
|
46
|
-
_MAPVALUE_ENTRIESENTRY._serialized_end=1012
|
24
|
+
_globals['DESCRIPTOR']._options = None
|
25
|
+
_globals['DESCRIPTOR']._serialized_options = b'\n\032org.finos.tracdap.metadataP\001'
|
26
|
+
_globals['_VALUE'].fields_by_name['integerValue']._options = None
|
27
|
+
_globals['_VALUE'].fields_by_name['integerValue']._serialized_options = b'0\002'
|
28
|
+
_globals['_MAPVALUE_ENTRIESENTRY']._options = None
|
29
|
+
_globals['_MAPVALUE_ENTRIESENTRY']._serialized_options = b'8\001'
|
30
|
+
_globals['_BASICTYPE']._serialized_start=1015
|
31
|
+
_globals['_BASICTYPE']._serialized_end=1156
|
32
|
+
_globals['_TYPEDESCRIPTOR']._serialized_start=81
|
33
|
+
_globals['_TYPEDESCRIPTOR']._serialized_end=285
|
34
|
+
_globals['_DECIMALVALUE']._serialized_start=287
|
35
|
+
_globals['_DECIMALVALUE']._serialized_end=318
|
36
|
+
_globals['_DATEVALUE']._serialized_start=320
|
37
|
+
_globals['_DATEVALUE']._serialized_end=348
|
38
|
+
_globals['_DATETIMEVALUE']._serialized_start=350
|
39
|
+
_globals['_DATETIMEVALUE']._serialized_end=386
|
40
|
+
_globals['_VALUE']._serialized_start=389
|
41
|
+
_globals['_VALUE']._serialized_end=814
|
42
|
+
_globals['_ARRAYVALUE']._serialized_start=816
|
43
|
+
_globals['_ARRAYVALUE']._serialized_end=868
|
44
|
+
_globals['_MAPVALUE']._serialized_start=871
|
45
|
+
_globals['_MAPVALUE']._serialized_end=1012
|
46
|
+
_globals['_MAPVALUE_ENTRIESENTRY']._serialized_start=941
|
47
|
+
_globals['_MAPVALUE_ENTRIESENTRY']._serialized_end=1012
|
47
48
|
# @@protoc_insertion_point(module_scope)
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: tracdap-runtime
|
3
|
-
Version: 0.6.
|
3
|
+
Version: 0.6.1.dev2
|
4
4
|
Summary: Runtime package for building models on the TRAC Data & Analytics Platform
|
5
5
|
Home-page: https://tracdap.finos.org/
|
6
6
|
Author: Martin Traverse
|
@@ -13,30 +13,31 @@ Platform: any
|
|
13
13
|
Classifier: Programming Language :: Python :: 3
|
14
14
|
Classifier: License :: OSI Approved :: Apache Software License
|
15
15
|
Classifier: Operating System :: OS Independent
|
16
|
-
Requires-Python: <3.
|
16
|
+
Requires-Python: <3.13,>=3.8
|
17
17
|
Description-Content-Type: text/markdown
|
18
18
|
License-File: LICENSE
|
19
|
-
Requires-Dist: protobuf ==4.
|
20
|
-
Requires-Dist: pyarrow ==
|
21
|
-
Requires-Dist: pyyaml ==6.0.
|
22
|
-
Requires-Dist: dulwich ==0.
|
23
|
-
Requires-Dist: requests ==2.
|
24
|
-
Requires-Dist: pandas <
|
19
|
+
Requires-Dist: protobuf ==4.25.3
|
20
|
+
Requires-Dist: pyarrow ==16.0.0
|
21
|
+
Requires-Dist: pyyaml ==6.0.1
|
22
|
+
Requires-Dist: dulwich ==0.22.1
|
23
|
+
Requires-Dist: requests ==2.32.3
|
24
|
+
Requires-Dist: pandas <2.3.0,>=1.2.0
|
25
|
+
Requires-Dist: numpy <2.0.0
|
25
26
|
Provides-Extra: aws
|
26
|
-
Requires-Dist: botocore ==1.
|
27
|
-
Requires-Dist: boto3 ==1.
|
27
|
+
Requires-Dist: botocore ==1.34.93 ; extra == 'aws'
|
28
|
+
Requires-Dist: boto3 ==1.34.93 ; extra == 'aws'
|
28
29
|
Provides-Extra: azure
|
29
|
-
Requires-Dist: azure-core ==1.
|
30
|
-
Requires-Dist: azure-identity ==1.
|
31
|
-
Requires-Dist: azure-storage-blob ==12.
|
32
|
-
Requires-Dist: adlfs ==
|
30
|
+
Requires-Dist: azure-core ==1.30.1 ; extra == 'azure'
|
31
|
+
Requires-Dist: azure-identity ==1.16.1 ; extra == 'azure'
|
32
|
+
Requires-Dist: azure-storage-blob ==12.19.1 ; extra == 'azure'
|
33
|
+
Requires-Dist: adlfs ==2024.4.1 ; extra == 'azure'
|
33
34
|
Provides-Extra: gcp
|
34
|
-
Requires-Dist: google-auth ==2.
|
35
|
-
Requires-Dist: google-cloud-core ==2.
|
36
|
-
Requires-Dist: google-cloud-storage ==2.
|
37
|
-
Requires-Dist: gcsfs ==
|
35
|
+
Requires-Dist: google-auth ==2.29.0 ; extra == 'gcp'
|
36
|
+
Requires-Dist: google-cloud-core ==2.4.1 ; extra == 'gcp'
|
37
|
+
Requires-Dist: google-cloud-storage ==2.16.0 ; extra == 'gcp'
|
38
|
+
Requires-Dist: gcsfs ==2024.3.1 ; extra == 'gcp'
|
38
39
|
Provides-Extra: spark
|
39
|
-
Requires-Dist: pyspark <3.
|
40
|
+
Requires-Dist: pyspark <3.6.0,>=3.0.0 ; extra == 'spark'
|
40
41
|
|
41
42
|
# TRAC Model Runtime for Python
|
42
43
|
|
@@ -56,12 +57,12 @@ Documentation for the TRAC platform is available on our website at
|
|
56
57
|
|
57
58
|
The TRAC runtime for Python has these requirements:
|
58
59
|
|
59
|
-
* Python: 3.8 up to 3.
|
60
|
-
* Pandas: 1.2 up to
|
61
|
-
* PySpark 3.0 up to 3.
|
60
|
+
* Python: 3.8 up to 3.12
|
61
|
+
* Pandas: 1.2 up to 2.2
|
62
|
+
* PySpark 3.0 up to 3.5 (optional)
|
62
63
|
|
63
64
|
3rd party libraries may impose additional constraints on supported versions of Python, Pandas or PySpark.
|
64
|
-
|
65
|
+
As of February 2024, the Python libraries for GCP do not yet support Python 3.12.
|
65
66
|
|
66
67
|
## Installing the runtime
|
67
68
|
|
@@ -1,5 +1,5 @@
|
|
1
1
|
tracdap/rt/__init__.py,sha256=rz9ERpKMlnR4LFZNGLtdNE26B_Y2V168bdd8hRmasKk,643
|
2
|
-
tracdap/rt/_version.py,sha256=
|
2
|
+
tracdap/rt/_version.py,sha256=WpByoEdqJuuiS-rXAWigKzSvJfRsdVJGC6OELPGrP6E,636
|
3
3
|
tracdap/rt/exceptions.py,sha256=AV2o9g5d5miMoRfsYW3DZ6or4SLVGwcZjfw4UsQ-HTY,7907
|
4
4
|
tracdap/rt/_exec/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
5
5
|
tracdap/rt/_exec/actors.py,sha256=faZ7hCxsONLbjQKrFRZv-wL_aXaKjsgbLOHDI0uUXDc,32242
|
@@ -12,46 +12,44 @@ tracdap/rt/_exec/graph_builder.py,sha256=5vDjgLuzt8HrZp0c-U5CQ8dm_cwebEgeYfgR2ht
|
|
12
12
|
tracdap/rt/_exec/runtime.py,sha256=MCfpEBwbh1vs5Ir4vOOK_R2z6XVaK-teAm2Iz3pAmLo,13708
|
13
13
|
tracdap/rt/_impl/__init__.py,sha256=eBZMpgFx9uHJxMA-yMWHCQMvShTKxJRAizdz4vy5eWg,609
|
14
14
|
tracdap/rt/_impl/config_parser.py,sha256=udnYRafOcP3aQSVXSfjCc70gOEbh7MxJpR1v0wqnBUw,15263
|
15
|
-
tracdap/rt/_impl/data.py,sha256=
|
15
|
+
tracdap/rt/_impl/data.py,sha256=hp_GYPsxWt69OBOyP5bTtPi-QsBeTKySkMuHEvit4Ag,32274
|
16
16
|
tracdap/rt/_impl/guard_rails.py,sha256=eZbhmBvAY-6SP-Y1CM33bMOQu4xLmAjDVctSR-yocZk,10724
|
17
|
-
tracdap/rt/_impl/models.py,sha256=
|
17
|
+
tracdap/rt/_impl/models.py,sha256=4Rqj-ftjCaetZ9Ty39-EUc--x6ZFX_inLfQYRHMaFyI,9216
|
18
18
|
tracdap/rt/_impl/repos.py,sha256=bdpUkBbNOIQOKJQGOhCDdXUMz2bY91YNIYlKRKTtM4Y,2063
|
19
19
|
tracdap/rt/_impl/schemas.py,sha256=KhMvh_i2ZLx0-P6vzx8ro2-KbnB3upfJgryTHbXMJrs,7417
|
20
20
|
tracdap/rt/_impl/shim.py,sha256=WV9AldhKdt-oLuQ5x89Dkocdn_gJoYZEo9buHHFIYd8,23148
|
21
21
|
tracdap/rt/_impl/static_api.py,sha256=5MRTicKpq-afaX7z3bCBJqQjbncXzCL-t__9UDR90r8,7684
|
22
|
-
tracdap/rt/_impl/storage.py,sha256=
|
22
|
+
tracdap/rt/_impl/storage.py,sha256=vvu1Qlk0-GHqzNj0M33L_jB9eKv0dh9Fr9MBBiaQ2uM,35075
|
23
23
|
tracdap/rt/_impl/type_system.py,sha256=yycCyGZgszCkpO1tA5sMg0W_-2uYwk9dTaL2gg68D6k,12010
|
24
|
-
tracdap/rt/_impl/util.py,sha256=
|
24
|
+
tracdap/rt/_impl/util.py,sha256=HeswbIL4dQHjWnCJL3-WEqwsQaYo-xnEuGRoaRJ7kyU,11075
|
25
25
|
tracdap/rt/_impl/validation.py,sha256=AgSnr_SZ6nbyh7beiz3QP5BEg-sOuXvFzarqiPvuuUQ,16241
|
26
26
|
tracdap/rt/_plugins/__init__.py,sha256=NT9Aq8FDZwJgAG6u6K2E0B6ByAo3x0i48wFNfRkSLZc,609
|
27
|
-
tracdap/rt/_plugins/_helpers.py,sha256=
|
27
|
+
tracdap/rt/_plugins/_helpers.py,sha256=_PhYVVNFZaktERkyrKSvMCzMJn9EXSun0MXmWInq_ew,5840
|
28
28
|
tracdap/rt/_plugins/format_arrow.py,sha256=C4mcRRD-bIZhytxEn4meM1gwIaq1cSl_YgmUGUwzuPY,2210
|
29
29
|
tracdap/rt/_plugins/format_csv.py,sha256=e9yr5ZSseuns-YHa-dKPMOO0EvFM4Kx3CJbvHQQika4,16823
|
30
30
|
tracdap/rt/_plugins/format_parquet.py,sha256=clOkTGvqEPgnF7eRaxceyDDiWgFbSHZcYQWGOr2130c,2159
|
31
|
-
tracdap/rt/_plugins/repo_git.py,sha256=
|
31
|
+
tracdap/rt/_plugins/repo_git.py,sha256=68nE9NBw5M4wId9tgTI8K9Pv80V8BDAG7oJDPf5_C9I,10276
|
32
32
|
tracdap/rt/_plugins/repo_local.py,sha256=oW35YZIjOI4uRTGWI44Vnr9mzelQL-HuLvLnmHZHzTU,2726
|
33
|
-
tracdap/rt/_plugins/repo_pypi.py,sha256=
|
33
|
+
tracdap/rt/_plugins/repo_pypi.py,sha256=DGNgoUGM7fbAYtxqW-Liu2d2Lpx0OHAOnMnT-t0hEbA,13345
|
34
34
|
tracdap/rt/_plugins/storage_aws.py,sha256=1XyWJcHmRQqr3LpS6yGvR6-yaz4g7_3zFc_KUJPWmz8,12973
|
35
35
|
tracdap/rt/_plugins/storage_azure.py,sha256=Q7c063SXlbbsyZHWPu4ma8BDwV-sE0ipOyb0Roi9ad0,5813
|
36
36
|
tracdap/rt/_plugins/storage_gcp.py,sha256=ENMrgTzqX0QjSDnMfeGyFK6YUwaFaJgqF7PQzEqviKk,6464
|
37
|
-
tracdap/rt/_plugins/storage_local.py,sha256=
|
37
|
+
tracdap/rt/_plugins/storage_local.py,sha256=ep0EvFzhA8ZKStxwSvtbOPIJBt3HjtYKkmFlnUU_AqU,15555
|
38
38
|
tracdap/rt/api/__init__.py,sha256=rOiUwK6sav9QTXohpZAFXJ9MgsL0KBfUyKA7dYspfGQ,1124
|
39
39
|
tracdap/rt/api/hook.py,sha256=3gc90J2mzp27koDysHvl8HwiSePw0hjg1BED3VhZVR4,4033
|
40
40
|
tracdap/rt/api/model_api.py,sha256=S2Dz7cre5pFIK3jw8Qlv6D90bv6KSULdbPkMBurEkAM,15402
|
41
41
|
tracdap/rt/api/static_api.py,sha256=Q4Cd5Kc97xt8X50nd_36LMcN0UYQMAuN7IKRS-9AwAM,20930
|
42
|
-
tracdap/rt/config/__init__.py,sha256=
|
43
|
-
tracdap/rt/config/common.py,sha256=
|
44
|
-
tracdap/rt/config/common_pb2.py,sha256=
|
45
|
-
tracdap/rt/config/gateway.py,sha256=Uz1ihOTHGLU0GBBIHAaZCV0ufyyHQJtQnAHeqD1dyOM,1551
|
46
|
-
tracdap/rt/config/gateway_pb2.py,sha256=d9UHmDkRqSiEY7tANqwhWmVuTUplXuYA0wpTBrWg9eI,3820
|
42
|
+
tracdap/rt/config/__init__.py,sha256=g01FRwJn4wfB-MvFQm1UOl-oHZijNobHwCLXpeRvgbg,887
|
43
|
+
tracdap/rt/config/common.py,sha256=0R57K63-aJ-flvV8RwPyklgPYlLIPUoy5MnZagKFP4A,1202
|
44
|
+
tracdap/rt/config/common_pb2.py,sha256=aQV7N81HMw7O2-ltQhqGlggU98r8LcX-em67n3x8JVA,4796
|
47
45
|
tracdap/rt/config/job.py,sha256=txzOSBBOoEHWo8tzFNhv9HvjOo4q4C9YfVKadNwZKBQ,575
|
48
|
-
tracdap/rt/config/job_pb2.py,sha256=
|
49
|
-
tracdap/rt/config/platform.py,sha256=
|
50
|
-
tracdap/rt/config/platform_pb2.py,sha256=
|
46
|
+
tracdap/rt/config/job_pb2.py,sha256=mee2IaLREot0BxSFQwyaVUEOeV8YyXKI3jHnwdQESQM,3160
|
47
|
+
tracdap/rt/config/platform.py,sha256=9H744m4u6rbcZB_mKlPJEIKYR2XC956wmjFvrdOen6k,2872
|
48
|
+
tracdap/rt/config/platform_pb2.py,sha256=kEtZiZK4Dm-Wo1h7cBQzueMsuAhsTjCvdMaefpdRxeQ,7850
|
51
49
|
tracdap/rt/config/result.py,sha256=ChxZ2R5UtMGuO7h0PVijskbzVo8cXqWIA2PyAkYT-PQ,588
|
52
|
-
tracdap/rt/config/result_pb2.py,sha256=
|
53
|
-
tracdap/rt/config/runtime.py,sha256=
|
54
|
-
tracdap/rt/config/runtime_pb2.py,sha256=
|
50
|
+
tracdap/rt/config/result_pb2.py,sha256=mBY7_BzwKE3FwnNW8i2LY1bE4MxXFk-YHRr-tUJ--w8,2544
|
51
|
+
tracdap/rt/config/runtime.py,sha256=M7FoknJkLULrSUX3ZN6dH5KsLKT3spsBtEsCSDGumq0,554
|
52
|
+
tracdap/rt/config/runtime_pb2.py,sha256=KZFtDiObAa5KXXzn-opAz5F7f0T_3eqvyrQ3HETgKX0,3020
|
55
53
|
tracdap/rt/ext/__init__.py,sha256=0yYnHpdaHioyof9IyG0R2Z6us1PsaRjOfDX0hSLc_g8,608
|
56
54
|
tracdap/rt/ext/_guard.py,sha256=ySID0WTbkdrVRzplyMJRl4cc7EqIR1_CImV-e2INiAY,1301
|
57
55
|
tracdap/rt/ext/embed.py,sha256=_Uz396ELYH0tMKcQRt6W2SznWYSB48zEqAp8P8B6H98,2146
|
@@ -62,37 +60,37 @@ tracdap/rt/launch/__init__.py,sha256=Zz_4f_ODsmweCxRmG2Dq1Slpb927jSugYclfF_Wgfws
|
|
62
60
|
tracdap/rt/launch/__main__.py,sha256=9UVYYSsqvvMVOqjjBBeLNdzV_6IeIa_97KWOMXIpXY4,654
|
63
61
|
tracdap/rt/launch/cli.py,sha256=giC30Dffz9eYd-7fDQqTZ65OXDDf0OPmKb6NV_meePE,2196
|
64
62
|
tracdap/rt/launch/launch.py,sha256=ap6PWdIS4eg43aCK2A-bdAoXS75ZUIT3Kt-6Uc-4eNw,4497
|
65
|
-
tracdap/rt/metadata/__init__.py,sha256=
|
63
|
+
tracdap/rt/metadata/__init__.py,sha256=dZo-iEOetN8THJWmvtgnUZ4dWUkuMHvfuYA9akZpVr8,1779
|
66
64
|
tracdap/rt/metadata/common.py,sha256=HIOphjbX_y7gRpERThb0Hrgiij1qaSc9XmvcWiuE3nI,1453
|
67
|
-
tracdap/rt/metadata/common_pb2.py,sha256=
|
65
|
+
tracdap/rt/metadata/common_pb2.py,sha256=yMxUFZprDeTQRWruhly0qtcR-cn6pw1v7hCEsfM9SxQ,1882
|
68
66
|
tracdap/rt/metadata/custom.py,sha256=bNG2Fy8uYz1qE8idgN1h4EHkecV95BG0ruEl7XUWvRU,295
|
69
|
-
tracdap/rt/metadata/custom_pb2.py,sha256=
|
67
|
+
tracdap/rt/metadata/custom_pb2.py,sha256=Dzn08-oG6LHjSk2XgWQS59OxGezOmhe5Wmga6J3PQbE,1358
|
70
68
|
tracdap/rt/metadata/data.py,sha256=OR7axOmrcyIOdWTqq2fuMV-kWF2H6-rJuKfV3ok1OnM,2773
|
71
|
-
tracdap/rt/metadata/data_pb2.py,sha256=
|
69
|
+
tracdap/rt/metadata/data_pb2.py,sha256=coUhh5Lbaf_U6SydUTcGdaheNnGrXPu1voEBAiBk8Bo,4988
|
72
70
|
tracdap/rt/metadata/file.py,sha256=LeZGMkS8j2wlsbAw_qojYtrvljgj-YwraU-V00p4rvY,385
|
73
|
-
tracdap/rt/metadata/file_pb2.py,sha256=
|
71
|
+
tracdap/rt/metadata/file_pb2.py,sha256=ytzjuWhcoUlEP93Z_mfyUrQ3XHYNncDcz7MwhWdaZBY,1598
|
74
72
|
tracdap/rt/metadata/flow.py,sha256=zBwmEK9NrO3R3QcgGHQz2k6X72RSed7uZXEaJKHPdHY,1347
|
75
|
-
tracdap/rt/metadata/flow_pb2.py,sha256=
|
73
|
+
tracdap/rt/metadata/flow_pb2.py,sha256=tWZqIDssFdf8dTQIPI2eQOoQfE4C83gDwVVkhGuoaWE,4877
|
76
74
|
tracdap/rt/metadata/job.py,sha256=JVbfHYOxOiXDfYlcVTEyHjrxVVXjc4qQnCDO6aKwUbQ,2160
|
77
|
-
tracdap/rt/metadata/job_pb2.py,sha256=
|
75
|
+
tracdap/rt/metadata/job_pb2.py,sha256=uCofiCvevL_cSzmv-Y5edt1M6FTFNuJNo7SJGx61b10,7983
|
78
76
|
tracdap/rt/metadata/model.py,sha256=U7LA6v-0BrYcVgk1PucSfMwVww9CzAKPtxxLnDZIFJQ,2613
|
79
|
-
tracdap/rt/metadata/model_pb2.py,sha256=
|
77
|
+
tracdap/rt/metadata/model_pb2.py,sha256=cv4kj293kJv-cli9Qla1x-_E007XYxPHouX1U66_leQ,4769
|
80
78
|
tracdap/rt/metadata/object.py,sha256=AYBx-LJ1kUp6bTqDOsDkd5GJtAZJK8XFaHYGeSt023M,2709
|
81
79
|
tracdap/rt/metadata/object_id.py,sha256=U4g55EGUrnXMxynYdpAW1kFxzTlmpERa-0pwHxXZDV0,4313
|
82
|
-
tracdap/rt/metadata/object_id_pb2.py,sha256=
|
83
|
-
tracdap/rt/metadata/object_pb2.py,sha256=
|
80
|
+
tracdap/rt/metadata/object_id_pb2.py,sha256=EYYNi7f3ZTQR-4vuOp9dFZyY1iLE1XR4CaVhF9Ws5fE,2783
|
81
|
+
tracdap/rt/metadata/object_pb2.py,sha256=OWmKz1PLSPJqe-fMYK1otxPuoVBdigpsGVaMdlHJZXY,2929
|
84
82
|
tracdap/rt/metadata/search.py,sha256=2wTk6VQF7GuJfZYRBxoOhRxDQ1zOPgN3fWyUV7wIZiY,9811
|
85
|
-
tracdap/rt/metadata/search_pb2.py,sha256=
|
83
|
+
tracdap/rt/metadata/search_pb2.py,sha256=WixbniXcaaU42rbvjuF_KfCI5uv_A0m9Jq8rsOahjx4,3421
|
86
84
|
tracdap/rt/metadata/stoarge.py,sha256=E0gEO4zwH2os92_Fp8JzuqNIfdHbeAilfVe-TkXOtMU,1336
|
87
|
-
tracdap/rt/metadata/stoarge_pb2.py,sha256=
|
85
|
+
tracdap/rt/metadata/stoarge_pb2.py,sha256=3D9zNxJIHpyNlJoB6JFQBeptRIOkITqh04nYHRqd-XI,4504
|
88
86
|
tracdap/rt/metadata/tag.py,sha256=qO1Lxn64UllfAt3CSdvQf04HuKlaUG0ET0keW1Soz_c,5079
|
89
|
-
tracdap/rt/metadata/tag_pb2.py,sha256=
|
87
|
+
tracdap/rt/metadata/tag_pb2.py,sha256=6WRhKiIGIDhTwRyl0AFIcPCUMKTxruxNdq4HqyH2oHA,2126
|
90
88
|
tracdap/rt/metadata/tag_update.py,sha256=gSNG1Nv4mIhcmBcuMa5P6pmuj_R4DwHc9R7riSwk0bI,3718
|
91
|
-
tracdap/rt/metadata/tag_update_pb2.py,sha256=
|
89
|
+
tracdap/rt/metadata/tag_update_pb2.py,sha256=n_TPfBnA3bUzGW15y1TqQIBcI5f0zJ3551Shbbg-mT4,1940
|
92
90
|
tracdap/rt/metadata/type.py,sha256=a11dBdO8Cp8fkXfS9Xom1IDqz3BQZenzvGY20V855QE,9402
|
93
|
-
tracdap/rt/metadata/type_pb2.py,sha256=
|
94
|
-
tracdap_runtime-0.6.
|
95
|
-
tracdap_runtime-0.6.
|
96
|
-
tracdap_runtime-0.6.
|
97
|
-
tracdap_runtime-0.6.
|
98
|
-
tracdap_runtime-0.6.
|
91
|
+
tracdap/rt/metadata/type_pb2.py,sha256=18CyFTHyGWvHbdyvrMU7rI5JDi1GogSYrtpxNUnyBtE,4260
|
92
|
+
tracdap_runtime-0.6.1.dev2.dist-info/LICENSE,sha256=Q5Gh9SdMNa_F2ehQRShh7dJBz6qW_EQFtWzLukOWFWY,11365
|
93
|
+
tracdap_runtime-0.6.1.dev2.dist-info/METADATA,sha256=GuJnSk450AhnMzABgzvnl33DbTB5Ykzo6dw-crfOVSQ,4786
|
94
|
+
tracdap_runtime-0.6.1.dev2.dist-info/WHEEL,sha256=Z4pYXqR_rTB7OWNDYFOm1qRk0RX6GFP2o8LgvP453Hk,91
|
95
|
+
tracdap_runtime-0.6.1.dev2.dist-info/top_level.txt,sha256=Uv0JfaE1Lp4JnCzqW8lqXNJAEcsAFpAUGOghJolVNdM,8
|
96
|
+
tracdap_runtime-0.6.1.dev2.dist-info/RECORD,,
|
tracdap/rt/config/gateway.py
DELETED
@@ -1,104 +0,0 @@
|
|
1
|
-
# Code generated by TRAC
|
2
|
-
|
3
|
-
from __future__ import annotations
|
4
|
-
import typing as _tp # noqa
|
5
|
-
import dataclasses as _dc # noqa
|
6
|
-
import enum as _enum # noqa
|
7
|
-
|
8
|
-
from .common import * # noqa
|
9
|
-
|
10
|
-
|
11
|
-
class GwProtocol(_enum.Enum):
|
12
|
-
|
13
|
-
PROTOCOL_NOT_SET = 0,
|
14
|
-
|
15
|
-
HTTP = 1,
|
16
|
-
|
17
|
-
GRPC = 2,
|
18
|
-
|
19
|
-
GRPC_WEB = 3,
|
20
|
-
|
21
|
-
REST = 4,
|
22
|
-
|
23
|
-
|
24
|
-
class GwRestMapping(_enum.Enum):
|
25
|
-
|
26
|
-
REST_MAPPING_NOT_SET = 0,
|
27
|
-
|
28
|
-
TRAC_META = 1,
|
29
|
-
|
30
|
-
TRAC_DATA = 2,
|
31
|
-
|
32
|
-
TRAC_ORCH = 3,
|
33
|
-
|
34
|
-
|
35
|
-
@_dc.dataclass
|
36
|
-
class GatewayConfig:
|
37
|
-
|
38
|
-
config: _tp.Dict[str, str] = _dc.field(default_factory=dict)
|
39
|
-
|
40
|
-
platformInfo: PlatformInfo = None
|
41
|
-
|
42
|
-
authentication: AuthenticationConfig = None
|
43
|
-
|
44
|
-
routes: _tp.List[GwRoute] = _dc.field(default_factory=list)
|
45
|
-
|
46
|
-
services: GwServiceMap = None
|
47
|
-
|
48
|
-
port: int = None
|
49
|
-
|
50
|
-
idleTimeout: int = None
|
51
|
-
|
52
|
-
|
53
|
-
@_dc.dataclass
|
54
|
-
class GwRoute:
|
55
|
-
|
56
|
-
routeName: str = None
|
57
|
-
|
58
|
-
routeType: GwProtocol = GwProtocol.PROTOCOL_NOT_SET
|
59
|
-
|
60
|
-
protocols: _tp.List[GwProtocol] = _dc.field(default_factory=list)
|
61
|
-
|
62
|
-
restMapping: GwRestMapping = GwRestMapping.REST_MAPPING_NOT_SET
|
63
|
-
|
64
|
-
match: GwMatch = None
|
65
|
-
|
66
|
-
target: GwTarget = None
|
67
|
-
|
68
|
-
|
69
|
-
@_dc.dataclass
|
70
|
-
class GwMatch:
|
71
|
-
|
72
|
-
host: str = None
|
73
|
-
|
74
|
-
path: str = None
|
75
|
-
|
76
|
-
|
77
|
-
@_dc.dataclass
|
78
|
-
class GwTarget:
|
79
|
-
|
80
|
-
scheme: str = None
|
81
|
-
|
82
|
-
host: str = None
|
83
|
-
|
84
|
-
port: int = None
|
85
|
-
|
86
|
-
path: str = None
|
87
|
-
|
88
|
-
|
89
|
-
@_dc.dataclass
|
90
|
-
class GwServiceMap:
|
91
|
-
|
92
|
-
meta: GwService = None
|
93
|
-
|
94
|
-
data: GwService = None
|
95
|
-
|
96
|
-
orch: GwService = None
|
97
|
-
|
98
|
-
|
99
|
-
@_dc.dataclass
|
100
|
-
class GwService:
|
101
|
-
|
102
|
-
protocols: _tp.List[GwProtocol] = _dc.field(default_factory=list)
|
103
|
-
|
104
|
-
target: GwTarget = None
|
tracdap/rt/config/gateway_pb2.py
DELETED
@@ -1,45 +0,0 @@
|
|
1
|
-
# -*- coding: utf-8 -*-
|
2
|
-
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
3
|
-
# source: tracdap/config/gateway.proto
|
4
|
-
"""Generated protocol buffer code."""
|
5
|
-
from google.protobuf.internal import builder as _builder
|
6
|
-
from google.protobuf import descriptor as _descriptor
|
7
|
-
from google.protobuf import descriptor_pool as _descriptor_pool
|
8
|
-
from google.protobuf import symbol_database as _symbol_database
|
9
|
-
# @@protoc_insertion_point(imports)
|
10
|
-
|
11
|
-
_sym_db = _symbol_database.Default()
|
12
|
-
|
13
|
-
|
14
|
-
from tracdap.config import common_pb2 as tracdap_dot_config_dot_common__pb2
|
15
|
-
|
16
|
-
|
17
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1ctracdap/config/gateway.proto\x12\x0etracdap.config\x1a\x1btracdap/config/common.proto\"\xe7\x02\n\rGatewayConfig\x12\x39\n\x06\x63onfig\x18\x01 \x03(\x0b\x32).tracdap.config.GatewayConfig.ConfigEntry\x12\x32\n\x0cplatformInfo\x18\x07 \x01(\x0b\x32\x1c.tracdap.config.PlatformInfo\x12<\n\x0e\x61uthentication\x18\x06 \x01(\x0b\x32$.tracdap.config.AuthenticationConfig\x12\'\n\x06routes\x18\x02 \x03(\x0b\x32\x17.tracdap.config.GwRoute\x12.\n\x08services\x18\x03 \x01(\x0b\x32\x1c.tracdap.config.GwServiceMap\x12\x0c\n\x04port\x18\x04 \x01(\r\x12\x13\n\x0bidleTimeout\x18\x05 \x01(\r\x1a-\n\x0b\x43onfigEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"\x80\x02\n\x07GwRoute\x12\x11\n\trouteName\x18\x01 \x01(\t\x12-\n\trouteType\x18\x02 \x01(\x0e\x32\x1a.tracdap.config.GwProtocol\x12-\n\tprotocols\x18\x03 \x03(\x0e\x32\x1a.tracdap.config.GwProtocol\x12\x32\n\x0brestMapping\x18\x04 \x01(\x0e\x32\x1d.tracdap.config.GwRestMapping\x12&\n\x05match\x18\x05 \x01(\x0b\x32\x17.tracdap.config.GwMatch\x12(\n\x06target\x18\x06 \x01(\x0b\x32\x18.tracdap.config.GwTarget\"%\n\x07GwMatch\x12\x0c\n\x04host\x18\x01 \x01(\t\x12\x0c\n\x04path\x18\x02 \x01(\t\"D\n\x08GwTarget\x12\x0e\n\x06scheme\x18\x01 \x01(\t\x12\x0c\n\x04host\x18\x02 \x01(\t\x12\x0c\n\x04port\x18\x03 \x01(\r\x12\x0c\n\x04path\x18\x04 \x01(\t\"\x89\x01\n\x0cGwServiceMap\x12\'\n\x04meta\x18\x01 \x01(\x0b\x32\x19.tracdap.config.GwService\x12\'\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x19.tracdap.config.GwService\x12\'\n\x04orch\x18\x03 \x01(\x0b\x32\x19.tracdap.config.GwService\"d\n\tGwService\x12-\n\tprotocols\x18\x01 \x03(\x0e\x32\x1a.tracdap.config.GwProtocol\x12(\n\x06target\x18\x02 \x01(\x0b\x32\x18.tracdap.config.GwTarget*N\n\nGwProtocol\x12\x14\n\x10PROTOCOL_NOT_SET\x10\x00\x12\x08\n\x04HTTP\x10\x01\x12\x08\n\x04GRPC\x10\x02\x12\x0c\n\x08GRPC_WEB\x10\x03\x12\x08\n\x04REST\x10\x04*V\n\rGwRestMapping\x12\x18\n\x14REST_MAPPING_NOT_SET\x10\x00\x12\r\n\tTRAC_META\x10\x01\x12\r\n\tTRAC_DATA\x10\x02\x12\r\n\tTRAC_ORCH\x10\x03\x42\x1c\n\x18org.finos.tracdap.configP\x01\x62\x06proto3')
|
18
|
-
|
19
|
-
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
|
20
|
-
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'tracdap.config.gateway_pb2', globals())
|
21
|
-
if _descriptor._USE_C_DESCRIPTORS == False:
|
22
|
-
|
23
|
-
DESCRIPTOR._options = None
|
24
|
-
DESCRIPTOR._serialized_options = b'\n\030org.finos.tracdap.configP\001'
|
25
|
-
_GATEWAYCONFIG_CONFIGENTRY._options = None
|
26
|
-
_GATEWAYCONFIG_CONFIGENTRY._serialized_options = b'8\001'
|
27
|
-
_GWPROTOCOL._serialized_start=1049
|
28
|
-
_GWPROTOCOL._serialized_end=1127
|
29
|
-
_GWRESTMAPPING._serialized_start=1129
|
30
|
-
_GWRESTMAPPING._serialized_end=1215
|
31
|
-
_GATEWAYCONFIG._serialized_start=78
|
32
|
-
_GATEWAYCONFIG._serialized_end=437
|
33
|
-
_GATEWAYCONFIG_CONFIGENTRY._serialized_start=392
|
34
|
-
_GATEWAYCONFIG_CONFIGENTRY._serialized_end=437
|
35
|
-
_GWROUTE._serialized_start=440
|
36
|
-
_GWROUTE._serialized_end=696
|
37
|
-
_GWMATCH._serialized_start=698
|
38
|
-
_GWMATCH._serialized_end=735
|
39
|
-
_GWTARGET._serialized_start=737
|
40
|
-
_GWTARGET._serialized_end=805
|
41
|
-
_GWSERVICEMAP._serialized_start=808
|
42
|
-
_GWSERVICEMAP._serialized_end=945
|
43
|
-
_GWSERVICE._serialized_start=947
|
44
|
-
_GWSERVICE._serialized_end=1047
|
45
|
-
# @@protoc_insertion_point(module_scope)
|
File without changes
|
File without changes
|