amoghrajesh commented on code in PR #49932:
URL: https://github.com/apache/airflow/pull/49932#discussion_r2074793196
##########
dev/breeze/src/airflow_breeze/prepare_providers/provider_documentation.py:
##########
@@ -1066,6 +1081,7 @@ def get_provider_documentation_jinja_context(
)
jinja_context["WITH_BREAKING_CHANGES"] = with_breaking_changes
jinja_context["MAYBE_WITH_NEW_FEATURES"] = maybe_with_new_features
+ jinja_context["MAYBE_WITH_CHANGE_MIN_AIRFLOW_VERSION"] =
maybe_with_change_min_airflow_version
Review Comment:
Can you add a print statement here to print the jinja_context once? It will
be clear.
--
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]