-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bd798e1
commit f2bbfbd
Showing
1 changed file
with
10 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1191,8 +1191,8 @@ paths: | |
description: | | ||
Replace the contents of an existing Lookup Table. | ||
*** | ||
[block:api-header] | ||
Lookup Tables must be [created via our UI](https://docs.mixpanel.com/docs/data-structure/lookup-tables#how-do-i-upload-a-lookup-table). Once a Lookup Table is created, its contents can be replaced via this API. | ||
[block:api-header] | ||
{ | ||
"title": "Validation" | ||
} | ||
|
@@ -1251,6 +1251,15 @@ paths: | |
This endpoint will return a 429 error if called more than 100 times in a rolling 24 hour window. We recommend updating lookup tables at most hourly to stay within this limit. | ||
This endpoint will return a 413 error if a Lookup Table exceeds 100MB uncompressed. In practice, this translates to 1-2M rows. If you have a lookup table that exceeds the limit, we recommend pruning the number of columns to those that are useful to analysis. Removing long URLs or user-generated content can bring a lookup table within this limit. If you still exceed the limit, please reach out to us at [email protected] -- we'd love to hear your use case! | ||
[block:api-header] | ||
{ | ||
"title": "Lookup Table ID" | ||
} | ||
[/block] | ||
The `id` in the path params can be retreived from Lexicon under the lookup table's details, see screenshot as an example | ||
![image](/lookup-table-id.png "Lookup Table ID") | ||
parameters: | ||
- in: path | ||
name: id | ||
|