Hi,
I have some dashboards in AWS QuickSight consisting of three datasets, connected through Athena to three tables. ‘projects’, ‘project_files’ and ‘project_resources’.
My dashboards use my datasets using two combined datasets:
- ‘project_files’ LEFT JOIN ‘projects’ (with project’s id)
- ‘project_resources’ LEFT JOIN ‘projects’ (with project’s id)
I now updated the schema of ‘projects’ and added a new column ‘snapshot’. I refreshed the single ‘projects’ dataset schema and it updated accordingly, showing the new ‘snapshot’ column. But in my combined datasets, even after I refresh the data, the ‘snapshot’ column doesn’t appear regarding the ‘project’ table.
Worth to mention that ‘project_files’ and ‘project_resources’ also have a column named ‘snapshot’, but I don’t think this is being overwritten. I believe it’s just not updating the combined dataset accordingly.
How can I approach this?
Thanks in advance