cognite-toolkit 0.7.64__py3-none-any.whl → 0.7.65__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.
- cognite_toolkit/_cdf_tk/resource_classes/container_field_definitions.py +4 -0
- cognite_toolkit/_cdf_tk/resource_classes/containers.py +1 -1
- cognite_toolkit/_cdf_tk/tk_warnings/__init__.py +0 -2
- cognite_toolkit/_cdf_tk/tk_warnings/fileread.py +0 -8
- cognite_toolkit/_repo_files/GitHub/.github/workflows/deploy.yaml +1 -1
- cognite_toolkit/_repo_files/GitHub/.github/workflows/dry-run.yaml +1 -1
- cognite_toolkit/_resources/cdf.toml +1 -1
- cognite_toolkit/_version.py +1 -1
- {cognite_toolkit-0.7.64.dist-info → cognite_toolkit-0.7.65.dist-info}/METADATA +1 -1
- {cognite_toolkit-0.7.64.dist-info → cognite_toolkit-0.7.65.dist-info}/RECORD +12 -12
- {cognite_toolkit-0.7.64.dist-info → cognite_toolkit-0.7.65.dist-info}/WHEEL +0 -0
- {cognite_toolkit-0.7.64.dist-info → cognite_toolkit-0.7.65.dist-info}/entry_points.txt +0 -0
|
@@ -193,6 +193,10 @@ class TextProperty(ListablePropertyTypeDefinition):
|
|
|
193
193
|
default=None,
|
|
194
194
|
description="he set of language specific rules - used when sorting text fields.",
|
|
195
195
|
)
|
|
196
|
+
max_text_size: int | None = Field(
|
|
197
|
+
default=None,
|
|
198
|
+
description="Specifies the maximum size in bytes of the text property, when encoded with utf-8",
|
|
199
|
+
)
|
|
196
200
|
|
|
197
201
|
|
|
198
202
|
class FloatPrimitiveProperty(ListablePropertyTypeDefinition):
|
|
@@ -42,7 +42,7 @@ class ContainerYAML(ToolkitResource):
|
|
|
42
42
|
description="Description of the container.",
|
|
43
43
|
max_length=1024,
|
|
44
44
|
)
|
|
45
|
-
used_for: Literal["node", "edge", "all"] | None = Field(
|
|
45
|
+
used_for: Literal["node", "edge", "record", "all"] | None = Field(
|
|
46
46
|
default=None,
|
|
47
47
|
description="Should this operation apply to nodes, edges or both.",
|
|
48
48
|
)
|
|
@@ -6,7 +6,6 @@ from .base import (
|
|
|
6
6
|
catch_warnings,
|
|
7
7
|
)
|
|
8
8
|
from .fileread import (
|
|
9
|
-
CaseTypoWarning,
|
|
10
9
|
DataSetMissingWarning,
|
|
11
10
|
DuplicatedItemWarning,
|
|
12
11
|
EnvironmentVariableMissingWarning,
|
|
@@ -46,7 +45,6 @@ from .other import (
|
|
|
46
45
|
)
|
|
47
46
|
|
|
48
47
|
__all__ = [
|
|
49
|
-
"CaseTypoWarning",
|
|
50
48
|
"DataSetMissingWarning",
|
|
51
49
|
"DuplicatedItemWarning",
|
|
52
50
|
"EnvironmentVariableMissingWarning",
|
|
@@ -167,14 +167,6 @@ class NamespacingConventionWarning(NamingConventionWarning):
|
|
|
167
167
|
return f"of using {self.namespace!r} as separator."
|
|
168
168
|
|
|
169
169
|
|
|
170
|
-
@dataclass(frozen=True)
|
|
171
|
-
class CaseTypoWarning(UnusedParameterWarning):
|
|
172
|
-
expected: str
|
|
173
|
-
|
|
174
|
-
def get_message(self) -> str:
|
|
175
|
-
return f"{type(self).__name__}: Got {self.actual!r}. Did you mean {self.expected!r}?{self._location}."
|
|
176
|
-
|
|
177
|
-
|
|
178
170
|
@dataclass(frozen=True)
|
|
179
171
|
class MissingRequiredParameterWarning(YAMLFileWithElementWarning):
|
|
180
172
|
severity: ClassVar[SeverityLevel] = SeverityLevel.HIGH
|
cognite_toolkit/_version.py
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
__version__ = "0.7.
|
|
1
|
+
__version__ = "0.7.65"
|
|
@@ -318,8 +318,8 @@ cognite_toolkit/_cdf_tk/resource_classes/authentication.py,sha256=RTLjFXWhpg2tLo
|
|
|
318
318
|
cognite_toolkit/_cdf_tk/resource_classes/base.py,sha256=nbAWSBkV-GL0co5UNMXvYMIw_-qhJ8uoXy9wz6KmI-w,723
|
|
319
319
|
cognite_toolkit/_cdf_tk/resource_classes/capabilities.py,sha256=c50B8apsEiJ55bf-nWYfhy4uV9uMhZ-mRnXslZ80030,14898
|
|
320
320
|
cognite_toolkit/_cdf_tk/resource_classes/cognitefile.py,sha256=nsLBw6CxwrmfxliO0vsGSc4vfaDONPsNHPFT6ckvudk,2800
|
|
321
|
-
cognite_toolkit/_cdf_tk/resource_classes/container_field_definitions.py,sha256=
|
|
322
|
-
cognite_toolkit/_cdf_tk/resource_classes/containers.py,sha256=
|
|
321
|
+
cognite_toolkit/_cdf_tk/resource_classes/container_field_definitions.py,sha256=s4M2SAEWbV1TPszldzS_gY9AY77-_il08HDmflvqTgs,11600
|
|
322
|
+
cognite_toolkit/_cdf_tk/resource_classes/containers.py,sha256=SE7I_VyPqV3J5n_REfGuxPv6Jzc4dQYsFYkVRBrkhZE,3711
|
|
323
323
|
cognite_toolkit/_cdf_tk/resource_classes/data_model.py,sha256=kETO_C--w1EFmaZmPxeiZ0W5xRgVswUmVjc0dSKTTdQ,1471
|
|
324
324
|
cognite_toolkit/_cdf_tk/resource_classes/datapoint_subscription.py,sha256=41sK5cpNRCmMwqqK_zYVq8GonqFCpIde357osqNKOAk,2787
|
|
325
325
|
cognite_toolkit/_cdf_tk/resource_classes/dataset.py,sha256=kCEQUswgTgtb8fdd9mMg50MuY34zjDmdh4ZUmxu2A74,816
|
|
@@ -389,9 +389,9 @@ cognite_toolkit/_cdf_tk/storageio/selectors/_file_content.py,sha256=e7riknOinuhJ
|
|
|
389
389
|
cognite_toolkit/_cdf_tk/storageio/selectors/_instances.py,sha256=NCFSJrAw52bNX6UTfOali8PvNjlqHnvxzL0hYBr7ZmA,4934
|
|
390
390
|
cognite_toolkit/_cdf_tk/storageio/selectors/_raw.py,sha256=sZq9C4G9DMe3S46_usKet0FphQ6ow7cWM_PfXrEAakk,503
|
|
391
391
|
cognite_toolkit/_cdf_tk/storageio/selectors/_three_d.py,sha256=0dT1vVG6EIyo0OJK3t_vwtE63i0dZvH8nZT7ebl1Ku0,924
|
|
392
|
-
cognite_toolkit/_cdf_tk/tk_warnings/__init__.py,sha256=
|
|
392
|
+
cognite_toolkit/_cdf_tk/tk_warnings/__init__.py,sha256=9ARP8aWrnRieqsK34-Bg17L9MTaHomvbJMgtrmpd3xg,2360
|
|
393
393
|
cognite_toolkit/_cdf_tk/tk_warnings/base.py,sha256=cX8TCmb56gqx3lc7dankXuqpm5HGASJ4wTb07-MCJWs,4401
|
|
394
|
-
cognite_toolkit/_cdf_tk/tk_warnings/fileread.py,sha256=
|
|
394
|
+
cognite_toolkit/_cdf_tk/tk_warnings/fileread.py,sha256=ChcimOe8hTpAPtbpRvdAcjuW8WFfndyKl3mMPCeAfIc,9479
|
|
395
395
|
cognite_toolkit/_cdf_tk/tk_warnings/other.py,sha256=D8EubXyW4qigscBEiedQJuT5c6yYoFIEhBPa1DggD3I,5808
|
|
396
396
|
cognite_toolkit/_cdf_tk/tracker.py,sha256=jhxzI8LOSZw3zDBPsTLW3zC2YcQK2abp_aVtRKcUIwE,5913
|
|
397
397
|
cognite_toolkit/_cdf_tk/utils/__init__.py,sha256=DGuPTiY3fRhPuR_r-bCT_bDKl46nvF3q2ZY-yt2okT8,1640
|
|
@@ -432,13 +432,13 @@ cognite_toolkit/_repo_files/.gitignore,sha256=ip9kf9tcC5OguF4YF4JFEApnKYw0nG0vPi
|
|
|
432
432
|
cognite_toolkit/_repo_files/AzureDevOps/.devops/README.md,sha256=OLA0D7yCX2tACpzvkA0IfkgQ4_swSd-OlJ1tYcTBpsA,240
|
|
433
433
|
cognite_toolkit/_repo_files/AzureDevOps/.devops/deploy-pipeline.yml,sha256=brULcs8joAeBC_w_aoWjDDUHs3JheLMIR9ajPUK96nc,693
|
|
434
434
|
cognite_toolkit/_repo_files/AzureDevOps/.devops/dry-run-pipeline.yml,sha256=OBFDhFWK1mlT4Dc6mDUE2Es834l8sAlYG50-5RxRtHk,723
|
|
435
|
-
cognite_toolkit/_repo_files/GitHub/.github/workflows/deploy.yaml,sha256=
|
|
436
|
-
cognite_toolkit/_repo_files/GitHub/.github/workflows/dry-run.yaml,sha256=
|
|
437
|
-
cognite_toolkit/_resources/cdf.toml,sha256=
|
|
438
|
-
cognite_toolkit/_version.py,sha256=
|
|
435
|
+
cognite_toolkit/_repo_files/GitHub/.github/workflows/deploy.yaml,sha256=pj1SKKdnFTuMldcuQzmIldJmmCYPnvCzXhBigQHM964,667
|
|
436
|
+
cognite_toolkit/_repo_files/GitHub/.github/workflows/dry-run.yaml,sha256=ltkZRh4cTxk7wIoteM7q5mWkTo_XGQZ9lbI4Iso4Erw,2430
|
|
437
|
+
cognite_toolkit/_resources/cdf.toml,sha256=emYi7rsbTlocjPTaqSOTB-18gvMktXk25iHuDRTf-4Y,475
|
|
438
|
+
cognite_toolkit/_version.py,sha256=sfCL-G27Jd4PewT4t9p1rAKnVr6KpnFv-mE259TcpVo,23
|
|
439
439
|
cognite_toolkit/demo/__init__.py,sha256=-m1JoUiwRhNCL18eJ6t7fZOL7RPfowhCuqhYFtLgrss,72
|
|
440
440
|
cognite_toolkit/demo/_base.py,sha256=6xKBUQpXZXGQ3fJ5f7nj7oT0s2n7OTAGIa17ZlKHZ5U,8052
|
|
441
|
-
cognite_toolkit-0.7.
|
|
442
|
-
cognite_toolkit-0.7.
|
|
443
|
-
cognite_toolkit-0.7.
|
|
444
|
-
cognite_toolkit-0.7.
|
|
441
|
+
cognite_toolkit-0.7.65.dist-info/WHEEL,sha256=fAguSjoiATBe7TNBkJwOjyL1Tt4wwiaQGtNtjRPNMQA,80
|
|
442
|
+
cognite_toolkit-0.7.65.dist-info/entry_points.txt,sha256=EtZ17K2mUjh-AY0QNU1CPIB_aDSSOdmtNI_4Fj967mA,84
|
|
443
|
+
cognite_toolkit-0.7.65.dist-info/METADATA,sha256=cbuwqU3adyVYczckvZzP8j4-1w-MAZ3KU7yUnv9voB0,5026
|
|
444
|
+
cognite_toolkit-0.7.65.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|