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.
move Celery provider to new provider code structure (apache#45786)
This also solves quite a few teething issues with providers move: * Boring-Cyborg only needs only one-liner now for new providers * Additional-Extras in new provider is moved to "optional-dependencies" in pyproject.toml * generated pyproject.toml in new providers has better comments now explaining that dependencies can be edited in-place even if the file is generated * comments in dependencies are preserved when regenerating the pyproject.toml files * missing cross-project dependencies are added as optional-extras automatically when regenerating pyproject.toml * LICENSE file for providers does not contain additional projects that are included in Airflow LICENCE * Provider package tests do not have `__init__.py` in `providers` package - this way `celery` import is not importing the celery package from tests.providers * When preparing package with --version-suffix-for-pypi - the pyproject.toml is updated temporarily with suffix added to airflow dependencies * various constants in breeze code refering to providers were moved to path_utils and made consistent * in case generated pyproject.toml file with pypi suffix has an error, content of it is printed when generating package. Also the content of pyproject.toml is printed when --verbose flag is used.
- Loading branch information
Showing
81 changed files
with
1,261 additions
and
318 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
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
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
Oops, something went wrong.