diff --git a/docs/guides/04-creating-tables.md b/docs/guides/04-creating-tables.md index 6bebb7d0..efcb5ae2 100644 --- a/docs/guides/04-creating-tables.md +++ b/docs/guides/04-creating-tables.md @@ -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.