-
Notifications
You must be signed in to change notification settings - Fork 182
adding oracle param support related to #137 #149
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The getter has a copy/paste error causing a test failure.
Also, have you filled out the CLA? (There's a lag between you sending and me getting the notification, so apologies if you have)
tableaudocumentapi/connection.py
Outdated
@property | ||
def service(self): | ||
"""Database service for the connection. Not the table name.""" | ||
return self._schema |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
copy/paste error? I think this should be self._service
:)
Don't have the CLA, will email it in today |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
I received the CLA as well, thank you!
@KevinGlinski can you make this against the 'development' branch? I didn't catch that before I hit merge, but may as well fix it now :) |
No description provided.