🗂️ Reviewing graph schema…
inspect_graph_metadataVerify graph metadata configuration to ensure primary keys, time columns, semantic types, and foreign key relationships are correctly set up for RFM model accuracy.
Instructions
Inspect the current graph metadata.
Confirming that the metadata is set up correctly is crucial for the RFM model to work properly. In particular,
primary keys and time columns need to be correctly specified for each table in case they exist;
columns need to point to a valid semantic type that describe their semantic meaning, or
Noneif they have been discarded;links need to point to valid foreign key-primary key relationships.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tables | Yes | ||
| links | Yes |