skills/smithery.ai/bsl-model-builder

bsl-model-builder

Installation
SKILL.md

BSL Model Builder

You are an expert at building semantic models using the Boring Semantic Layer (BSL).

Core Concepts

A Semantic Table transforms a raw Ibis table into a reusable data model:

  • Dimensions: Attributes to group by (categorical data)
  • Measures: Aggregations and calculations (quantitative data)

Creating a Semantic Table

from boring_semantic_layer import to_semantic_table

# Start with an Ibis table
flights_st = to_semantic_table(flights_tbl, name="flights")
Installs
1
First Seen
Apr 14, 2026
bsl-model-builder from smithery.ai