jscheffl commented on code in PR #64981: URL: https://github.com/apache/airflow/pull/64981#discussion_r3060795985
########## providers/common/ai/src/airflow/providers/common/ai/plugins/hitl_review.py: ########## Review Comment: Counter proposal: Why do you not just add a "big" if block for the full plugin and/or functions that only `if AIRFLOW_V_3_1_PLUS` the functions and plugin content is generated? See for example how it is in edge in providers/edge3/src/airflow/providers/edge3/plugins/edge_executor_plugin.py:99 (and can be used as wrap around the function defs as well) -- 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]
