Skip to content
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

create_adpater_plugin bug with --dependency flag #2507

Closed
5 tasks
scarrucciu opened this issue Jun 1, 2020 · 0 comments · Fixed by #2508
Closed
5 tasks

create_adpater_plugin bug with --dependency flag #2507

scarrucciu opened this issue Jun 1, 2020 · 0 comments · Fixed by #2508
Labels
bug Something isn't working

Comments

@scarrucciu
Copy link
Contributor

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?

  • postgres
  • redshift
  • bigquery
  • snowflake
  • other (specify: ____________)

The output of dbt --version:

Newest release candidate

The operating system you're using:

The output of python --version:

Additional context

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants