potiuk commented on code in PR #28077: URL: https://github.com/apache/airflow/pull/28077#discussion_r1038614091
########## dev/breeze/src/airflow_breeze/commands/testing_commands.py: ########## @@ -72,6 +72,8 @@ LOW_MEMORY_CONDITION = 8 * 1024 * 1024 * 1024 +DISABLE_WARNINGS_LABEL = "disable warnings" Review Comment: I believed we wanted to "enable warnings" by label so that they are hiddent by default ? ########## dev/breeze/src/airflow_breeze/commands/testing_commands.py: ########## @@ -72,6 +72,8 @@ LOW_MEMORY_CONDITION = 8 * 1024 * 1024 * 1024 +DISABLE_WARNINGS_LABEL = "disable warnings" Review Comment: I believ we wanted to "enable warnings" by label so that they are hiddent by default ? -- 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]
