Bowrna commented 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?


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