-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
*BREAKING CHANGE* Remove pyhdb #11469
Conversation
Label |
4 similar comments
Label |
Label |
Label |
Label |
@@ -48,7 +48,7 @@ def initialize(self): | |||
cursor.execute("BACKUP DATA USING FILE ('/tmp/backup')") | |||
|
|||
def connect(self): | |||
self.conn = pyhdb.connect(**self.connection_args) | |||
self.conn = HanaConnection(**self.connection_args) |
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.
This may resolve the remaining flakiness on tests
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.
Looks good, four copy nits!
Co-authored-by: Austin Lai <76412946+alai97@users.noreply.github.com>
Co-authored-by: Austin Lai <76412946+alai97@users.noreply.github.com>
…/integrations-core into j/AI-2201-remove-shipped-library
/azp run PR Changes |
Azure Pipelines successfully started running 1 pipeline(s). |
Co-authored-by: Sarah Witt <sarah.witt@datadoghq.com>
* Remove pyhdb Co-authored-by: Austin Lai <76412946+alai97@users.noreply.github.com> Co-authored-by: Sarah Witt <sarah.witt@datadoghq.com> 205201c
pyhdb library has some stability issue so we cannnot, in good faith, leave users exposed to it. From 7.35 onwards users will need to perform a manual install of hdbcli to use SAP Hana integration.
This PR:
This PR is best viewed hiding whitespace changes