Fix Python doc links in Docs and add HdfsSink back#383
Fix Python doc links in Docs and add HdfsSink back#383Yuqing-cat merged 2 commits intofeathr-ai:mainfrom
HdfsSink back#383Conversation
|
Thanks! In order to make it a bit more user friendly (i.e. users can import from the There were some automated ways, but seems they are too automated and need many manual changes to tell whether a certain API is needed or not. |
I see. |
| 'MaterializationSettings', | ||
| 'MonitoringSettings', | ||
| 'RedisSink', | ||
| 'HdfsSink', |
There was a problem hiding this comment.
i am curious why materialize test can pass without this., does that means HdfsSink already included in other place?
Fix the side effect of #198
HdfsSinkinto__all__section offeathr_project/feathr/__init__.pydocs/dev_guide/update_python_docs.mdNote:
docs/dev_guide/update_python_docs.md:__all__section in__init__.py(see code here). Every components that are included in the__all__section is exposed to end users. Others are not exposed in the pydocs.I'm not sure if the
HdfsSinkis not included by design. If it shouldn't expose to users, then the section indocs/concepts/feature-generation.mdshould be removed.