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/01/03 13:16:47 UTC

[GitHub] [airflow] potiuk opened a new issue #20252: Breeze: Asciiart disabling

potiuk opened a new issue #20252:
URL: https://github.com/apache/airflow/issues/20252


   This is a small thing, but might be useful. Currently Breeze prints the Asciiart when started. You should be able to persistently disable the asciiart.
   
   This is done with storing the rigth "flag" file in the ".build" directory. If the file is there, the ASCIIART should not be printed. If not, it shoudl be printed.


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



[GitHub] [airflow] Bowrna edited a comment on issue #20252: Breeze: Asciiart disabling

Posted by GitBox <gi...@apache.org>.
Bowrna edited a comment on issue #20252:
URL: https://github.com/apache/airflow/issues/20252#issuecomment-1003999982


   > This will add capabilities of more configuration changes. for example we could also add `--python` `--backend` flags to be availabl in this command, so that you could change python/backend without running anything.
   
   @potiuk Do you mean to change the python version or backend version stored in .build directory, so that it could be made default and used when running breeze commands?
   
   Edit: ` --toggle-cheatsheet --toggle-asciiart` these configs are on/off switch, while python, backend flags can have multiple values. Am I right in understanding this?


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



[GitHub] [airflow] Bowrna commented on issue #20252: Breeze: Asciiart disabling

Posted by GitBox <gi...@apache.org>.
Bowrna commented on issue #20252:
URL: https://github.com/apache/airflow/issues/20252#issuecomment-1004078239


   Is this issue closed by mistake? 


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



[GitHub] [airflow] potiuk closed issue #20252: Breeze: Asciiart disabling

Posted by GitBox <gi...@apache.org>.
potiuk closed issue #20252:
URL: https://github.com/apache/airflow/issues/20252


   


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



[GitHub] [airflow] potiuk commented on issue #20252: Breeze: Asciiart disabling

Posted by GitBox <gi...@apache.org>.
potiuk commented on issue #20252:
URL: https://github.com/apache/airflow/issues/20252#issuecomment-1003974779


   `./breeze toggle-suppress-cheatsheet` `./breeze toggle-suppress-asciiart` - those are separate commands, but maybe simply better add `./breeze config --toggle-cheatsheet --toggle-asciiart`  instead ?


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



[GitHub] [airflow] potiuk commented on issue #20252: Breeze: Asciiart disabling

Posted by GitBox <gi...@apache.org>.
potiuk commented on issue #20252:
URL: https://github.com/apache/airflow/issues/20252#issuecomment-1003975485


   This will add capabilities of more configuration changes. for example we could also add `--python` `--backend` flags to be availabl in this command, so that you could change python/backend without running anything.


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



[GitHub] [airflow] Bowrna commented on issue #20252: Breeze: Asciiart disabling

Posted by GitBox <gi...@apache.org>.
Bowrna commented on issue #20252:
URL: https://github.com/apache/airflow/issues/20252#issuecomment-1003884195


   @potiuk I will pick up this task. Could you tell me the right flag name in the .build directory which indicates ASCIIART enable/disable state? Right now I don't see any relevant flag name in my .build directory that will indicate ASCIIART enable/disable state. Do I have to create a new flag name or could you point me to the correct flag name?


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



[GitHub] [airflow] potiuk closed issue #20252: Breeze: Asciiart disabling

Posted by GitBox <gi...@apache.org>.
potiuk closed issue #20252:
URL: https://github.com/apache/airflow/issues/20252


   


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



[GitHub] [airflow] potiuk commented on issue #20252: Breeze: Asciiart disabling

Posted by GitBox <gi...@apache.org>.
potiuk commented on issue #20252:
URL: https://github.com/apache/airflow/issues/20252#issuecomment-1004032003


   > Edit: ` --toggle-cheatsheet --toggle-asciiart` these configs are on/off switch, while python, backend flags can have multiple values. Am I right in understanding this?
   
   Correct: toggle just disables/enables it. Actually maybe better to make them `cheeatsheet/no-cheatsheet` instead. Click has nice mechanism for that:  https://click.palletsprojects.com/en/8.0.x/options/#boolean-flags


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



[GitHub] [airflow] potiuk commented on issue #20252: Breeze: Asciiart disabling

Posted by GitBox <gi...@apache.org>.
potiuk commented on issue #20252:
URL: https://github.com/apache/airflow/issues/20252#issuecomment-1004031021


   > @potiuk Do you mean to change the python version or backend version stored in .build directory, so that it could be made default and used when running breeze commands?
   
   The one stored in .build
   
   


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



[GitHub] [airflow] Bowrna commented on issue #20252: Breeze: Asciiart disabling

Posted by GitBox <gi...@apache.org>.
Bowrna commented on issue #20252:
URL: https://github.com/apache/airflow/issues/20252#issuecomment-1003999982


   > This will add capabilities of more configuration changes. for example we could also add `--python` `--backend` flags to be availabl in this command, so that you could change python/backend without running anything.
   
   @potiuk Do you mean to change the python , backend version stored in .build directory, so that it could be made default and used when running breeze commands?


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



[GitHub] [airflow] potiuk commented on issue #20252: Breeze: Asciiart disabling

Posted by GitBox <gi...@apache.org>.
potiuk commented on issue #20252:
URL: https://github.com/apache/airflow/issues/20252#issuecomment-1004084845


   yep


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



[GitHub] [airflow] Bowrna edited a comment on issue #20252: Breeze: Asciiart disabling

Posted by GitBox <gi...@apache.org>.
Bowrna edited a comment on issue #20252:
URL: https://github.com/apache/airflow/issues/20252#issuecomment-1003999982


   > This will add capabilities of more configuration changes. for example we could also add `--python` `--backend` flags to be availabl in this command, so that you could change python/backend without running anything.
   
   @potiuk Do you mean to change the python version or backend version stored in .build directory, so that it could be made default and used when running breeze commands?
   


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