-
Notifications
You must be signed in to change notification settings - Fork 46
Open
Description
What is the best approach to allow for adapter specific configuration. I've encountered issues trying to use the YAML validation on a dbt_project.yml
on dbt-databricks with their custom configuration.
I noticed some other issues in the repo for similar issues with other adapters. For example #176.
I imagine adding all possible options (of every adapter) to a single config defeats the purpose of the validation schema. What is the suggested way to support adapter specific config i.e. dbt-core yaml schema + <my-adapter(s) yaml schema>
Metadata
Metadata
Assignees
Labels
No labels