I have a question regarding refreshing datasets in QuickSight.
The order_monitoring
dataset is created by left joining three independent custom SQL datasets into a single large dataset. This order_monitoring
dataset is then left joined with another dataset called store_setting
, which exists as a SPICE dataset.
Currently, only the store_setting
dataset is refreshed daily. However, since the dependent datasets within order_monitoring
are not refreshed automatically, the data in order_monitoring
does not get updated.
Is there a way to configure the refresh settings so that all dependent datasets within the order_monitoring
hierarchy can be refreshed and cached simultaneously with a single refresh action?
Thank you in advance for your guidance and support!
Best regards,
Alex