We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Execute python -m dbt.cli instead of python -m dbt.cli.main
python -m dbt.cli
python -m dbt.cli.main
Leave the way it is (ugly, but it works).
DBT users that want to make sure the executable is the one installed in a specific Python Environment
yes
Already have a PR: #10848
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is this your first time submitting a feature request?
Describe the feature
Execute
python -m dbt.cli
instead ofpython -m dbt.cli.main
Describe alternatives you've considered
Leave the way it is (ugly, but it works).
Who will this benefit?
DBT users that want to make sure the executable is the one installed in a specific Python Environment
Are you interested in contributing this feature?
yes
Anything else?
Already have a PR: #10848
The text was updated successfully, but these errors were encountered: