-
Notifications
You must be signed in to change notification settings - Fork 27
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
♻️Dask gateway: add missing variables + change deprecated calls #4022
♻️Dask gateway: add missing variables + change deprecated calls #4022
Conversation
35a99eb
to
f0ec86f
Compare
Code Climate has analyzed commit f0ec86f and detected 0 issues on this pull request. View more on Code Climate. |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Codecov Report
@@ Coverage Diff @@
## master #4022 +/- ##
=========================================
- Coverage 81.6% 75.0% -6.7%
=========================================
Files 777 19 -758
Lines 34772 1075 -33697
Branches 404 0 -404
=========================================
- Hits 28405 807 -27598
+ Misses 6277 268 -6009
+ Partials 90 0 -90
Flags with carried forward coverage won't be shown. Click here to find out more. |
What do these changes do?
dask-worker
in favor ofdask worker
dask-scheduler
in favor ofdask scheduler
Related issue/s
How to test