Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/vale-linter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
# Install Vale (safe, no sudo needed)
- name: Install Vale
run: |
curl -fsSL https://github.com/errata-ai/vale/releases/latest/download/vale_Linux_64-bit.tar.gz -o vale.tar.gz
curl -fsSL https://github.com/errata-ai/vale/releases/download/v3.12.0/vale_3.12.0_Linux_64-bit.tar.gz -o vale.tar.gz
tar -xzf vale.tar.gz
echo "$PWD" >> $GITHUB_PATH

Expand Down
2 changes: 1 addition & 1 deletion docsite/docs/core-concepts.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The `KnowledgeBuilder` is the main entry point for building the semantic layer.

## Data Product Builder

The `DataProductBuilder` is used to generate data products from the semantic layer. It takes an ETL model as input and generates a unified data product that can be used for analysis and exploration.
The `DataProductBuilder` is used to generate data products from the semantic layer. It takes an config dictionary as input and generates a unified data product that can be used for analysis and exploration.

## Semantic Search

Expand Down
Loading