bronze-layer-setup

Automate Bronze layer table setup with DDLs, Faker data, and Databricks Asset Bundle jobs.

1|Updated Jan 22, 2026
One-click install
npx skills add https://github.com/prashsub/vibe_coding_lakehouse_starter_repo --skill bronze-layer-setup-prashsub
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bronze-layer-setup
Source: https://github.com/prashsub/vibe_coding_lakehouse_starter_repo/tree/main/data_product_accelerator/skills/bronze/00-bronze-layer-setup
Command: npx skills add https://github.com/prashsub/vibe_coding_lakehouse_starter_repo --skill bronze-layer-setup-prashsub

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the creation of Bronze layer tables, including DDLs, fake data generation, and job configuration, enabling rapid prototyping of the Medallion Architecture.

Core Features & Use Cases

  • End-to-end Setup: Creates table DDLs, generates fake data using Faker, and configures Databricks Asset Bundle jobs.
  • Unity Catalog Compliance: Ensures tables adhere to Unity Catalog standards, including governance metadata, Change Data Feed, and automatic liquid clustering.
  • Use Case: Quickly bootstrap a new Databricks project by setting up all necessary Bronze layer tables with realistic test data in under an hour.

Quick Start

Use the bronze-layer-setup skill to create Bronze layer tables and generate test data for your project.

Frequently Asked Questions about bronze-layer-setup

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up Bronze layer tables in Databricks with test data?

You can set up Bronze layer tables in Databricks by automating table DDL creation, generating fake test data with Faker, and configuring Databricks Asset Bundle jobs. This ensures Unity Catalog compliance, Change Data Feed enablement, and automatic liquid clustering.

Does this approach support Unity Catalog compliance and Change Data Feed?

Yes, the setup supports Unity Catalog compliance by including governance metadata and enables Change Data Feed. It also configures automatic liquid clustering to optimize the Bronze layer tables within the Databricks environment.

What is the best way to bootstrap a Medallion Architecture in Databricks?

The best way to bootstrap a Medallion Architecture is to automate the end-to-end setup of Bronze layer tables. This includes creating DDLs, generating realistic fake data, and configuring Databricks Asset Bundle jobs for rapid prototyping.

Can I generate fake data for Databricks table DDLs using Faker?

Yes, you can generate fake data for Databricks table DDLs using Faker. The process orchestrates fake data generation alongside DDL creation and Databricks Asset Bundle configuration to populate your Bronze layer tables.

Are Databricks Asset Bundle jobs required for Bronze layer table creation?

Configuring Databricks Asset Bundle jobs is part of the end-to-end setup to ensure proper job orchestration for the Bronze layer. It works alongside DDL creation and fake data generation to maintain Unity Catalog compliance.

Why do I need automatic liquid clustering in my Bronze layer?

Automatic liquid clustering optimizes data layout in your Bronze layer tables without manual tuning. It is configured automatically during the DDL creation process to improve query performance within your Databricks environment.