Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix uploads to
edit_events
table (#8318)
This PR fixes uploads the `edit_events` table. We were trying to insert into a column that didn't exist: ``` HTTP error 500 Internal Server Error: failed to upload to table 'edit_events' Caused by: bad response: Code: 16. DB::Exception: No such column os_name in table default.edit_events ``` Release Notes: - N/A
- Loading branch information