Sandbox

A sandbox is an interactive environment you can use to interact with queries before persisting them into a streaming query.

Start a sandbox environment using the START SANDBOX command. This command starts a new temporary cluster in your organization. Once started, the sandbox bootstraps the appropriate resources until it reaches the RUNNING state. At this state, you can run any SELECT query against the environment without being persisted.

Sandboxes are automatically stopped after 10 minutes if not used. You can also stop them using the STOP SANDBOX command.

Last updated