potiuk commented on code in PR #27264:
URL: https://github.com/apache/airflow/pull/27264#discussion_r1199595143


##########
scripts/ci/pre_commit/pre_commit_update_providers_dependencies.py:
##########
@@ -187,7 +187,7 @@ def check_if_different_provider_used(file_path: Path) -> 
None:
         check_if_different_provider_used(file)
     for provider, provider_yaml_content in ALL_PROVIDERS.items():
         if not provider_yaml_content.get("suspended"):
-            
ALL_DEPENDENCIES[provider][DEPS].extend(provider_yaml_content["dependencies"])
+            
ALL_DEPENDENCIES[provider]["deps"].extend(provider_yaml_content["dependencies"])

Review Comment:
   Same as above.



##########
scripts/ci/pre_commit/pre_commit_update_providers_dependencies.py:
##########
@@ -187,7 +187,7 @@ def check_if_different_provider_used(file_path: Path) -> 
None:
         check_if_different_provider_used(file)
     for provider, provider_yaml_content in ALL_PROVIDERS.items():
         if not provider_yaml_content.get("suspended"):
-            
ALL_DEPENDENCIES[provider][DEPS].extend(provider_yaml_content["dependencies"])
+            
ALL_DEPENDENCIES[provider]["deps"].extend(provider_yaml_content["dependencies"])

Review Comment:
   Same as above.



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to