Update 04-creating-tables.md

This commit is contained in:
Iñigo Medina (aka MacGyver) 2019-06-13 12:51:59 +02:00 committed by GitHub
parent 08339babe3
commit 134fcce4e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,11 +24,12 @@ While this begins the process of creating the structure for the table, it is sti
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
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.