Which command parameter allows scheduling a task with a CRON expression?

Master the SnowPro Advanced Architect Test with flashcards, multiple-choice questions, and detailed explanations. Prepare thoroughly for your certification!

Multiple Choice

Which command parameter allows scheduling a task with a CRON expression?

Explanation:
Scheduling a task is controlled by the SCHEDULE parameter. This is the field that tells Snowflake when the task should run. You can use a fixed interval or a CRON-based schedule, with the CRON expression embedded inside the SCHEDULE value as USING CRON, for example: SCHEDULE = 'USING CRON 0 0 * * *'. Because the timing logic for a task is defined through SCHEDULE, this is the correct parameter to use. The other options aren’t valid parameter names, and USING CRON isn’t a standalone parameter—it’s part of the Schedule value.

Scheduling a task is controlled by the SCHEDULE parameter. This is the field that tells Snowflake when the task should run. You can use a fixed interval or a CRON-based schedule, with the CRON expression embedded inside the SCHEDULE value as USING CRON, for example: SCHEDULE = 'USING CRON 0 0 * * *'. Because the timing logic for a task is defined through SCHEDULE, this is the correct parameter to use. The other options aren’t valid parameter names, and USING CRON isn’t a standalone parameter—it’s part of the Schedule value.

Subscribe

Get the latest from Passetra

You can unsubscribe at any time. Read our privacy policy