truefoundry 0.5.0rc1__py3-none-any.whl → 0.5.0rc2__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/workflow/remote_filesystem/__init__.py +1 -3
- {truefoundry-0.5.0rc1.dist-info → truefoundry-0.5.0rc2.dist-info}/METADATA +1 -1
- {truefoundry-0.5.0rc1.dist-info → truefoundry-0.5.0rc2.dist-info}/RECORD +5 -5
- {truefoundry-0.5.0rc1.dist-info → truefoundry-0.5.0rc2.dist-info}/WHEEL +0 -0
- {truefoundry-0.5.0rc1.dist-info → truefoundry-0.5.0rc2.dist-info}/entry_points.txt +0 -0
|
@@ -3,6 +3,4 @@ import logging
|
|
|
3
3
|
from truefoundry.common.constants import ENV_VARS
|
|
4
4
|
from truefoundry.workflow.remote_filesystem.logger import init_logger
|
|
5
5
|
|
|
6
|
-
init_logger(
|
|
7
|
-
level=logging.getLevelNamesMapping[ENV_VARS.TFY_SIGNED_URL_CLIENT_LOG_LEVEL]
|
|
8
|
-
)
|
|
6
|
+
init_logger(level=ENV_VARS.TFY_INTERNAL_SIGNED_URL_CLIENT_LOG_LEVEL)
|
|
@@ -365,13 +365,13 @@ truefoundry/workflow/example/truefoundry.yaml,sha256=LlPrMADSPJsiXRoK76N_RVjX1bn
|
|
|
365
365
|
truefoundry/workflow/example/workflow.yaml,sha256=YtYdKXMuW_08gfEo21XSculj2MGI2lfEnGF8qCT8NKE,2858
|
|
366
366
|
truefoundry/workflow/map_task.py,sha256=2m3qGXQ90k9LdS45q8dqCCECc3qr8t2m_LMCVd1mZ7g,1737
|
|
367
367
|
truefoundry/workflow/python_task.py,sha256=SRXRLC4vdBqGjhkwuaY39LEWN6iPCpJAuW17URRdWTY,1128
|
|
368
|
-
truefoundry/workflow/remote_filesystem/__init__.py,sha256=
|
|
368
|
+
truefoundry/workflow/remote_filesystem/__init__.py,sha256=LQ95ViEjJ7Ts4JcCGOxMPs7NZmQdZ4bTiq6qXtsjUhE,206
|
|
369
369
|
truefoundry/workflow/remote_filesystem/logger.py,sha256=em2l7D6sw7xTLDP0kQSLpgfRRCLpN14Qw85TN7ujQcE,1022
|
|
370
370
|
truefoundry/workflow/remote_filesystem/tfy_signed_url_client.py,sha256=ln3zx72jMElZQIVbPRHVd0OfmsLnDbnrntfJ6g1WdfE,10174
|
|
371
371
|
truefoundry/workflow/remote_filesystem/tfy_signed_url_fs.py,sha256=Hf6Dk6Fu6P7DqsK5ULgraf9DStjgigf-kjaRAMBW-RU,8680
|
|
372
372
|
truefoundry/workflow/task.py,sha256=ToitYiKcNzFCtOVQwz1W8sRjbR97eVS7vQBdbgUQtKg,1779
|
|
373
373
|
truefoundry/workflow/workflow.py,sha256=WaTqUjhwfAXDWu4E5ehuwAxrCbDJkoAf1oWmR2E9Qy0,4575
|
|
374
|
-
truefoundry-0.5.
|
|
375
|
-
truefoundry-0.5.
|
|
376
|
-
truefoundry-0.5.
|
|
377
|
-
truefoundry-0.5.
|
|
374
|
+
truefoundry-0.5.0rc2.dist-info/METADATA,sha256=zrEMchTZaejE_hXfAyMQfMhi7gjmlb0SK9rOY5AtfVA,3101
|
|
375
|
+
truefoundry-0.5.0rc2.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
|
|
376
|
+
truefoundry-0.5.0rc2.dist-info/entry_points.txt,sha256=TXvUxQkI6zmqJuycPsyxEIMr3oqfDjgrWj0m_9X12x4,95
|
|
377
|
+
truefoundry-0.5.0rc2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|