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

'SnowflakeConnectionManager' object has no attribute 'nice_connection_name' #1693

Closed
drewbanin opened this issue Aug 21, 2019 · 0 comments · Fixed by #1694
Closed

'SnowflakeConnectionManager' object has no attribute 'nice_connection_name' #1693

drewbanin opened this issue Aug 21, 2019 · 0 comments · Fixed by #1694
Labels
bug Something isn't working snowflake
Milestone

Comments

@drewbanin
Copy link
Contributor

dbt makes an errant call to self.nice_connection_name(), but nice_connection_name() is defined on the Adapter, not the Connection Manager.

This bug affects Snowflake on dbt == 0.14.0

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

Successfully merging a pull request may close this issue.

1 participant