Merge pull request #597 from CartoDB/patch-cartodbfy-org-tip

Update 04-creating-tables.md
This commit is contained in:
Daniel G. Aubert 2019-07-11 17:44:32 +02:00 committed by GitHub
commit 91507efb00
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.