ashb commented on code in PR #51153:
URL: https://github.com/apache/airflow/pull/51153#discussion_r2140114656
##########
task-sdk/src/airflow/sdk/definitions/context.py:
##########
@@ -118,6 +118,8 @@ class AirflowParsingContext(NamedTuple):
If these values are not None, they will contain the specific DAG and Task
ID that Airflow is requesting to
execute. You can use these for optimizing dynamically generated DAG files.
+
+ You can obtain the current values via :py:func:`.get_parsing_context`.
Review Comment:
Yes -- my point was that that is plaIn text, not a link to the class about
what is in it. Given it's just dag_id and task_id we could get away with just
documenting the properties here in prose
--
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]