Observed Errors (from Datadog)
Database (ODBC)‑related
pyodbc.OperationalError
Observed during:
INSERT operations into application logging tables
SELECT queries with parameters
Join queries fetching application configuration / prompt metadata
Example (masked):
SQLINSERT INTO <masked_table>(transaction_id, log_identifier, log_value)VALUES (?)Show more lines
SQLSELECT col1, col2FROM <masked_table_1>JOIN <masked_table_2> WITH (NOLOCK) ON ...WHERE ...``Show more lines
Observability
The issue has been observed and confirmed in Datadog, across:
Open Questions / Areas for Investigation
Are long‑running DB queries or locks contributing to OperationalError? Does these affect operational database operations ?
Or Its just false positive from Datadog ?
Is it datadog isssue or the issue is within code of application ?
Observed Errors (from Datadog)
Database (ODBC)‑related
pyodbc.OperationalError
Observed during:
INSERT operations into application logging tables
SELECT queries with parameters
Join queries fetching application configuration / prompt metadata
Example (masked):
SQLINSERT INTO <masked_table>(transaction_id, log_identifier, log_value)VALUES (?)Show more lines
SQLSELECT col1, col2FROM <masked_table_1>JOIN <masked_table_2> WITH (NOLOCK) ON ...WHERE ...``Show more lines
Observability
The issue has been observed and confirmed in Datadog, across:
Open Questions / Areas for Investigation
Are long‑running DB queries or locks contributing to OperationalError? Does these affect operational database operations ?
Or Its just false positive from Datadog ?
Is it datadog isssue or the issue is within code of application ?