In the guide:
SELECT cdb_cartodbfytable({username}, {table_name});
Throws error: column {username} not found.
Correct: use string delimiters for parameters: SELECT cdb_cartodbfytable('{username}', '{table_name}');
same issue on:
https://carto.com/help/working-with-data/carto-dataset/