truefoundry 0.4.4rc5__py3-none-any.whl → 0.4.4rc6__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.

@@ -116,14 +116,12 @@ class SignedURLFileSystem(AbstractFileSystem):
116
116
  remote_file_path = f"{remote_dir}/{file}"
117
117
  self.client.upload(
118
118
  file_path=str(local_file_path),
119
- storage_uri=str(remote_file_path),
119
+ storage_uri=remote_file_path,
120
120
  )
121
121
  return None
122
122
  else:
123
123
  # Handle single file upload
124
- return self.client.upload(
125
- file_path=str(local_path), storage_uri=str(Path(rpath))
126
- )
124
+ return self.client.upload(file_path=lpath, storage_uri=rpath)
127
125
 
128
126
  def isdir(self, path):
129
127
  """Is this entry directory-like?"""
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: truefoundry
3
- Version: 0.4.4rc5
3
+ Version: 0.4.4rc6
4
4
  Summary: Truefoundry CLI
5
5
  Author: Abhishek Choudhary
6
6
  Author-email: abhishek@truefoundry.com
@@ -35,7 +35,7 @@ truefoundry/common/exceptions.py,sha256=ePpiQ_zmWe4e94gOgeMiyP_AZnKwjEBfyXsB5ScG
35
35
  truefoundry/common/request_utils.py,sha256=5xw4YGUcMf71Ncal3OfFCa-PoWDIvG3hYGCDa4Da4OI,2854
36
36
  truefoundry/common/servicefoundry_client.py,sha256=2fxmgCM-ckFHpnm6n_mL-5Z8RWN_q-dYVvFC29bkYSg,3120
37
37
  truefoundry/common/tfy_signed_url_client.py,sha256=zqGIG7L6roPdSSdZ5IVTIVjYsOJsWvMa8SMkYttkg70,9401
38
- truefoundry/common/tfy_signed_url_fs.py,sha256=YoYRQwXBTIERkwgQAhbCb3jHZ3dRaSNEqaPyFMBvTDc,8045
38
+ truefoundry/common/tfy_signed_url_fs.py,sha256=14RJWXeXy2ADqHTfVvBtb7qtQwULxOMF8a1Jrgmgb04,7989
39
39
  truefoundry/common/utils.py,sha256=MYFjNtHGqauqhj9tmbdErCJR49AfXDwg-5kYbBh8HpI,3258
40
40
  truefoundry/deploy/__init__.py,sha256=ugawKF2G02EmEXX35oZ2tec12d9oWN28Sf6mtGGIERY,2281
41
41
  truefoundry/deploy/auto_gen/models.py,sha256=4MaxkG2_5Wg6avaZRlK0D4JiVEM5rk3NU0BCiTx8VyU,82477
@@ -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.4rc5.dist-info/METADATA,sha256=RNyf_zTUd1RoEKNQ2xEqeNx4z3ICZCkFm17EsEsy_r4,3146
346
- truefoundry-0.4.4rc5.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
347
- truefoundry-0.4.4rc5.dist-info/entry_points.txt,sha256=TXvUxQkI6zmqJuycPsyxEIMr3oqfDjgrWj0m_9X12x4,95
348
- truefoundry-0.4.4rc5.dist-info/RECORD,,
345
+ truefoundry-0.4.4rc6.dist-info/METADATA,sha256=YuV_hYNyXMHOBpjsQSnBnVgRt0bcj3fstht3SkKhPsQ,3146
346
+ truefoundry-0.4.4rc6.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
347
+ truefoundry-0.4.4rc6.dist-info/entry_points.txt,sha256=TXvUxQkI6zmqJuycPsyxEIMr3oqfDjgrWj0m_9X12x4,95
348
+ truefoundry-0.4.4rc6.dist-info/RECORD,,