<@U0A71G31CDV> SELECT * FROM information_schema.t...
# questions-and-troubleshooting
n
@Rocky SELECT * FROM information_schema.task_runs WHERE task_name LIKE '%option_quotes_by_instrument%' ORDER BY create_time *DESC*; throws SQL Error [1064] [42000]: FE RPC failure, address=TNetworkAddress(hostname=172.30.8.24, port=9020), reason=Internal error processing getTaskRuns: BE:10023, host: unknown
r
Sorry, I encountered an error while processing your request: 429 RESOURCE_EXHAUSTED. {'error': {'code': 429, 'message': 'Resource has been exhausted (e.g. check quota).', 'status': 'RESOURCE_EXHAUSTED'}}
n
REFRESH MATERIALIZED VIEW option_quotes_by_instrument; gives query_id = 019dcfc6-9995-752d-b63c-320d7f1737e4
I really need help on this. I initially thought that the MV gets updated by its own and we are going with sync MV. But what I noticed is the sync MV is not getting updated. Can someone help me out?