You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/07/25 09:12:25 UTC

[GitHub] [airflow] bbovenzi commented on a diff in pull request #25272: Add dev version of asset compilation

bbovenzi commented on code in PR #25272:
URL: https://github.com/apache/airflow/pull/25272#discussion_r928645232


##########
dev/breeze/src/airflow_breeze/commands/developer_commands.py:
##########
@@ -558,13 +566,20 @@ def static_checks(
         allow_extra_args=True,
     ),
 )
+@click.option(
+    "--dev",
+    help="Run development version of assets compilation - it will not quit and automatically "
+    "recompile assets on-the-flight when they are changed.",

Review Comment:
   ```suggestion
       "recompile assets on-the-fly when they are changed.",
   ```
   



-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org