aws / aws/aws-xray-sdk-python

IndexError when using AWS X-Ray SDK with SQLAlchemy

Offen
#392 1 Kommentar 0 Reaktionen 1 zugewiesene Person Beansprucht von @carolabadeer Auf GitHub ansehen
question
Vorherrschende Sprache
Python
Sterne
338
Forks
147
PR-Merge-Kennzahlen
Keine gemergten PRs in 30 T.

Beschreibung

I am encountering an issue when using the AWS X-Ray SDK to trace my AWS Lambda function, which utilizes SQLAlchemy for database operations. When invoking the Lambda function, I receive the following error:

```
Error getting the sanitized query
Traceback (most recent call last):
File "/opt/python/aws_xray_sdk/ext/sqlalchemy_core/patch.py", line 46, in _sql_meta
if isinstance(args[0], ClauseElement):
IndexError: tuple index out of range
```
I am using the patch_all() function from the AWS X-Ray SDK to patch all available libraries, including SQLAlchemy:
Could you please help me understand the cause of this error and suggest a possible solution? Let me know if you need more information about my implementation or environment.

aws_xray_sdk == 2.12.0
Sqlalchemy == 2.0.14

I added lambda Active tracing too.

Many thanks

Beitragsleitfaden

Beitragsleitfaden öffnen

Bewertung

Dieses Issue wurde noch nicht bewertet.

Neue Issues direkt in Ihr Postfach

Eine kurze Übersicht über anfängerfreundliche GitHub-Issues.