๐ My Experience Deploying My First Databricks App with Lakebase
I completed Quest 4 of Databricks AppQuest and deployed my first full-stack Databricks App using the AppKit Lakebase template.
I provisioned a Lakebase PostgreSQL project, scaffolded the application using `databricks apps init`, selected the Lakebase feature, configured the Lakebase project, production branch, and databricks_postgres database, and ran the Todo CRUD application locally.
I then deployed the application using `databricks apps deploy` and accessed it through the Databricks Apps URL.During the deployment process, I encountered issues with the Lakebase database connection in the deployed application. I used an AI coding agent to help diagnose the issue by inspecting the application configuration and deployment logs.
This Quest gave me hands-on experience with Databricks Apps, AppKit, Lakebase PostgreSQL, CRUD operations, deployment, and troubleshooting application/database connectivity.