英文:
Smartsheet SDK is throwing an error caused job failure in databricks
问题
我已经设置了从Smartsheet通过SDK提取数据的部分。它使用了smartsheet-python-sdk模块。突然间,我开始收到一个错误 - 类型对象Retry没有属性'Default_allowed_methods'。
这个错误出现在以下位置:
导入smartsheet
Smart=smartsheet.Smartsheet(token) ---- 在这一点上发生了上述错误
请帮忙...
我检查了Smartsheet令牌,它没有过期。它没有与Smartsheet API通信。
英文:
I have set up which pulls data from smartsheet thru SDK. It uses smartsheet-python-sdk module.
Suddenly I started receiving an error -type object Retry has no attribute 'Default_allowed_methods'
This error comes at below
Import smartsheet
Smart=smartsheet.Smartsheet(token) ---- at this point above error occurred
Please help...
I checked smartsheet token which is not expired. It is not communicating to smartsheet api
答案1
得分: 0
将 SDK 降级至 3.0.0,对我有效,让他们自行解决实际的 bug。
英文:
downgrade SDK to 3.0.0, it worked for me, and let them figure out the actual bug
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论