truefoundry 0.10.1rc1__py3-none-any.whl → 0.10.3rc1__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/builder/builders/tfy_spark_buildpack/tfy_execute_notebook.py +5 -0
- {truefoundry-0.10.1rc1.dist-info → truefoundry-0.10.3rc1.dist-info}/METADATA +1 -1
- {truefoundry-0.10.1rc1.dist-info → truefoundry-0.10.3rc1.dist-info}/RECORD +5 -5
- {truefoundry-0.10.1rc1.dist-info → truefoundry-0.10.3rc1.dist-info}/WHEEL +0 -0
- {truefoundry-0.10.1rc1.dist-info → truefoundry-0.10.3rc1.dist-info}/entry_points.txt +0 -0
|
@@ -31,6 +31,11 @@ def execute_notebook(notebook_path, output_path="/tmp/output.ipynb", parameters=
|
|
|
31
31
|
parameters=parameters,
|
|
32
32
|
# TODO(gw): Replace with kernel name for venv
|
|
33
33
|
kernel_name="python3",
|
|
34
|
+
# Log cell by cell execution output
|
|
35
|
+
# TODO(gw): Output logs to a file instead, so that they aren't merged with the container's logs
|
|
36
|
+
log_output=True,
|
|
37
|
+
stdout_file=sys.stdout,
|
|
38
|
+
stderr_file=sys.stderr,
|
|
34
39
|
)
|
|
35
40
|
print(f"Successfully executed notebook: {notebook_path}")
|
|
36
41
|
|
|
@@ -67,7 +67,7 @@ truefoundry/deploy/builder/builders/tfy_python_buildpack/__init__.py,sha256=_fjq
|
|
|
67
67
|
truefoundry/deploy/builder/builders/tfy_python_buildpack/dockerfile_template.py,sha256=f4l3fH21E2b8W3-JotMKc0AdPcCxV7LRPxxYJa7z_UQ,9134
|
|
68
68
|
truefoundry/deploy/builder/builders/tfy_spark_buildpack/__init__.py,sha256=NEPlM6_vTVxp4ITa18B8DBbgYCn1q5d8be21lbgu5oY,2888
|
|
69
69
|
truefoundry/deploy/builder/builders/tfy_spark_buildpack/dockerfile_template.py,sha256=czPBD29Q8Ua9NQNA-EOgx8hrafA22fiE14ZNB6wyLVc,5826
|
|
70
|
-
truefoundry/deploy/builder/builders/tfy_spark_buildpack/tfy_execute_notebook.py,sha256=
|
|
70
|
+
truefoundry/deploy/builder/builders/tfy_spark_buildpack/tfy_execute_notebook.py,sha256=PKJWNlW76dRw_XtFkRnqpzwBGuXU4w6_kIJkgoBmZ5Q,1975
|
|
71
71
|
truefoundry/deploy/cli/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
72
72
|
truefoundry/deploy/cli/commands/__init__.py,sha256=qv818jxqSAygJ3h-6Ul8t-5VOgR_UrSgsVtNCl3e5G0,1408
|
|
73
73
|
truefoundry/deploy/cli/commands/apply_command.py,sha256=DmXmKVokkauyKIiJDtErTwbJ5_LvQeJbTQsG5BjyKpo,2427
|
|
@@ -381,7 +381,7 @@ truefoundry/workflow/remote_filesystem/__init__.py,sha256=LQ95ViEjJ7Ts4JcCGOxMPs
|
|
|
381
381
|
truefoundry/workflow/remote_filesystem/logger.py,sha256=em2l7D6sw7xTLDP0kQSLpgfRRCLpN14Qw85TN7ujQcE,1022
|
|
382
382
|
truefoundry/workflow/remote_filesystem/tfy_signed_url_client.py,sha256=xcT0wQmQlgzcj0nP3tJopyFSVWT1uv3nhiTIuwfXYeg,12342
|
|
383
383
|
truefoundry/workflow/remote_filesystem/tfy_signed_url_fs.py,sha256=nSGPZu0Gyd_jz0KsEE-7w_BmnTD8CVF1S8cUJoxaCbc,13305
|
|
384
|
-
truefoundry-0.10.
|
|
385
|
-
truefoundry-0.10.
|
|
386
|
-
truefoundry-0.10.
|
|
387
|
-
truefoundry-0.10.
|
|
384
|
+
truefoundry-0.10.3rc1.dist-info/METADATA,sha256=nfiSHIUJ48mtIr9hXuPV_zCdJ-e5JNKXQ5_yC2GHnGk,2508
|
|
385
|
+
truefoundry-0.10.3rc1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
386
|
+
truefoundry-0.10.3rc1.dist-info/entry_points.txt,sha256=xVjn7RMN-MW2-9f7YU-bBdlZSvvrwzhpX1zmmRmsNPU,98
|
|
387
|
+
truefoundry-0.10.3rc1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|