Miscellaneous indexing fixes (#4042)

This commit is contained in:
pablonyx
2025-02-19 11:34:49 -08:00
committed by GitHub
parent 353c185856
commit 99fc546943
10 changed files with 159 additions and 31 deletions

View File

@@ -210,7 +210,6 @@ def validate_ccpair_for_user(
tenant_id=tenant_id,
)
except Exception as e:
error_msg = f"Unexpected error creating connector: {e}"
raise ConnectorValidationError(error_msg)
raise ConnectorValidationError(str(e))
runnable_connector.validate_connector_settings()