cognite-toolkit 0.7.17__py3-none-any.whl → 0.7.18__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/utils/interactive_select.py +8 -3
- 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.17.dist-info → cognite_toolkit-0.7.18.dist-info}/METADATA +1 -1
- {cognite_toolkit-0.7.17.dist-info → cognite_toolkit-0.7.18.dist-info}/RECORD +10 -10
- {cognite_toolkit-0.7.17.dist-info → cognite_toolkit-0.7.18.dist-info}/WHEEL +0 -0
- {cognite_toolkit-0.7.17.dist-info → cognite_toolkit-0.7.18.dist-info}/entry_points.txt +0 -0
- {cognite_toolkit-0.7.17.dist-info → cognite_toolkit-0.7.18.dist-info}/licenses/LICENSE +0 -0
|
@@ -306,9 +306,14 @@ class InteractiveCanvasSelect:
|
|
|
306
306
|
opening_choices: ClassVar[list[questionary.Choice]] = [
|
|
307
307
|
questionary.Choice(title="All public Canvases", value=CanvasFilter(visibility="public", select_all=True)),
|
|
308
308
|
questionary.Choice(title="Selected public Canvases", value=CanvasFilter(visibility="public", select_all=False)),
|
|
309
|
-
questionary.Choice(
|
|
310
|
-
|
|
311
|
-
|
|
309
|
+
questionary.Choice(
|
|
310
|
+
title="All public Canvases by given user",
|
|
311
|
+
value=CanvasFilter(created_by="user", select_all=True, visibility="public"),
|
|
312
|
+
),
|
|
313
|
+
questionary.Choice(
|
|
314
|
+
title="Selected public Canvases by given user",
|
|
315
|
+
value=CanvasFilter(created_by="user", select_all=False, visibility="public"),
|
|
316
|
+
),
|
|
312
317
|
]
|
|
313
318
|
|
|
314
319
|
def __init__(self, client: ToolkitClient) -> None:
|
cognite_toolkit/_version.py
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
__version__ = "0.7.
|
|
1
|
+
__version__ = "0.7.18"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: cognite_toolkit
|
|
3
|
-
Version: 0.7.
|
|
3
|
+
Version: 0.7.18
|
|
4
4
|
Summary: Official Cognite Data Fusion tool for project templates and configuration deployment
|
|
5
5
|
Project-URL: Homepage, https://docs.cognite.com/cdf/deploy/cdf_toolkit/
|
|
6
6
|
Project-URL: Changelog, https://github.com/cognitedata/toolkit/releases
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
cognite_toolkit/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
2
|
cognite_toolkit/_cdf.py,sha256=sefGD2JQuOTBZhEqSj_ECbNZ7nTRN4AwGwX1pSUhoow,5636
|
|
3
|
-
cognite_toolkit/_version.py,sha256=
|
|
3
|
+
cognite_toolkit/_version.py,sha256=vVEAGXrQny527lFZaiZOphUeWZVJTDThg2Wd7GndISQ,23
|
|
4
4
|
cognite_toolkit/config.dev.yaml,sha256=M33FiIKdS3XKif-9vXniQ444GTZ-bLXV8aFH86u9iUQ,332
|
|
5
5
|
cognite_toolkit/_cdf_tk/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
6
6
|
cognite_toolkit/_cdf_tk/cdf_toml.py,sha256=VSWV9h44HusWIaKpWgjrOMrc3hDoPTTXBXlp6-NOrIM,9079
|
|
@@ -279,7 +279,7 @@ cognite_toolkit/_cdf_tk/utils/dtype_conversion.py,sha256=HRguV7h13w-wm6CaMRRmQsS
|
|
|
279
279
|
cognite_toolkit/_cdf_tk/utils/file.py,sha256=0OYQgRRmursxHDW7-QJf-qcnzyc7IZsiKSiX8aYmPA0,17763
|
|
280
280
|
cognite_toolkit/_cdf_tk/utils/graphql_parser.py,sha256=2i2wDjg_Uw3hJ-pHtPK8hczIuCj5atrK8HZbgWJB-Pk,11532
|
|
281
281
|
cognite_toolkit/_cdf_tk/utils/hashing.py,sha256=3NyNfljyYNTqAyAFBd6XlyWaj43jRzENxIuPdOY6nqo,2116
|
|
282
|
-
cognite_toolkit/_cdf_tk/utils/interactive_select.py,sha256=
|
|
282
|
+
cognite_toolkit/_cdf_tk/utils/interactive_select.py,sha256=dP_ZFHvzQRPQxRt6EzURY3Z3Ld_otJtCz-nGqUNtt1k,35725
|
|
283
283
|
cognite_toolkit/_cdf_tk/utils/modules.py,sha256=9RvOGUaGEi_-A7Qrq0E1tCx82QK8GbvEZXB7r1RnD_U,5974
|
|
284
284
|
cognite_toolkit/_cdf_tk/utils/producer_worker.py,sha256=1l77HIehkq1ARCBH6SlZ_V-jd6QKijYKeWetcUmAXg0,14216
|
|
285
285
|
cognite_toolkit/_cdf_tk/utils/progress_tracker.py,sha256=LGpC22iSTTlo6FWi38kqBu_E4XouTvZU_N953WAzZWA,3865
|
|
@@ -305,13 +305,13 @@ cognite_toolkit/_repo_files/.gitignore,sha256=ip9kf9tcC5OguF4YF4JFEApnKYw0nG0vPi
|
|
|
305
305
|
cognite_toolkit/_repo_files/AzureDevOps/.devops/README.md,sha256=OLA0D7yCX2tACpzvkA0IfkgQ4_swSd-OlJ1tYcTBpsA,240
|
|
306
306
|
cognite_toolkit/_repo_files/AzureDevOps/.devops/deploy-pipeline.yml,sha256=brULcs8joAeBC_w_aoWjDDUHs3JheLMIR9ajPUK96nc,693
|
|
307
307
|
cognite_toolkit/_repo_files/AzureDevOps/.devops/dry-run-pipeline.yml,sha256=OBFDhFWK1mlT4Dc6mDUE2Es834l8sAlYG50-5RxRtHk,723
|
|
308
|
-
cognite_toolkit/_repo_files/GitHub/.github/workflows/deploy.yaml,sha256=
|
|
309
|
-
cognite_toolkit/_repo_files/GitHub/.github/workflows/dry-run.yaml,sha256=
|
|
310
|
-
cognite_toolkit/_resources/cdf.toml,sha256=
|
|
308
|
+
cognite_toolkit/_repo_files/GitHub/.github/workflows/deploy.yaml,sha256=Ym7FR_Mbrl1EC7wXQ6P_br2UYyfHk5Oq0pQF-gE_JxM,667
|
|
309
|
+
cognite_toolkit/_repo_files/GitHub/.github/workflows/dry-run.yaml,sha256=raQvE-Lx-wG7Yz6HMRhoz2mOUHMPI68tnwe-HAUxZ9g,2430
|
|
310
|
+
cognite_toolkit/_resources/cdf.toml,sha256=OiQxNj_IPRUKEc-03_YlDLhOKGHNdF3PD6324l8rQeY,475
|
|
311
311
|
cognite_toolkit/demo/__init__.py,sha256=-m1JoUiwRhNCL18eJ6t7fZOL7RPfowhCuqhYFtLgrss,72
|
|
312
312
|
cognite_toolkit/demo/_base.py,sha256=6xKBUQpXZXGQ3fJ5f7nj7oT0s2n7OTAGIa17ZlKHZ5U,8052
|
|
313
|
-
cognite_toolkit-0.7.
|
|
314
|
-
cognite_toolkit-0.7.
|
|
315
|
-
cognite_toolkit-0.7.
|
|
316
|
-
cognite_toolkit-0.7.
|
|
317
|
-
cognite_toolkit-0.7.
|
|
313
|
+
cognite_toolkit-0.7.18.dist-info/METADATA,sha256=eTZI2zmt24BAaHrc_JaO35k1P0jmLZ5hte2Xz84CsiM,4501
|
|
314
|
+
cognite_toolkit-0.7.18.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
|
|
315
|
+
cognite_toolkit-0.7.18.dist-info/entry_points.txt,sha256=JlR7MH1_UMogC3QOyN4-1l36VbrCX9xUdQoHGkuJ6-4,83
|
|
316
|
+
cognite_toolkit-0.7.18.dist-info/licenses/LICENSE,sha256=CW0DRcx5tL-pCxLEN7ts2S9g2sLRAsWgHVEX4SN9_Mc,752
|
|
317
|
+
cognite_toolkit-0.7.18.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|