Lee-W commented on code in PR #41264:
URL: https://github.com/apache/airflow/pull/41264#discussion_r1705522857
##########
airflow/datasets/__init__.py:
##########
@@ -294,6 +297,9 @@ def as_expression(self) -> Any:
def iter_datasets(self) -> Iterator[tuple[str, Dataset]]:
yield self.uri, self
+ def iter_dataset_aliases(self) -> Iterator[DatasetAlias]:
+ raise StopIteration()
Review Comment:
yep, thanks for pointing it out! I might use the wrong example to test this
out 🤦♂️ Just fixed it!
--
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]