pythonpython-3.xsdkdatabricks

Smartsheet SDK is throwing an error caused job failure in databricks


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


Solution

  • downgrade SDK to 3.0.0, it worked for me, and let them figure out the actual bug