forked from apache/airflow
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removes limitations from Dask dependencies (apache#22017)
Dask dependencies were holding us back - when it comes to upgrading somoe of the packages (for example apache-beam and looker - in google provider). This PR removes the limitations but with a twist. * Dask tests stop working. We reach out to the Dask Team to fix them but since a very old version of `distributed` library was used the Dask team is called for help to fix those * The typing-extensions library was limited by `distributed` but it seems that version 4.0.0+ breaks kubernetes tests
- Loading branch information
Showing
3 changed files
with
19 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters