Model properties
▶Changelog
Models properties can be declared in .yml
files in your models/
directory (as defined by the source-paths
config).
You can name these files whatever_you_want.yml
, and nest them arbitrarily deeply in subfolders within the models/
directory.
models/<filename>.yml
version: 2models:show: true | false- <test>- ... # declare additional testscolumns:- name: <column_name> # required- <test>- ... # declare additional tests- name: ... # declare properties of additional columns