Low-code SDK: Error when adding backoff strategy #17939
Labels
autoteam
community
priority/medium
Medium priority
team/tse
Technical Support Engineers
type/bug
Something isn't working
Environment
Current Behavior
When I add a backoff strategy to the schema of a low-code SDK connector, I get an error like this when running
python main.py read --config secrets/config.json --catalog integration_tests/configured_catalog.json --debug
:Expected Behavior
I should be able to use one of the backoff strategies without getting an exception.
Logs
Full logs
Steps to Reproduce
error_handler
section with the following to use a backoff strategy:python main.py read --config secrets/config.json --catalog integration_tests/configured_catalog.json --debug
.The text was updated successfully, but these errors were encountered: