featurebyte.Relationship.info¶
Description¶
Returns a dictionary that summarizes the essential information of the relationship represented by the Relationship object. The dictionary contains the following keys:
relationship_type
: The relationship typeentity_id
: The main entity of the relationshiprelated_entity_id
: The entity that the relationship is related torelation_table_id
: The table that maps the relationshipenabled
: Whether the relationship is enabledupdated_by
: Who the relationship was updated by
Parameters¶
- verbose: bool
default: False
The parameter "verbose" in the current state of the code does not have any impact on the output.
Returns¶
- Dict[str, Any]
Key-value mapping of properties of the object.