uranusjr commented on code in PR #44709:
URL: https://github.com/apache/airflow/pull/44709#discussion_r1872383194
##########
airflow/utils/context.py:
##########
@@ -145,6 +140,15 @@ def get(self, key: str, default_conn: Any = None) -> Any:
return default_conn
[email protected]()
+class AssetAliasEvent:
+ """A represeation of asset event to be triggered by an asset alias."""
Review Comment:
Not necessary since this entire module is not included in documentation. We
could do it though sure.
--
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]