-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CT-909] Adapter Management works with Click #5533
Comments
I agree with the scope of this ticket, which is that adapters should continue to work exactly as they do today, with the new CLI + top-level API. One thing I wanted to share, in case it's interesting, is that I've been experimenting with making adapters less "global": https://github.com/dbt-labs/dbt-core/compare/jerco/experiment-deglobalize-adapters The idea in that branch:
I think that's a path we should probably continue pursuing. It means that we might not need the same kind of |
@jtcohen6 |
@iknox-fa great solution to the scope of this initial ticket! |
User Story:
As a user of dbt, adapters continue to work as they do currently
Acceptance Criteria:
adapter_management
context manager is moved to the root click group and propagates down to all subcommandsThe text was updated successfully, but these errors were encountered: