dbt Selectors
dbt's selectors.yml file for configuring YAML selectors
| Type | object |
|---|---|
| File match |
**/*dbt*/selectors.yaml
**/*dbt*/selectors.yml
|
| Schema URL | https://catalog.lintel.tools/schemas/schemastore/dbt-selectors/latest.json |
| Source | https://raw.githubusercontent.com/dbt-labs/dbt-jsonschema/main/schemas/latest/selectors-latest.json |
Validate with Lintel
npx @lintel/lintel check
Type:
object
Properties
selectors
object[]
required
minItems=1
Definitions
boolean_or_jinja_string
jinja_string | boolean
definition_block
object
children
jinja_string | boolean
children_depth
number
childrens_parents
jinja_string | boolean
indirect_selection
string
method
string
parents
jinja_string | boolean
parents_depth
number
value
string
exclude_block
intersection_block | definition_block[]
intersection_block
definition_block[]
jinja_string
string
union_block
intersection_block | definition_block | exclude_block[]