Merge pull request #597 from CartoDB/patch-cartodbfy-org-tip
Update 04-creating-tables.md
This commit is contained in:
commit
91507efb00
@ -24,11 +24,12 @@ While this begins the process of creating the structure for the table, it is sti
|
|||||||
SELECT cdb_cartodbfytable({table_name});
|
SELECT cdb_cartodbfytable({table_name});
|
||||||
```
|
```
|
||||||
|
|
||||||
**Tip:** If you are an developer using an Enterprise account, you must also include the organization username as part of the request. For example:
|
**Tip:** If you belong to an organization, you must also include the username as part of the request.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
SELECT cdb_cartodbfytable({username}, {table_name});
|
SELECT cdb_cartodbfytable({username}, {table_name});
|
||||||
```
|
```
|
||||||
|
You will get an `Please set user quota before cartodbfying tables` error if you don't include the username as part of the request.
|
||||||
|
|
||||||
The table is created and added as a connected dataset in _Your datasets_ dashboard. Refresh your browser to ensure that you can visualize it in your account. Once a table is connected to _Your datasets_ dashboard in CARTO, any modifications that you apply to your data through the SQL API are automatically updated.
|
The table is created and added as a connected dataset in _Your datasets_ dashboard. Refresh your browser to ensure that you can visualize it in your account. Once a table is connected to _Your datasets_ dashboard in CARTO, any modifications that you apply to your data through the SQL API are automatically updated.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user