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


##########
dev/breeze/src/airflow_breeze/commands/developer_commands.py:
##########
@@ -95,6 +95,9 @@
 )
 from airflow_breeze.utils.shared_options import get_dry_run, get_verbose, 
set_forced_answer
 from airflow_breeze.utils.visuals import ASCIIART, ASCIIART_STYLE, CHEATSHEET, 
CHEATSHEET_STYLE
+from docs.exts.docs_build.docs_builder import AirflowDocsBuilder

Review Comment:
   Comment: The thing here is that whatever we have here in "docs.exts", it 
needs to be copied to "breeze". Breeze should be largely self-containing 
(except occasional retrieval of the information from "airflow" sources, 
importing the code should always be done as
   
   ```
   from airflow_breeze.....
   ```
   
   And the code imported should live in `dev/breeze/src/airflow_breeze` folder. 



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