truefoundry 0.4.2rc4__py3-none-any.whl → 0.4.2rc5__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.
Potentially problematic release.
This version of truefoundry might be problematic. Click here for more details.
- truefoundry/deploy/lib/clients/servicefoundry_client.py +2 -1
- {truefoundry-0.4.2rc4.dist-info → truefoundry-0.4.2rc5.dist-info}/METADATA +1 -1
- {truefoundry-0.4.2rc4.dist-info → truefoundry-0.4.2rc5.dist-info}/RECORD +5 -5
- {truefoundry-0.4.2rc4.dist-info → truefoundry-0.4.2rc5.dist-info}/WHEEL +0 -0
- {truefoundry-0.4.2rc4.dist-info → truefoundry-0.4.2rc5.dist-info}/entry_points.txt +0 -0
|
@@ -596,8 +596,9 @@ class ServiceFoundryServiceClient(BaseServiceFoundryServiceClient):
|
|
|
596
596
|
|
|
597
597
|
def trigger_workflow(self, application_id: str, inputs: Dict[str, Any]):
|
|
598
598
|
url = f"{self._api_server_url}/{VERSION_PREFIX}/workflow/{application_id}/executions"
|
|
599
|
+
body = {"inputs": inputs}
|
|
599
600
|
response = session_with_retries().post(
|
|
600
|
-
url, json=
|
|
601
|
+
url, json=body, headers=self._get_header()
|
|
601
602
|
)
|
|
602
603
|
response = request_handling(response)
|
|
603
604
|
return response
|
|
@@ -92,7 +92,7 @@ truefoundry/deploy/json_util.py,sha256=x_-7YYQ4_HUIJ8ofOcclAp9JWhgTWjR9Th6Q0FuRq
|
|
|
92
92
|
truefoundry/deploy/lib/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
93
93
|
truefoundry/deploy/lib/auth/servicefoundry_session.py,sha256=5TCYPunAygtn5mb0mp_VcWKEalKMKPbyWMWer-Vty2g,1916
|
|
94
94
|
truefoundry/deploy/lib/clients/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
95
|
-
truefoundry/deploy/lib/clients/servicefoundry_client.py,sha256=
|
|
95
|
+
truefoundry/deploy/lib/clients/servicefoundry_client.py,sha256=vFrd5yeStjT_uWL3JxHrx0iAmNpuv26K7IEnsF1RMM8,26101
|
|
96
96
|
truefoundry/deploy/lib/clients/shell_client.py,sha256=tMrc0Ha1DmGtUCJrZD8eusOzfe8R_WIe6AAH7nxL0xA,461
|
|
97
97
|
truefoundry/deploy/lib/const.py,sha256=FCQfnO7IecB1ikQHdLGNvvubq_iF900C9l5TJtDfvFc,314
|
|
98
98
|
truefoundry/deploy/lib/dao/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -342,7 +342,7 @@ truefoundry/workflow/map_task.py,sha256=2m3qGXQ90k9LdS45q8dqCCECc3qr8t2m_LMCVd1m
|
|
|
342
342
|
truefoundry/workflow/python_task.py,sha256=SRXRLC4vdBqGjhkwuaY39LEWN6iPCpJAuW17URRdWTY,1128
|
|
343
343
|
truefoundry/workflow/task.py,sha256=ToitYiKcNzFCtOVQwz1W8sRjbR97eVS7vQBdbgUQtKg,1779
|
|
344
344
|
truefoundry/workflow/workflow.py,sha256=WaTqUjhwfAXDWu4E5ehuwAxrCbDJkoAf1oWmR2E9Qy0,4575
|
|
345
|
-
truefoundry-0.4.
|
|
346
|
-
truefoundry-0.4.
|
|
347
|
-
truefoundry-0.4.
|
|
348
|
-
truefoundry-0.4.
|
|
345
|
+
truefoundry-0.4.2rc5.dist-info/METADATA,sha256=DHj98HZ0ufy1bGW-6FAVI-3Vwgzk3nBoybNHi4M3uB8,3101
|
|
346
|
+
truefoundry-0.4.2rc5.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
|
347
|
+
truefoundry-0.4.2rc5.dist-info/entry_points.txt,sha256=TXvUxQkI6zmqJuycPsyxEIMr3oqfDjgrWj0m_9X12x4,95
|
|
348
|
+
truefoundry-0.4.2rc5.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|