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?