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


##########
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:
   NIT: when we see that someone specifies packages also as arguments (if 
doc_packages) then we should print warning that we are overriding the packages 
specified as argument. INFO is not enough in this case (same in other places 
below).



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