uranusjr commented on code in PR #40478:
URL: https://github.com/apache/airflow/pull/40478#discussion_r1669787575


##########
airflow/datasets/__init__.py:
##########
@@ -159,6 +161,20 @@ def iter_datasets(self) -> Iterator[tuple[str, Dataset]]:
         raise NotImplementedError
 
 
[email protected]()
+class DatasetAlias:

Review Comment:
   I wonder if it’s a good idea to make this a subclass of BaseDataset. Would 
this make typing a bit easier, and reduce some conditionals? We could add some 
new abstract methods if needed.



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

Reply via email to