Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Discussion options

Hi! I would like to have multiple entities defined and use them in different Feature Views. Currently I have one entity defined as
account = Entity( name="id_account", join_keys=["id_account"], value_type=ValueType.STRING, description="The account id")

and I want to add another entity like
other_entity = Entity( name="other_id", join_keys=["other_id"], value_type=ValueType.STRING, description="Different id, identifies a person")

The question is: Is it correct to define the entities that way, one just behind the other? Or how should I define them?

You must be logged in to vote

It's fine to have separate entities and join them where you feel is appropriate, depending upon the context.

Replies: 1 comment

Comment options

It's fine to have separate entities and join them where you feel is appropriate, depending upon the context.

You must be logged in to vote
0 replies
Answer selected by franciscojavierarceo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
🙏
Q&A
Labels
None yet
2 participants
Morty Proxy This is a proxified and sanitized view of the page, visit original site.