Skip to content

Commit 805e181

Browse files
sfc-gh-stakedaankit-bhatnagar167
authored andcommitted
SNOW-80218: Skipped filing client side incidents for ValueErrors which come from query formatting issues.
1 parent 0adcf1c commit 805e181

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cursor.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -460,6 +460,8 @@ def execute(self, command, params=None, timeout=None,
460460
query = command
461461
processed_params = self._connection._process_params_qmarks(
462462
params, self)
463+
except ValueError:
464+
raise
463465
except Exception:
464466
self.connection.incident.report_incident()
465467
raise

0 commit comments

Comments
 (0)