silver-layer-setup

Orchestrate Silver layer pipeline creation with Spark Declarative Pipelines and Delta Live Tables.

5|6|Updated Jan 26, 2026
One-click install
npx skills add https://github.com/databricks-solutions/vibe-coding-workshop-template --skill silver-layer-setup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: silver-layer-setup
Source: https://github.com/databricks-solutions/vibe-coding-workshop-template/tree/main/data_product_accelerator/skills/silver/00-silver-layer-setup
Command: npx skills add https://github.com/databricks-solutions/vibe-coding-workshop-template --skill silver-layer-setup

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the creation of robust, production-grade Silver layer pipelines using Spark Declarative Pipelines (SDP), ensuring data quality, efficient processing, and maintainability.

Core Features & Use Cases

  • End-to-End Orchestration: Manages the setup of Silver layer pipelines from DQ rules table creation to DLT notebook generation and pipeline configuration.
  • Data Quality Integration: Implements data quality checks and quarantine patterns directly within the pipeline using a centralized rules repository.
  • Use Case: When establishing a new data product on Databricks, use this Skill to quickly scaffold the Bronze-to-Silver ETL process, incorporating best practices for data validation, streaming ingestion, and monitoring.

Quick Start

Use the silver-layer-setup skill to create the Silver layer for the transactions data.

Frequently Asked Questions about silver-layer-setup

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

FAQPage Schema
How do I build a Silver layer pipeline in Databricks using Delta Live Tables?

To build a Silver layer pipeline in Databricks, use Spark Declarative Pipelines and Delta Live Tables to orchestrate the end-to-end transformation from Bronze sources, integrating centralized data quality rules and serverless configuration for production-ready processing.

What is the best way to enforce data quality rules in a Databricks Silver layer?

The best way to enforce data quality rules in a Databricks Silver layer is to integrate checks from a central Delta table directly into your DLT pipelines, implementing quarantine patterns to isolate invalid records during declarative pipeline processing.

How do I set up quarantine patterns for bad records in Delta Live Tables?

Quarantine patterns for bad records in Delta Live Tables are set up by applying centralized data quality rules within your Silver layer pipeline, routing failed records to separate quarantine tables for isolation and downstream monitoring.

Can I configure serverless DLT pipelines for Bronze to Silver transformations?

Yes, you can configure serverless DLT pipelines for Bronze to Silver transformations by orchestrating the pipeline setup with Spark Declarative Pipelines, utilizing advanced Delta Lake features for efficient and scalable processing.

Why standardize Silver layer development from Bronze sources using DLT?

Standardizing Silver layer development from Bronze sources using DLT ensures efficient processing and maintainability by automating the creation of robust, production-grade pipelines with consistent data validation, streaming ingestion, and centralized monitoring.