I'm was able to get my first postgres source worki...
# ask-community-for-troubleshooting
c
I'm was able to get my first postgres source working after going back to version 0.4.4 to get around some role/grantee issues. One thing I noticed though, in that my integers are converted to floats, and timestamps converted to strings with precision loss. Has any one else had this problem or am I missing something? I didn't see a way to change the schema type in the source settings, and it looks like airbyte supports both integer and timestamp". https://docs.airbyte.com/understanding-airbyte/supported-data-types. Is this just a current issue with the source connector or some other fundamental problem with the core and/or JSON Schema?
1
cc: @Rajnish Malik
a
Hi @Chris Stout you indeed discovered a flaw that we'd like to solve soon with the ongoing work around this issue: https://github.com/airbytehq/airbyte/issues/5129
c
Thanks @Augustin Lafanechere (Airbyte) - apologize for not seeing that when I was browsing open issues!