Adaptor Configuration

I note from the docs that all the database specific config is only shown in dbt_project.yml and the config section in the sql model file.

We have all our config in the model propertiy file so that the configuration is together.

However if we wish to set the ‘snowflake_warehouse’ or ‘copy_grants’ we can not do so in the same file.

Is it a limitation of the AdaptorConfig which restricts the ability to hook into the config in a model property file and it means that all database specific config (bigquery, reshift etc…) has to be specified outside of the model property file?