Brandon Lazovic

Pulse · September 4, 2026

Confirmed

BigQuery continuous queries add joins, aggregations, and windowing

Google added stateful processing to BigQuery continuous queries in preview on September 3, 2026, letting streaming SQL pipelines run joins, aggregations, and windowing functions directly on live data. Teams can now calculate rolling metrics, such as a 30-minute average, without landing data in a table first, feeding richer real-time signals to downstream applications and AI agents.

In plain termsA streaming SQL pipeline is code that processes data continuously as it arrives, instead of waiting for a batch job to run later on data already saved to a table.

Why it mattersTeams building real-time dashboards or agent-facing data feeds get streaming joins without standing up a separate stream-processing layer first.

Our takeThis closes a real gap for anyone piping live search or crawl data into an agent: the workaround used to be landing data in a table first, then joining after the fact. It's a preview feature, so the thing to watch is whether it reaches general availability before anything production-critical gets built on it.

Confirmed

xAI's Grok 4.6 launches inside Snowflake Cortex AI

Snowflake announced public preview availability of xAI's Grok 4.6 inside Cortex AI on September 3, 2026, positioning the model for long-running agentic work such as multi-step research, codebase analysis, and turning an idea into a working application. Paired with Snowflake's CoCo tooling, it runs inside the platform's governed security perimeter rather than calling an external API, so enterprise data never has to leave Snowflake to reach a frontier model.

In plain termsPublic preview means the feature is live for any customer to try, not restricted to a small invite-only test group. A governed security perimeter means the data stays inside Snowflake's own access controls instead of being sent to an outside company's servers.

Why it mattersEnterprise teams running SEO or product data pipelines in Snowflake get frontier-model reasoning without an added data-export decision.

Our takeThis is the second frontier model Snowflake has landed inside Cortex in three days, after Claude Fable 5.1 on September 1. The pitch to enterprise buyers is model choice without a data-export decision, and that only holds up if Cortex's own inference costs stay competitive with calling the model directly.

Confirmed

Shopify lets store staff see a customer's abandoned online cart at checkout

Shopify shipped a POS update on September 3, 2026 letting authorized retail staff view an identified customer's items from an abandoned online checkout, directly inside the point-of-sale system, to help close the sale in person. It requires Shopify POS version 11.14 or later, an explicit 'View abandoned checkouts' permission set per role, and a customer identified by email with an eligible abandoned checkout; staff see cart contents only, not browsing history.

In plain termsPOS, or point of sale, is the checkout system a store uses to ring up in-person purchases. An abandoned checkout means a shopper added items online and started paying but left before finishing.

Why it mattersCloses a real cross-channel gap for retailers, since an online cart abandonment stops being a dead end the moment that same shopper walks into a store.

Our takeThis only works where the retailer already asks online shoppers to identify themselves by email before checkout, so it rewards stores that built that habit rather than creating a new one. Expect competitors to frame their own cross-channel cart-recovery features around whatever numbers Shopify publishes for this one.