You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using copy_files_to_redshift does not convert Athena TINYINT to appropriate data type
CREATE TABLE IF NOT EXISTS clean_data.fact_Data
WITH (format='PARQUET',
parquet_compression='SNAPPY',
partitioned_by = ARRAY['environmentid']
)
AS
select
cast (environmentid as TINYINT ) as environmentid