nextmv 0.19.0__py3-none-any.whl → 0.20.0__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.
- nextmv/__about__.py +1 -1
- nextmv/cloud/application.py +4 -4
- {nextmv-0.19.0.dist-info → nextmv-0.20.0.dist-info}/METADATA +1 -1
- {nextmv-0.19.0.dist-info → nextmv-0.20.0.dist-info}/RECORD +6 -6
- {nextmv-0.19.0.dist-info → nextmv-0.20.0.dist-info}/WHEEL +0 -0
- {nextmv-0.19.0.dist-info → nextmv-0.20.0.dist-info}/licenses/LICENSE +0 -0
nextmv/__about__.py
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
__version__ = "v0.
|
|
1
|
+
__version__ = "v0.20.0"
|
nextmv/cloud/application.py
CHANGED
|
@@ -440,7 +440,7 @@ class Application:
|
|
|
440
440
|
name: str,
|
|
441
441
|
id: Optional[str] = None,
|
|
442
442
|
description: Optional[str] = None,
|
|
443
|
-
|
|
443
|
+
is_workflow: Optional[bool] = None,
|
|
444
444
|
) -> "Application":
|
|
445
445
|
"""
|
|
446
446
|
Create a new application.
|
|
@@ -450,7 +450,7 @@ class Application:
|
|
|
450
450
|
name: Name of the application.
|
|
451
451
|
id: ID of the application. Will be generated if not provided.
|
|
452
452
|
description: Description of the application.
|
|
453
|
-
|
|
453
|
+
is_workflow: Whether the application is a Decision Workflow.
|
|
454
454
|
|
|
455
455
|
Returns:
|
|
456
456
|
The new application.
|
|
@@ -464,8 +464,8 @@ class Application:
|
|
|
464
464
|
payload["description"] = description
|
|
465
465
|
if id is not None:
|
|
466
466
|
payload["id"] = id
|
|
467
|
-
if
|
|
468
|
-
payload["is_pipeline"] =
|
|
467
|
+
if is_workflow is not None:
|
|
468
|
+
payload["is_pipeline"] = is_workflow
|
|
469
469
|
|
|
470
470
|
response = client.request(
|
|
471
471
|
method="POST",
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
nextmv/__about__.py,sha256=
|
|
1
|
+
nextmv/__about__.py,sha256=3qeOHhb7Cp1R8BkcSpircBFmVzSUyUNcBxjDGNqdGLA,24
|
|
2
2
|
nextmv/__entrypoint__.py,sha256=o6xYGBBUgCY_htteW-qNJfp-S3Th8dzS4RreJcDCnzM,1333
|
|
3
3
|
nextmv/__init__.py,sha256=rz9oP7JGyFQJdUtYX4j9xx4Gv4LMGfNvXoEID5qUqig,1354
|
|
4
4
|
nextmv/base_model.py,sha256=mdaBe-epNK1cFgP4TxbOtn3So4pCi1vMTOrIBkCBp7A,1050
|
|
@@ -10,7 +10,7 @@ nextmv/output.py,sha256=YgRs9I7SEhpKzJPALfy09ew9wdVRX-uhwBsVsnB0bL4,19276
|
|
|
10
10
|
nextmv/cloud/__init__.py,sha256=inttQhr3SEibNebMDNJzfVrvOLc4_fAR6zmwabjb7QQ,3209
|
|
11
11
|
nextmv/cloud/acceptance_test.py,sha256=NtqGhj-UYibxGBbU2kfjr-lYcngojb_5VMvK2WZwibI,6620
|
|
12
12
|
nextmv/cloud/account.py,sha256=mZUGzV-uMGBA5BC_FPtsiCMFuz5jxEZ3O1BbELZIm18,1841
|
|
13
|
-
nextmv/cloud/application.py,sha256=
|
|
13
|
+
nextmv/cloud/application.py,sha256=a_fuG_qyjCwjjx9elMHXM_2qkRniOOyMSMGcsLkzdeM,52409
|
|
14
14
|
nextmv/cloud/batch_experiment.py,sha256=UxrMNAm2c7-RZ9TWRhZBtiVyEeUG1pjsLNhYkoT5Jog,2236
|
|
15
15
|
nextmv/cloud/client.py,sha256=F9P49f7eIbbmiGQxIuz8UxnZRN1Nb34awskMRliUMvw,9034
|
|
16
16
|
nextmv/cloud/input_set.py,sha256=ovkP17-jYs0yWrbqTM6Nl5ubWQabD_UrDqAHNo8aE2s,672
|
|
@@ -21,7 +21,7 @@ nextmv/cloud/run.py,sha256=93o5SJMvN2b-Qd2ZGoXuelAHafKsGRt-DyOtE4srTsQ,4672
|
|
|
21
21
|
nextmv/cloud/secrets.py,sha256=kqlN4ceww_L4kVTrAU8BZykRzXINO3zhMT_BLYea6tk,1764
|
|
22
22
|
nextmv/cloud/status.py,sha256=C-ax8cLw0jPeh7CPsJkCa0s4ImRyFI4NDJJxI0_1sr4,602
|
|
23
23
|
nextmv/cloud/version.py,sha256=sjVRNRtohHA97j6IuyM33_DSSsXYkZPusYgpb6hlcrc,1244
|
|
24
|
-
nextmv-0.
|
|
25
|
-
nextmv-0.
|
|
26
|
-
nextmv-0.
|
|
27
|
-
nextmv-0.
|
|
24
|
+
nextmv-0.20.0.dist-info/METADATA,sha256=K8Oy0twD2q9vCyW_mVLM7-4TPmwkEPAIt-kNzx-jMuk,14557
|
|
25
|
+
nextmv-0.20.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
26
|
+
nextmv-0.20.0.dist-info/licenses/LICENSE,sha256=ZIbK-sSWA-OZprjNbmJAglYRtl5_K4l9UwAV3PGJAPc,11349
|
|
27
|
+
nextmv-0.20.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|