spectacles-ci / spectacles

A continuous integration tool for Looker and LookML.
https://spectacles.dev
MIT License
217 stars 35 forks source link

Encountered unexpected TypeError: "__init__() got an unexpected keyword argument 'socket_options'" #736

Closed AnhVust closed 9 months ago

AnhVust commented 1 year ago

Hi, we ran our Spectacles commands as belows:

spectacles sql --config-file config.yaml --project studytube --explores abc/ef abc/dg --commit-ref "${SEMAPHORE_GIT_PR_SHA:-${SEMAPHORE_GIT_SHA}}"

And received this error:

Encountered unexpected TypeError: "__init__() got an unexpected keyword argument 'socket_options'"

Not sure if there was anything that changed in the overall Spectacles commands?

attrivivekFF commented 10 months ago

@AnhVust Upgrading spectacles to latest version 2.3.16 fixed this error for us.