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

fix version-loading logic to respect multiple plugins at the same path (#2410) #2418

Merged
merged 2 commits into from
May 8, 2020

Conversation

beckjake
Copy link
Contributor

@beckjake beckjake commented May 7, 2020

resolves #2410

Description

The previous check only looked at one __version__.py file per dbt folder (which is the case in an "editable" install), but the normal case is actually for all plugins to be in the same folder. Handle both cases.

Checklist

  • I have signed the CLA
  • I have run this code in development and it appears to resolve the stated issue
  • This PR includes tests, or tests are not required/relevant for this PR
  • I have updated the CHANGELOG.md and added information about my change to the "dbt next" section.

@cla-bot cla-bot bot added the cla:yes label May 7, 2020
@beckjake beckjake requested a review from drewbanin May 7, 2020 20:50
@beckjake beckjake merged commit 067f02f into dev/octavius-catto May 8, 2020
@beckjake beckjake deleted the fix/plugin-versions-search branch May 8, 2020 01:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

dbt --version reports no plugins
2 participants