aplos-nca-saas-sdk 0.0.18__py3-none-any.whl → 0.0.20__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.
- aplos_nca_saas_sdk/integration_testing/configs/nca_execution_config.py +4 -0
- aplos_nca_saas_sdk/integration_testing/tests/nca_analysis_test.py +1 -1
- aplos_nca_saas_sdk/version.py +1 -1
- {aplos_nca_saas_sdk-0.0.18.dist-info → aplos_nca_saas_sdk-0.0.20.dist-info}/METADATA +1 -1
- {aplos_nca_saas_sdk-0.0.18.dist-info → aplos_nca_saas_sdk-0.0.20.dist-info}/RECORD +7 -7
- {aplos_nca_saas_sdk-0.0.18.dist-info → aplos_nca_saas_sdk-0.0.20.dist-info}/WHEEL +0 -0
- {aplos_nca_saas_sdk-0.0.18.dist-info → aplos_nca_saas_sdk-0.0.20.dist-info}/licenses/LICENSE +0 -0
@@ -138,6 +138,8 @@ class NCAExecutionConfigs(ConfigBase):
|
|
138
138
|
unzip_after_download: bool = False,
|
139
139
|
enabled: bool = True,
|
140
140
|
full_payload: str | dict | None = None,
|
141
|
+
wait_for_results: bool = True,
|
142
|
+
max_wait_in_seconds: int = 600
|
141
143
|
):
|
142
144
|
"""Add an NCA Execution Config"""
|
143
145
|
nca_execution_config = NCAExecutionConfig(
|
@@ -150,6 +152,8 @@ class NCAExecutionConfigs(ConfigBase):
|
|
150
152
|
data_processing,
|
151
153
|
post_processing,
|
152
154
|
full_payload,
|
155
|
+
wait_for_results=wait_for_results,
|
156
|
+
max_wait_in_seconds=max_wait_in_seconds
|
153
157
|
)
|
154
158
|
nca_execution_config.enabled = enabled
|
155
159
|
self.__nca_executions.append(nca_execution_config)
|
@@ -64,7 +64,7 @@ class NCAAnalysisTest(IntegrationTestBase):
|
|
64
64
|
config_data=nca_execution_config.config_data,
|
65
65
|
meta_data=nca_execution_config.meta_data,
|
66
66
|
wait_for_results=nca_execution_config.wait_for_results,
|
67
|
-
|
67
|
+
max_wait_in_seconds=nca_execution_config.max_wait_in_seconds,
|
68
68
|
output_directory=nca_execution_config.output_dir,
|
69
69
|
unzip_after_download=False,
|
70
70
|
data_processing=nca_execution_config.data_processing,
|
aplos_nca_saas_sdk/version.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
aplos_nca_saas_sdk/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
2
2
|
aplos_nca_saas_sdk/run_analysis_execution.py,sha256=H425VMCtxIX1vlWac0Wex2CJXVzQQwgv5AGNCpaVqN4,4446
|
3
|
-
aplos_nca_saas_sdk/version.py,sha256=
|
3
|
+
aplos_nca_saas_sdk/version.py,sha256=iWzaFvlsG_6Lq-Tq62PPcvLULIrMAVU3RiPKg8-qn1I,172
|
4
4
|
aplos_nca_saas_sdk/integration_testing/example_main.py,sha256=9SXu8s7B4MLe53WDkr0GuMu8h4oyfmltYOH1XT_fqC4,2500
|
5
5
|
aplos_nca_saas_sdk/integration_testing/integration_test_base.py,sha256=ci3oOfz_McdDKGSrqOHF7F_vrvgTWo7HzxydNdPSHLs,2787
|
6
6
|
aplos_nca_saas_sdk/integration_testing/integration_test_configurations.py,sha256=GRDHSy0ZiAJtZQvL7uPlYG2oYVo9nWlP7hNZbNnrz7U,1900
|
@@ -13,7 +13,7 @@ aplos_nca_saas_sdk/integration_testing/configs/app_settings_config.py,sha256=F2g
|
|
13
13
|
aplos_nca_saas_sdk/integration_testing/configs/config_sample.json,sha256=zeflEvdtpknGjk42FXHGG3cBbvLcbSnj1_99o21JiDc,3566
|
14
14
|
aplos_nca_saas_sdk/integration_testing/configs/file_upload_config.py,sha256=NZsE7n9bkZOVEDFC8jDEO4XAIb5Vzsd62_CnSDLNDj8,3034
|
15
15
|
aplos_nca_saas_sdk/integration_testing/configs/login_config.py,sha256=5AaCzlT9T9aC_gBLs9vsS4dDCXB3FhDnlbIrp5NGaeM,3612
|
16
|
-
aplos_nca_saas_sdk/integration_testing/configs/nca_execution_config.py,sha256=
|
16
|
+
aplos_nca_saas_sdk/integration_testing/configs/nca_execution_config.py,sha256=1Fj-OdSHJZZMVR0HxGlxO71fSSO9EYN-THVuS9-HRWQ,8266
|
17
17
|
aplos_nca_saas_sdk/integration_testing/configs/nca_validation_config.py,sha256=veqCTMsRTailuP-P5JX8JU7BkRMzC4-sxZM9tYG52ug,2595
|
18
18
|
aplos_nca_saas_sdk/integration_testing/files/executions/config1.json,sha256=m6-wSzfrB-7w4CgIGpmT9y0_zevp-Q6So9eXU9HsVpQ,945
|
19
19
|
aplos_nca_saas_sdk/integration_testing/files/uploads/input1.csv,sha256=9TGDiMkft7ltFFKk_8RyzuhuloIpe_fZs0Nw0PN3BkM,263
|
@@ -25,7 +25,7 @@ aplos_nca_saas_sdk/integration_testing/files/uploads/input1.xpt,sha256=vve5eYrs3
|
|
25
25
|
aplos_nca_saas_sdk/integration_testing/tests/app_configuration_test.py,sha256=f5kvHEAOmYKUn9gjuVNjEI5t7G8aJSbz3rfIh9133VQ,1567
|
26
26
|
aplos_nca_saas_sdk/integration_testing/tests/app_login_test.py,sha256=NLI4DUICspa_uZi-w2Q3XufDL0ERLVvn1DavNpYDK7I,1650
|
27
27
|
aplos_nca_saas_sdk/integration_testing/tests/file_upload_test.py,sha256=7DihdcbmrL5Fr9RPIjxIdAmrgdBaDM0ccCerh2VLMV4,3666
|
28
|
-
aplos_nca_saas_sdk/integration_testing/tests/nca_analysis_test.py,sha256=
|
28
|
+
aplos_nca_saas_sdk/integration_testing/tests/nca_analysis_test.py,sha256=UYe4v9dPdpiImyxhgAgeq9rx1KQ-PoOFM47hF2rsKSw,3592
|
29
29
|
aplos_nca_saas_sdk/integration_testing/tests/nca_analysis_validation_test.py,sha256=IlnkaO_KSrm0tch0gxM0rZP59m1PHzUow4kZm9CiBqY,2042
|
30
30
|
aplos_nca_saas_sdk/nca_resources/_api_base.py,sha256=qxMSiHV4014L733ii4EJ2JUwQwKkuHi5Rm6cPEdS3cA,1278
|
31
31
|
aplos_nca_saas_sdk/nca_resources/aws_cognito.py,sha256=lc6GCvoTBx_Dmezoxt80xksiuxXjSwkynj-1Sg0vzwY,6576
|
@@ -46,7 +46,7 @@ aplos_nca_saas_sdk/utilities/environment_services.py,sha256=b4FGtdZshidrutE8K3Rm
|
|
46
46
|
aplos_nca_saas_sdk/utilities/environment_vars.py,sha256=aXheFXg6FVMaSYLe2LmoWRF5Ks9vwxDazO4XYb4vLjc,1132
|
47
47
|
aplos_nca_saas_sdk/utilities/file_utility.py,sha256=EUvQ65aXN6OdILniuiDQ2rPRA9sFmvUoAehifEjRgUY,1025
|
48
48
|
aplos_nca_saas_sdk/utilities/http_utility.py,sha256=DQ-ClLOmNoyPn5vhrSh4q-2wi4ViP_gplJD9asEKDM8,464
|
49
|
-
aplos_nca_saas_sdk-0.0.
|
50
|
-
aplos_nca_saas_sdk-0.0.
|
51
|
-
aplos_nca_saas_sdk-0.0.
|
52
|
-
aplos_nca_saas_sdk-0.0.
|
49
|
+
aplos_nca_saas_sdk-0.0.20.dist-info/METADATA,sha256=ZVIEktqOTzAXRQT11mPPoespUm4mqbTWJZyUnUMWOrs,3792
|
50
|
+
aplos_nca_saas_sdk-0.0.20.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
51
|
+
aplos_nca_saas_sdk-0.0.20.dist-info/licenses/LICENSE,sha256=JQMpBrnqu_m2tISmyh6_dTgb8-m3HNnA51fuOh2TzkE,1076
|
52
|
+
aplos_nca_saas_sdk-0.0.20.dist-info/RECORD,,
|
File without changes
|
{aplos_nca_saas_sdk-0.0.18.dist-info → aplos_nca_saas_sdk-0.0.20.dist-info}/licenses/LICENSE
RENAMED
File without changes
|