You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BaseAdapter needs access to project flags so that users are able to override default settings on behavior flags. BaseAdapter cannot get this information from project files; all config gets passed in during instantiation. The current behavior is to explicitly parse these flags in dbt-core. However, this behavior prevents adapter maintainers from creating their own behavior flags, and increases the complexity for first party adapters to create behavior flags.
The content you are editing has changed. Please copy your edits and refresh the page.
Housekeeping
Short description
BaseAdapter
needs access to project flags so that users are able to override default settings on behavior flags.BaseAdapter
cannot get this information from project files; all config gets passed in during instantiation. The current behavior is to explicitly parse these flags indbt-core
. However, this behavior prevents adapter maintainers from creating their own behavior flags, and increases the complexity for first party adapters to create behavior flags.Acceptance criteria
Suggested Tests
Impact to Other Teams
This impacts Adapters, but is also being executed by Adapters.
Will backports be required?
N/A
The text was updated successfully, but these errors were encountered: