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

Clickhouse: password is optional but we try to access it anyway #3289

Closed
arikfr opened this issue Jan 16, 2019 · 0 comments
Closed

Clickhouse: password is optional but we try to access it anyway #3289

arikfr opened this issue Jan 16, 2019 · 0 comments

Comments

@arikfr
Copy link
Member

arikfr commented Jan 16, 2019

For Clickhouse type data sources, we don't require a password. But the code does require it by trying to directly access the value in the options dictionary, instead of using get:

'password': self.configuration['password'],

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant