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
Bug in create_adapter_plugin.py script when a dependency is not passed in via the --dependency arg.
Run the create_adapter_plugin.py script without a --dependency arg. The variable 'prefix' is not defined in the else condition.
The script should trigger the else condition.
Which database are you using dbt with?
The output of dbt --version:
dbt --version
Newest release candidate
The operating system you're using:
The output of python --version:
python --version
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Describe the bug
Bug in create_adapter_plugin.py script when a dependency is not passed in via the --dependency arg.
Steps To Reproduce
Run the create_adapter_plugin.py script without a --dependency arg. The variable 'prefix' is not defined in the else condition.
Expected behavior
The script should trigger the else condition.
Screenshots and log output
System information
Which database are you using dbt with?
The output of
dbt --version
:The operating system you're using:
The output of
python --version
:Additional context
The text was updated successfully, but these errors were encountered: