hi, I am trying to create a simple table using output tool based on the input tool fields and throwing below error.
Error: Output Data (2): Error creating table "schema.table": [Simba][BigQuery] (70) Invalid query: Type not found: char at [1:54]
CREATE TABLE `schema`.`table` (`location_nam` char(16384),`tim_zone_bq_id` char(16384))
Could you please provide any solution for this.