Taragolis commented on issue #36948:
URL: https://github.com/apache/airflow/issues/36948#issuecomment-1909906184

   My proposed fix it is just for avoid provide `logger_name` implicitly even 
if it not defined. If we would like to check version than we need to make fixes 
in all providers. 
   
   In general usage users can't use/define attributes which not available into 
the BaseOperator / BaseHook for particular version. 
   For example users can't define `schedule="@once"` and expect that it should 
work into the Airflow 2.3. The same here if user define `logger_name`  in 
Airflow < 2.8 then well it just won't work because feature only available in 
Airflow 2.8.


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