Smartsheet SDK 抛出错误,导致 Databricks 作业失败。

huangapple go评论54阅读模式
英文:

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

huangapple
  • 本文由 发表于 2023年5月17日 14:10:30
  • 转载请务必保留本文链接:https://go.coder-hub.com/76269013.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定