JDarDagran commented on code in PR #40335:
URL: https://github.com/apache/airflow/pull/40335#discussion_r1667791050
##########
airflow/providers_manager.py:
##########
@@ -1289,11 +1312,21 @@ def filesystem_module_names(self) -> list[str]:
self.initialize_providers_filesystems()
return sorted(self._fs_set)
+ @property
+ def dataset_factories(self) -> dict[str, Callable[..., Dataset]]:
Review Comment:
Based on AIP-58 and AIP-60 implementations it doesn't seem look good to add
such in docs. I might instead:
1. add example `file` dataset factory (it's kind of core)
2. stick with what I added in
`tests/lineage/test_hook.py::TestHookLineageCollector::test_create_dataset`
--
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]