diff --git a/models/redshift/customer.sql b/models/redshift/customer.sql index c879016..36bdd33 100644 --- a/models/redshift/customer.sql +++ b/models/redshift/customer.sql @@ -7,7 +7,7 @@ select - convet(string, c_custkey) as stringkey, + convert(string, c_custkey) as stringkey, c_name, c_address, c_nationkey,