-
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
Early return from dbt init if no available adapters #5366
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ulisesojeda Thanks for contributing this!! The changes looks good to me. Do you think you can also adjust the tests so that they don't fail?
Sure thing @ChenyuLInx . Could you explain me how to mock |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great! @ulisesojeda thanks for contributing and fixing the tests! And congrats on the first PR in dbt-core!!
* Exit from dbt init if no available adapters * adding chnagie change * fixing init_tests
* Exit from dbt init if no available adapters * adding chnagie change * fixing init_tests
resolves #5365
Description
Early return from dbt init if no available adapters
Checklist
changie new
to create a changelog entry