-
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
Update deprecated imports #6088
Conversation
Codecov Report
|
/azp run |
Azure Pipelines successfully started running 2 pipeline(s). |
ec6e9bb
to
ceb21ee
Compare
ceb21ee
to
18ff2a9
Compare
Current windows failure due to changed URL for odbc driver. Will address in separate PR. This line:
Needs to reference this URL now: https://download.microsoft.com/download/E/6/B/E6BFDC7A-5BCD-4C51-9912-635646DA801E/en-US/17.5.2.1/x64/msodbcsql.msi |
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.
Great bit of work! Left a few questions related whether we should prefer package-level imports…
Co-Authored-By: Florimond Manca <florimond.manca@gmail.com>
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.
Fantastic! 💯 (Gitlab tests failed due to an unrelated no space left on device
, so should be good to merge)
Motivation
Prior to implementing #6081 as part of CI, these changes would be merged to update all of our code to import from the recommended
base
package.