amoghrajesh commented on code in PR #37502:
URL: https://github.com/apache/airflow/pull/37502#discussion_r1494150124


##########
dev/breeze/src/airflow_breeze/commands/developer_commands.py:
##########
@@ -640,6 +640,13 @@ def build_docs(
             for directory in docs_dir.rglob(dir_name):
                 get_console().print(f"[info]Removing {directory}")
                 shutil.rmtree(directory, ignore_errors=True)
+    package_list_from_env = os.getenv("PACKAGE_LIST")
+    if package_list_from_env:
+        get_console().print(
+            f"\n[info]Populating provider list from PACKAGE_LIST env as 
{package_list_from_env}"

Review Comment:
   Merging is an overkill I feel, we should just mention overriding in a 
warning. 



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