Lee-W commented on code in PR #40478: URL: https://github.com/apache/airflow/pull/40478#discussion_r1669915346
########## airflow/datasets/metadata.py: ########## @@ -33,7 +33,18 @@ class Metadata: uri: str extra: dict[str, Any] - - def __init__(self, target: str | Dataset, extra: dict[str, Any]) -> None: + alias: list[DatasetAlias | str] | None Review Comment: yep, was trying to align with the example, but I think we should use `aliases` as well. just updated it. thanks! -- 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