feathr-ai / feathr

Feathr – A scalable, unified data and AI engineering platform for enterprise
https://join.slack.com/t/feathrai/shared_invite/zt-1ffva5u6v-voq0Us7bbKAw873cEzHOSg
Apache License 2.0
1.99k stars 260 forks source link

[DOC]How to build a feature with multiple sources #1143

Open jexterliangsufe opened 1 year ago

jexterliangsufe commented 1 year ago

Willingness to contribute

No. I cannot contribute to this at this time.

URL(s) with the issue

No response

Description of proposal (what needs changing)

I have read the docs and codes for building a feature. But your FeatureAnchor seams to have only a source. For example, I have a feature called "the number of Franch hotels ordered by the user" and two hive tables(one records the hotel ordered by the user, the other records the location of the hotel). How can I build the feature? use DerivedFeature? In other words, I want to know the basic requirements of data structure(batch source) for Feathr.