Databricks

4 items tagged with Databricks

  • Two Guardrails for Letting LLM Agents Query Your Databricks Tables

    6 min read

    Hand `databricks experimental aitools tools query` to an LLM agent raw and two things go wrong: it can write, and JSON output bloats your context window. Here's the open-source wrapper I built to fix both.

  • Recover a Lakeflow SDP Pipeline From a Recreated Source Table

    6 min read

    When an upstream Delta table is dropped and recreated, your Lakeflow SDP pipeline breaks with DIFFERENT_DELTA_TABLE_READ_BY_STREAMING_SOURCE. Here's how to reset checkpoint selection and recover without a full refresh.

  • Your Next DABs Project, Configured in Minutes

    4 min read

    A reusable Declarative Automation Bundles (previously Databricks Asset Bundles, still DABs) template that generates multi-environment projects with medallion architecture, schema-per-user isolation, CI/CD pipelines, and parameterized configs. One command, your choices, a working bundle.

  • Declarative Automation Bundles That Scale with Your Team

    25 min read

    How to configure Declarative Automation Bundles (DABs) for multi-environment team workflows: schema-per-user isolation, environment targets (user/stage/prod), parameterized variables, CI/CD pipelines, and a reusable template you can run today.