ashb commented on code in PR #45562:
URL: https://github.com/apache/airflow/pull/45562#discussion_r1931984722
##########
task_sdk/src/airflow/sdk/definitions/asset/__init__.py:
##########
@@ -251,6 +253,19 @@ def iter_dag_dependencies(self, *, source: str, target:
str) -> Iterator[DagDepe
raise NotImplementedError
[email protected](frozen=True)
+class AssetWatcher:
+ """A representation of an asset watcher. The name uniquely identity the
watch."""
Review Comment:
```suggestion
"""A representation of an asset watcher. The name uniquely identifies
the watch."""
```
--
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]