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/02/04 03:12:29 UTC

[GitHub] [airflow] Bowrna edited a comment on pull request #21145: enter the shell breeze2 environment

Bowrna edited a comment on pull request #21145:
URL: https://github.com/apache/airflow/pull/21145#issuecomment-1029581924


   > That's simple. The global constants should contain the variables that do not change when parameters change. The dataclass should be used when you have a "calculated" value which depends on the parameters that you passed to the "breeze" command.
   
   yes, I could understand this part, but figuring out if the variable remains constant / varies depending on 'parameters' passed to breeze command is the part where I am confused. Say example `USE_AIRFLOW_VERSION ` does it have to go to global constants or dataclass. Does user can set this value / it has to remain constant? How do i figure out that? @potiuk 


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