Open vicmattos opened 1 month ago
Thanks for your pull request, and welcome to our community! We require contributors to sign our Contributor License Agreement and we don't seem to have your signature on file. Check out this article for more information on why we have a CLA.
In order for us to review and merge your code, please submit the Individual Contributor License Agreement form attached above above. If you have questions about the CLA, or if you believe you've received this message in error, please reach out through a comment on this PR.
CLA has not been signed by users: @vicmattos
Thank you for your pull request! We could not find a changelog entry for this change. For details on how to document a change, see the contributing guide.
Resolves #
Calling
dbt.cli
module without specifyingmain
module.Problem
Call DBT cli as module as
dbt.cli.main
Solution
Create a
__main__.py
at the root ofcore/dbt/cli
callingcli()
frommain.py
.Checklist