Closed akira-fukue closed 3 years ago
I managed to solve, but need to update the documentation
the right way to call the function is
right : cdb_cartodbfytable( '{table_name}' );
wrong : cdb_cartodbfytable( {table_name} );
In my case I also had to use the username in the same way
I tried to run this query to make my new table visible
documentation
with Python and the API understood that the parameter is a column anf i got an error