1 Respuesta
- Más nuevo
- Más votos
- Más comentarios
0
I had a similar issue that was actually a typo, particularly with the word "purchases" vs "purchase". Double check your spelling of the table and the query to confirm.
respondido hace 2 años
Contenido relevante
- preguntada hace un mes
- preguntada hace 5 meses
- preguntada hace 10 días
- OFICIAL DE AWSActualizada hace 7 meses

This is really a Redshift question, don't see why you have the Athena and Glue tags. Test the materialized view query by itself.
yes I have tried the materialized view but it states that Total_Purchases is not queried by the mv_players_purchases_amount... when I query with mv_players_purchases - it works but somehow with _amount it doesn't work. ugh
how would the query go ? has anyone out there done this Cloud Data warehouse Lab on cloud quest under Data Analytics please help.
Update: it gives me and ERROR: column "total_purchases" does not exist in mv_players_purchases_amount
You need to provide more details with a reproducible test case. It should include the DDL for the tables and materialized view and include the SQL query you are executing with the error message.