Source
Scheduling a repeating analysis in the clean rooms UI
Sign in to the clean rooms UI. In the left navigation, select Analyses & Queries. Find the analysis in the list and select it. Expand the Save Analysis & Query section, and use the Schedule Run drop - down list to make the change.
Scheduling a repeating analysis in the clean rooms UI
Sign in to the clean rooms UI. In the left navigation, select Analyses & Queries. Find the analysis in the list and select it. Expand the Save Analysis & Query section, and use the Schedule Run drop - down list to make the change.
Scheduled query execution observed that is not related to any Tasks
ISSUE: A query is observed as being executed under one specific user in a fixed schedule, but this query can not be linked to any Tasks configured to execute it and the user is not manually executing it either.
SCHEDULED_TIME
Returns the timestamp representing the scheduled time of the current alert. Refer to Specifying timestamps based on alert schedules.
SYSTEM$OPT_OUT_INTERNAL_STAGE_NETWORK_LOGS
Returns a VARCHAR status message, which states that record collection of network access attempts to internal stage locations has ended. Access control requirements Only account administrators (users with the ACCOUNTADMIN role) can execute…
Custom Data Metric Functions not running on schedule
CAUSE: DMF schedules enter a suspended state when required privileges are missing or configuration issues occur. Common causes include: Missing privileges on table owner role - The table owner role lacks EXECUTE DATA METRIC FUNCTION…
LAST_SUCCESSFUL_SCHEDULED_TIME
Returns the timestamp representing the scheduled time for the most recent successful evaluation of the alert condition, where no errors occurred when executing the action. (In the alert history, these are the alerts with the STATE…
Schedule a task to run on the penultimate (second-to-last) day of the month
SOLUTION: To overcome the Task cron scheduler limitation, we can use the Task code to define a logic that validates the schedule or date requirements. As an example, if we need a task to run on the penultimate day of the month, we cannot…
Schedule notebook runs
In the navigation menu, select Projects » Notebooks. Locate and select the notebook to schedule. In the notebook, select the schedule button, then Create schedule.
Troubleshoot dynamic table refresh issues
This page helps you diagnose and resolve dynamic table refresh problems. For creation - time issues, see Troubleshoot dynamic table creation issues. For permission - related failures, see Troubleshoot dynamic table permission issues. Start by…