ashb commented on code in PR #51153:
URL: https://github.com/apache/airflow/pull/51153#discussion_r2123336101
##########
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:
Note: this class doesn't appear in any of the docs. It probably should since
we list this as a return type.
--
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]