We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
_handle_create_error_codes
1 parent 78cda94 commit 7a6f267Copy full SHA for 7a6f267
src/snowflake/cli/_plugins/object/manager.py
@@ -137,3 +137,4 @@ def _handle_create_error_codes(err: Exception) -> None:
137
raise ClickException(f"{err_code} internal server error.")
138
case _:
139
raise err
140
+ raise err
0 commit comments