dosubot[bot] commented on issue #29968:
URL: https://github.com/apache/superset/issues/29968#issuecomment-2295988103

   <!-- Greeting -->
   Hey there, @aprendizlaura! I'm here to help you with any bugs, questions, or 
contributions you have. Let's work together to resolve any issues you're facing.
   
   <!-- Answer -->
   Yes, you can specify a specific time for the "refresh_frequency" in the JSON 
Metadata for dashboard refresh using a CRON expression.
   
   To set the refresh to 3 AM daily, you can use the following CRON expression:
   
   ```json
   {
     "refresh_frequency": "0 3 * * *"
   }
   ```
   
   This CRON expression means "At 03:00 AM every day". You can include this in 
your JSON metadata to schedule the dashboard refresh at 3 AM 
<sup>[[1]](https://github.com/apache/superset/blob/master/docs/static/resources/openapi.json)</sup>.
   
   
   <!-- Dosu Comment Footer -->
   *To continue talking to [Dosu](https://dosu.dev), mention @dosu.*
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to