https://linen.dev logo
Title
k

Kazim Raza

05/25/2023, 3:30 PM
Hello, I am trying to move the data from postgres to databricks, but somehow the datatype in postgres is int8 but it is converted to int rather than a bigint when the table is created inside databricks. this is the log from sync,
(type int8[19], nullable false) -> JsonSchemaType({type=number, airbyte_type=integer})
u

user

05/25/2023, 3:30 PM
A message from kapa.ai
u

user

05/25/2023, 3:32 PM
Hello, Based on the information provided, it seems that the data type conversion from Postgres to Databricks is not as expected. However, the extracts provided do not contain enough information to diagnose the issue or provide a solution. I recommend reviewing the Airbyte documentation and tutorials for more information on data type mapping and configuration: - [Airbyte Documentation](https://docs.airbyte.com) - [Airbyte Tutorials](https://airbyte.io/tutorials) If you still face issues, consider reaching out to the Airbyte community on their [forum](https://discuss.airbyte.io) or [Slack](https://airbytehq.slack.com) for further assistance.