buster/apps/cli/buster.yml

15 lines
282 B
YAML
Raw Permalink Normal View History

2025-08-29 02:00:10 +08:00
# Buster configuration file
data_source_name: default_datasource
schema: public
database: main
# Paths to search for model files
model_paths:
- test-models
- models
# Exclude certain files from deployment
exclude_files:
- "**/draft-*.yml"
- "**/temp-*.yml"
- "**/_*.yml"