Project YAML
The rill.yaml file contains metadata about your project.
Properties
compiler
[string] - Specifies the parser version to use for compiling resources
display_name
[string] - The display name of the project, shown in the upper-left corner of the UI
description
[string] - A brief description of the project
features
[object] - Optional feature flags. Can be specified as a map of feature names to booleans.
ai_connector
[string] - Specifies the default AI connector for the project. Defaults to Rill's internal AI connector if not set.
ai_instructions
[string] - Extra instructions for LLM/AI features. Used to guide natural language question answering and routing.
Configuring the default OLAP Engine
Rill allows you to specify the default OLAP engine to use in your project via rill.yaml.
Curious about OLAP Engines?
Please see our reference documentation on OLAP Engines.