LogoLogo
  • Preen
  • Getting Started
    • Installation
    • Hello World
      • Configuring Sources
      • Creating Models
  • Concepts
    • Overview
    • Sources
    • Models
    • Validation
  • Documentation
    • Config
      • Sources
      • Models
    • Integrations
      • Databases
        • Postgres
        • MySQL
        • MongoDB
      • Cloud Blob Storage
        • Amazon S3
      • File Formats
        • CSV
Powered by GitBook
On this page
  • Config File Reference
  • Code References
  1. Documentation

Config

how to configure preen.

PreviousValidationNextSources

Last updated 7 months ago

Preen is configured using a YAML file. The config file is used to define the sources, models, and other configurations. You can customize the location of the config file by setting the PREEN_CONFIG_PATH environment variable. If no environment variable is set, Preen will look for a file called ~/.preen/sources.yaml. You can also configure a custom path where Preen will look for model files by setting the PREEN_MODELS_PATH environment variable. If no environment variable is set, Preen will look for models configured in ~/.preen/models.yaml.

Config File Reference

Code References

Sources
Models
env.go
config.go
sources.go
models.go