Fix cartodbfy tables function for org accounts

This commit is contained in:
Oriol 2018-04-24 15:36:06 +02:00 committed by GitHub
parent afbb388758
commit f5fd01686d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.