Skip to main content

About config property

models/<filename>.yml
version: 2

models:
- name: <model_name>
config:
<model_config>: <config_value>
...

Definition

The config property allows you to configure resources at the same time you're defining properties in YAML files.

0