Skip to main content

Databricks Get Started Days (Lakebase + AI Agents)

Get Started with Lakebase

This get started course introduces Databricks Lakebase, a fully managed PostgreSQL service built into the Databricks Data Intelligence Platform that brings operational (OLTP) and analytical (OLAP) workloads closer together.

The course begins with a conceptual lecture that compares OLTP and OLAP systems, explaining their different performance characteristics, storage models, and typical use cases. You will also explore the challenges organizations face when maintaining separate transactional databases and analytical platforms, including data movement, latency, and architectural complexity.


You will then learn how Databricks Lakebase helps address these challenges by providing a PostgreSQL-compatible operational database that integrates directly with the Databricks Lakehouse, enabling operational applications and analytics to work together within a unified platform.

This is a Get Started course, so the focus is on understanding the core concepts and basic workflows for working with Lakebase. Building full production applications on top of Lakebase is outside the scope of this course.


By the end of the course, you will understand how Lakebase enables organizations to bridge operational systems and analytics within a single governed platform powered by Unity Catalog and the Databricks Lakehouse.


Get Started with AI Agents on Databricks

This course is an introduction to AI agents, their role in modern AI applications, and how to build AI agent applications on the Databricks platform. You'll learn about the principles of AI agents, how they differ from traditional AI systems, and explore their key components. Through interactive demos and hands-on labs, you'll see how to build, deploy, and evaluate AI agents on Databricks using Databricks AI and Agent Bricks. By the end of this course, you'll understand how to create and deploy AI agents using the Databricks Data + AI Platform.


You can create a Databricks Free Edition account and try the follow-along demos in a hands-on environment.

Skill Level
Onboarding
Duration
4h
Prerequisites

Get Started with Lakebase

• Access to a Databricks workspace with the Lakebase Database feature enabled

• An available All-purpose-compute OR Serverless cluster and a SQL Warehouse (2X-Small is sufficient).

• Create permissions for catalogs in your workspace.

• Intermediate SQL skills - Able to write and understand SELECT, INSERT, UPDATE, and DELETE statements.

• Intermediate Python knowledge - Comfortable with Python functions, exceptions, and working with dictionaries/lists.

• Familiarity with OLTP fundamentals - Understands client-server relationships, ACID properties, database authentication, and concurrent access.


Get Started with AI Agents on Databricks

• Navigating the Databricks workspace, including accessing the left navigation menu and using the UI for locating AI/ML features.

• Awareness of Unity Catalog as the governance and data management layer within Databricks.

• Basic experience with Databricks UI workflows (e.g., configuring resources, accessing deployed endpoints).

• Ability to run provided code snippets (e.g., Python, SQL, or curl) to query the agent endpoint, if integrating programmatically.

• Basic familiarity with copying and pasting code examples from the UI and modifying simple parameters (such as endpoint names).

• Light SQL-authoring experience.

• No advanced programming is required, but users should be comfortable following instructions to interact with APIs or endpoints if needed.

Outline

1. Get Started with Lakebase

• Lakebase Core Concepts and Architecture

• Demo: Creating and Exploring a Lakebase Project

• Demo: Querying Lakebase with Lakehouse Federation

• Demo: Syncing Unity Catalog Tables to Lakebase Postgres Tables

• Demo: Lakebase Autoscaling and Python CRUD Quickstart

• Bonus Lab: Building Your First Databricks App with Lakebase Autoscaling


2. Get Started with AI Agents on Databricks

Introduction to AI Agents

• What is an AI Agent? 

• AI Agent Patterns

• AI Agent Components

• Common Agentic AI Use-Cases


Building AI Agents on Databricks

• The Challenges with Agents in Production

• Overview of Agent Development

• Custom Agent Development

• Demo: Get Started with AI Agents on Databricks

• Demo: Build Agent Tools and Prototype with AI Playground


Agent Evaluation and Deployment

• Agent Evaluation and MLflow

• Demo: From AI Playground to Deployment

• Lab: Creating Tools and Testing in the Playground

• Deploying Agents & Model Serving


Production-Ready Agents with Agent Bricks

• Introduction to Agent Bricks

• Lab: Build a Knowledge Assistant with Agent Bricks

Upcoming Public Classes

Date
Time
Your Local Time
Language
Price
Sep 22
11 AM - 03 PM (Asia/Singapore)
-
English
Free
Sep 29
09 AM - 01 PM (America/Los_Angeles)
-
English
Free
Oct 26
01 PM - 05 PM (Europe/London)
-
English
Free
Oct 27
09 AM - 01 PM (America/Los_Angeles)
-
English
Free
Oct 29
11 AM - 03 PM (Asia/Singapore)
-
English
Free
Nov 24
11 AM - 03 PM (Asia/Singapore)
-
English
Free
Nov 25
09 AM - 01 PM (America/Los_Angeles)
-
English
Free
Nov 26
01 PM - 05 PM (Europe/London)
-
English
Free
Dec 15
11 AM - 03 PM (Asia/Singapore)
-
English
Free
Dec 17
01 PM - 05 PM (Europe/London)
-
English
Free
Dec 18
09 AM - 01 PM (America/Los_Angeles)
-
English
Free
Jan 26
11 AM - 03 PM (Asia/Singapore)
-
English
Free
Jan 28
01 PM - 05 PM (Europe/London)
-
English
Free
Jan 29
09 AM - 01 PM (America/Los_Angeles)
-
English
Free

Public Class Registration

If your company has purchased success credits or has a learning subscription, please fill out the Training Request form. Otherwise, you can register below.

Private Class Request

If your company is interested in private training, please submit a request.

See all our registration options

Registration options

Databricks has a delivery method for wherever you are on your learning journey

Runtime

Self-Paced

Custom-fit learning paths for data, analytics, and AI roles and career paths through on-demand videos

Register now

Instructors

Instructor-Led

Public and private courses taught by expert instructors across half-day to two-day courses

Register now

Learning

Blended Learning

Self-paced and weekly instructor-led sessions for every style of learner to optimize course completion and knowledge retention. Go to Subscriptions Catalog tab to purchase

Purchase now

Scale

Skills@Scale

Comprehensive training offering for large scale customers that includes learning elements for every style of learning. Inquire with your account executive for details

Upcoming Public Classes

Data Engineer

Data Ingestion with Lakeflow Connect - Mandarin Chinese

本课程全面介绍 LakeFlow Connect——一种可扩展且简便的解决方案,用于将来自各种来源的数据摄取到 Databricks 中。您将首先浏览 LakeFlow Connect 连接器的不同类型(标准型和托管型),并学习各种数据摄取技术,包括批处理摄取、增量批处理摄取和流式处理摄取。您还将了解使用 Delta 表和金银铜架构的主要优势。

接下来,您将培养使用 LakeFlow Connect 标准连接器从云对象存储摄取数据的实践技能。这包括使用 CREATE TABLE AS SELECT(CTAS)、COPY INTO 和 Auto Loader 等方法,并重点介绍每种方法的优势和注意事项。您还将学习如何在将数据摄取到 Databricks Data Intelligence Platform 的过程中,向铜层表追加元数据列。课程随后介绍如何使用救援数据列处理与表架构不匹配的记录,以及管理和分析此类数据的策略。您还将探索摄取和展平半结构化 JSON 数据的技术。

此后,您将探索如何使用 LakeFlow Connect 托管连接器执行企业级数据摄取,以引入来自数据库和软件即服务(SaaS)应用程序的数据。课程还将介绍 Partner Connect,作为将合作伙伴工具集成到摄取工作负载中的一种选项。

最后,课程以替代摄取策略作为总结,包括 MERGE INTO 运营以及利用 Databricks Marketplace,为您奠定坚实的基础,以支持现代数据工程用例。

注意:对于 SCORM 课程文件,请确保完成内容后关闭 SCORM 窗口。请勿点击“下一课”按钮,否则可能导致 SCORM 模块无法标记为已完成。

Free
2h
Associate

Questions?

If you have any questions, please refer to our Frequently Asked Questions page.