Wakes the warehouse once a morning, runs only the statements on your list, and posts one Slack digest with the change since yesterday and any statement that failed quoted verbatim.
Run a staged conversation — no account needed. The agent handles it for real while a simulated world answers its tool calls; nothing touches real accounts, and nothing is actually sent.
Morning metrics 12 August
The warehouse resumed in four seconds and all five statements finished inside the same minute. Gross merchandise value came back at 812,440.20 MXN against 774,910.05 yesterday, orders at 3,188 against 3,050, returns at 214, and active stores at 61 with no change.
Using this template drops you into a guided setup. It asks exactly this, nothing else:
Connect Snowflake
One sign-in. The agent acts through your account, scoped to what this template uses.
Connect Slack
One sign-in. The agent acts through your account, scoped to what this template uses.
Metrics queries
The read only statements to run each morning, each with the name it should carry in the digest and its database and schema written out in full. Nothing outside this list is ever submitted to your warehouse.
Digest style
What the digest should look like when it lands - which metric leads, the movements worth flagging (weekly active accounts under 4,000, on time delivery under 90 percent), and who gets tagged when a statement fails.
Choose which agent runs it
NoClick's built-in models work out of the box — or bring Claude Code, Codex, and other coding agents on your own subscription.
Watch it handle a test run
A staged conversation against a simulated world — then it’s live.
Somebody on your team resumes the warehouse most mornings to look at the same three numbers, and every one of those check ins spends credits. This agent does that run once, at 08:00: your statements in order, results collected as each one finishes, then a single Slack digest with the change since yesterday and any statement that failed quoted in Snowflake's own words. It submits nothing outside your list and never retries, so the warehouse wakes up once a day for a cost you can predict.
Which role and warehouse should I point it at?
Make a dedicated role with SELECT on just the views your statements read and USAGE on a small warehouse, an extra small one with a short auto suspend is plenty. Connect that role, add the Slack channel, and write your statements out with the database and schema fully qualified, because the agent never issues a USE DATABASE to fill in a gap.
How many credits will this burn?
An extra small warehouse costs one credit per hour, so a two minute morning run is roughly a thirtieth of a credit and a full month of digests lands near one credit, plus whatever your heaviest statement makes the warehouse work for. It never retries, so a broken statement costs a single attempt. Keeping the list to statements that return in seconds is what keeps that number small.
Could customer data end up in a Slack channel?
Only if your statements return it. The agent is told to post the aggregates the digest style asks for and never to paste raw result rows, so a statement that counts orders puts a count in Slack. A statement that selects a hundred customer rows is a hundred customer rows sitting in a channel, which is a reason to write aggregates into the list rather than to rely on the instruction. Masking policies on the role you connect apply as normal.
Free to start. Guided setup, a test run against staged conversations, and it's live.