Lee-W commented on code in PR #42814:
URL: https://github.com/apache/airflow/pull/42814#discussion_r1802477079


##########
airflow/assets/__init__.py:
##########
@@ -272,10 +277,10 @@ def _set_extra_default(extra: dict | None) -> dict:
 class Asset(os.PathLike, BaseAsset):
     """A representation of data dependencies between workflows."""
 
-    name: str = attr.field()
-    uri: str = attr.field()
-    group: str = attr.field()
-    extra: dict[str, Any] = attr.field()
+    name: str

Review Comment:
   I guess it's due to the `__init__` thing in the last PR so that we don't 
need it anymore ?



-- 
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

Reply via email to