potiuk commented on a change in pull request #13439:
URL: https://github.com/apache/airflow/pull/13439#discussion_r551393050
##########
File path: setup.py
##########
@@ -597,10 +618,21 @@ def write_version(filename: str = os.path.join(*[my_dir,
"airflow", "git_version
'virtualenv': virtualenv,
}
-# Add extras for all providers. For all providers the extras name = providers
name
-for provider_name, provider_requirement in PROVIDERS_REQUIREMENTS.items():
- EXTRAS_REQUIREMENTS[provider_name] = provider_requirement
+
+def add_extras_for_all_providers() -> None:
+ """
+ Adds extras for all providers.
+ By default all providers have the same extra name as provider id, for
example
+ 'apache.hive' extra has 'apache.hive' provider requirement.
+ :return:
Review comment:
Yep
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]