awsdocs / amazon-aurora-user-guide

The open source version of the Amazon Aurora User Guide. You can provide feedback by submitting issues in this repo, or propose changes by submitting a pull request.
Other
53 stars 102 forks source link

Fixing data types in Database Activity Streams (Aurora PostgreSQL) #59

Closed ianrapha closed 2 years ago

ianrapha commented 3 years ago

I noticed that Aurora PostgreSQL exitCode field is described as int but the data comes in record as a string (as described in PostgreSQL Error Codes).

The same scenario happens with sessionId field. This one I noticed when I tried to write to a Glue table using int type.

Issue #, if available:

Description of changes:

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.