Skip to content

Commit

Permalink
Update concepts.mdx (#1643)
Browse files Browse the repository at this point in the history
* Update concepts.mdx

The Data_Model_Overview.png image seems to imply that users can setup a lookup table based on a group profile property. However, further down in the doc we clarify that this is not possible: 

Note: Currently, group profile properties cannot be lookup table keys.

I'm not sure if this image needs to be updated, replaced, or if I'm just misunderstanding.

* Delete public/Data_Model_Overview.png

* Add files via upload

---------

Co-authored-by: myronkaifung <[email protected]>
  • Loading branch information
danielionashku-mixpanel and myronkaifung authored Dec 20, 2024
1 parent 13a647c commit dec174d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/docs/data-structure/concepts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Mixpanel data is stored and isolated within a [project](/docs/orgs-and-projects/managing-projects). At this time, you cannot query data across multiple projects. Mixpanel supports a few different categories of data that can be used for analysis: events, user profiles, group profiles, and lookup tables. In data warehouse parlance, events make up the fact table while user profiles, group profiles, and lookup tables are dimension tables.

![Data Model Overview](/Data_Model_Overview.png)
![Data Model Overview](/Data_Model_Overview.png)

| Types | Description |
|----------|-------------------|
Expand Down
Binary file modified public/Data_Model_Overview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit dec174d

Please sign in to comment.