Ton Badal

Results 1 issues of Ton Badal

I'm running a copy task with a table `users` that contains a `metadata` column with type `json`. ```yaml tasks: copy_users: type: copy source: db: input_db table: users destination: db: output_db...