From f5fd01686d2e97380a829c43e23ec2d835803401 Mon Sep 17 00:00:00 2001 From: Oriol Date: Tue, 24 Apr 2018 15:36:06 +0200 Subject: [PATCH] Fix cartodbfy tables function for org accounts --- docs/guides/04-creating-tables.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/04-creating-tables.md b/docs/guides/04-creating-tables.md index ce0a0541..276fc1f1 100644 --- a/docs/guides/04-creating-tables.md +++ b/docs/guides/04-creating-tables.md @@ -27,7 +27,7 @@ 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: ```bash -SELECT cdb_cartodbfytable({org_username}, {table_name}); +SELECT cdb_cartodbfytable({username}, {table_name}); ``` 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.