live wire
IBM makes watsonx Orchestrate AgentOps, custom LLM judging and Bedrock-agent discovery generally availableIBMSchemaGate 0.1.45 fixes broken Oracle ADB wallet connections and an OCI stack pinned 28 releases behindSchemaGatePDI’s Amazon Quick procurement agent grounds spend answers in vendor, category and contract contextAWS Business Intelligence BlogBigQuery’s ML.METRICS example returns 0.84 accuracy but 0.30 macro-F1 on the same 100-row classification queryGoogle Cloud BigQuery docsSchemaGate 0.1.44 auto-selects sentence embeddings, lifting bundled-schema retrieval from 90/98 to 93/98SchemaGateSchemaGate 0.1.43 adds read-only SQL execution with per-principal table checks—and documents unauthenticated client assertionsSchemaGateDatabox adds reusable AI Analyst Skills with personal/company scope, auto-matching and marketplace installsDataboxFabric previews an AI builder for data-agent instructions, source guidance and example queriesMicrosoft FabricDatabricks trains data-agent retriever to stop early or spend bounded extra search steps, reporting 5.8-second latencyDatabricksThoughtSpot adds SpotterCode coding agent to its Visual Embed PlaygroundThoughtSpotLongMemEval-S audit: 67–73% of restore-fixable 80k-budget errors came from evicted evidence under three policiesarXivSchemaGate 0.1.42 adds dimension-aware retrieval and fixes complex multi-table SQL promptsSchemaGateSnowflake agent toolsets can silently drop inherited tools when callers lack accessSnowflake DocumentationLooker’s VS Code extension reaches GA with MCP-assisted LookML generation, editing and validationGoogle Cloud Looker release docsIBM makes watsonx Orchestrate AgentOps, custom LLM judging and Bedrock-agent discovery generally availableIBMSchemaGate 0.1.45 fixes broken Oracle ADB wallet connections and an OCI stack pinned 28 releases behindSchemaGatePDI’s Amazon Quick procurement agent grounds spend answers in vendor, category and contract contextAWS Business Intelligence BlogBigQuery’s ML.METRICS example returns 0.84 accuracy but 0.30 macro-F1 on the same 100-row classification queryGoogle Cloud BigQuery docsSchemaGate 0.1.44 auto-selects sentence embeddings, lifting bundled-schema retrieval from 90/98 to 93/98SchemaGateSchemaGate 0.1.43 adds read-only SQL execution with per-principal table checks—and documents unauthenticated client assertionsSchemaGateDatabox adds reusable AI Analyst Skills with personal/company scope, auto-matching and marketplace installsDataboxFabric previews an AI builder for data-agent instructions, source guidance and example queriesMicrosoft FabricDatabricks trains data-agent retriever to stop early or spend bounded extra search steps, reporting 5.8-second latencyDatabricksThoughtSpot adds SpotterCode coding agent to its Visual Embed PlaygroundThoughtSpotLongMemEval-S audit: 67–73% of restore-fixable 80k-budget errors came from evicted evidence under three policiesarXivSchemaGate 0.1.42 adds dimension-aware retrieval and fixes complex multi-table SQL promptsSchemaGateSnowflake agent toolsets can silently drop inherited tools when callers lack accessSnowflake DocumentationLooker’s VS Code extension reaches GA with MCP-assisted LookML generation, editing and validationGoogle Cloud Looker release docs
nl2sql.ai
releaseRelease analysis

Databricks puts Genie Code on the job scheduler—with auto-approval locked on

The beta turns a conversational coding agent into an unattended Lakeflow task. Its most important design fact is not scheduling, but inherited tool reach without a human approval step.

Scheduled agent job vs interactive session with auto-approval differences
AI-generated illustration
By The News Desk· Aug 28, 2026the quick take — two AI hosts, this story only

Databricks has added a Genie Code task to Lakeflow Jobs in beta, letting teams run a natural-language prompt as an autonomous step inside a scheduled workflow. The agent can read upstream task outputs, call tools and return a continuable conversation after the run. Databricks’s August release notes date the feature to August 27.

The operationally important detail is in the task documentation: auto-approval is always enabled and cannot be turned off. A job does not pause for a person to confirm tool calls. Databricks says an AI classifier checks actions against the prompt and blocks risky operations outside its intended scope, but it also explicitly warns that auto-approve is a productivity feature, not a security boundary.

The prompt now sits on a permission boundary

The task inherits the user’s Genie Code settings and configured custom MCP connections. In practical terms, scheduling a prompt can schedule access to the same tools and data sources available in an interactive session. The documented examples go beyond summarization: analyze a table and post to Slack, investigate a Jira ticket, email a report or generate a compliance audit.

That makes prompt review necessary, but insufficient. Before enabling the beta, operators should inventory the credentials, MCP servers, production workspaces and shared destinations reachable by the identity that configures the task. A narrowly worded prompt does not reduce the privileges attached to those connections.

Use a dedicated, least-privileged identity where possible. Separate read-only analysis tasks from workflows that can write data or contact external systems. Treat additions to an MCP connection as a production change, because they silently expand what the next scheduled run may be able to reach.

Parameterization increases both reuse and input risk

Job parameters can be inserted into prompts with {{name}}, including values derived from upstream task outputs. That is useful for regional reports or anomaly investigations, but it also means runtime data can shape an unattended agent’s instructions. Teams should validate parameter sources, constrain expected formats and avoid passing arbitrary external text directly into a tool-capable prompt.

Retries deserve the same scrutiny. Lakeflow Jobs can apply advanced task settings such as retries and notifications. For an agent that posts messages, creates tickets or modifies shared resources, a retry can repeat a side effect unless the downstream action is idempotent.

Roll out as an automation, not a chat feature

A safe pilot starts with one read-only task, fixed inputs and a destination that cannot trigger further automation. Review the resulting Genie Code conversation after every run, because Databricks exposes the prompt and latest response there, and test failure and retry paths before adding a schedule.

The feature’s value is clear: complex analysis can become a reusable workflow step. But the beta also removes the approval moment that users may associate with interactive agents. The right launch gate is therefore not “does the prompt work?” It is “what can this job identity reach when the prompt is wrong?”

Filed by The News Desk. Corrections: desk@nl2sql.ai · Our standards →

comments · 0

    Comments are moderated before they appear. Your email is used once to confirm it is you — never shown, never sold. Corrections and questions get an answer from the desk when we have one.