class Multiwoven::Integrations::Source::AmazonS3::Client
def column_schema_helper(column_type)
def column_schema_helper(column_type) case column_type when "VARCHAR", "BIT", "DATE", "TIME", "TIMESTAMP", "UUID" "string" when "DOUBLE" "number" when "BIGINT", "HUGEINT", "INTEGER", "SMALLINT" "integer" when "BOOLEAN" "boolean" end end