Closed AnhVust closed 9 months 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?
@AnhVust Upgrading spectacles to latest version 2.3.16 fixed this error for us.
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?