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


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

Review Comment:
   Update it to a subclass of BaseDataset. Not as useful for now, but not harm 
either. might be useful when I create the next PR to add scheduling support



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