uranusjr commented on code in PR #43826: URL: https://github.com/apache/airflow/pull/43826#discussion_r1841796789
########## airflow/assets/__init__.py: ########## @@ -266,20 +269,43 @@ class Asset(os.PathLike, BaseAsset): uri: str group: str extra: dict[str, Any] + watchers: list[BaseTrigger] = [] Review Comment: Although I do not think we need a default at all? The `__init__` implementation always provides a value anyway. -- 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: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org