DostEducation / whatsapp-webhook-analytics

Handling and processing of Incoming webhook request configured at Glific.
GNU Affero General Public License v3.0
0 stars 0 forks source link

[BUG] Correct datatype for timestamp columns in all tables #37

Closed Sachinbisht27 closed 3 weeks ago

Sachinbisht27 commented 3 weeks ago

Describe the bug While migrating the data from the application database to BigQuery, we faced an issue: The Datetime column's data was not getting migrated because it supports the timestamp with timezone only. We wanted to correct all the timestamp columns in the application to the timestamptz.

To Reproduce Run Migrations on AirByte.

Expected behavior

Additional context NA

Acceptance Criteria

Documentation Add whatever documentation will be required here.

Sachinbisht27 commented 3 weeks ago

Closing the issue as completed and released on production.