CartoDB / carto-python

CARTO Python client
https://carto.com
BSD 3-Clause "New" or "Revised" License
154 stars 62 forks source link

warning in BatchSQLClient.create_and_wait_for_completion seems too severe #113

Closed andy-esch closed 4 years ago

andy-esch commented 5 years ago

Another type of message (or even no message at all) seems more appropriate. https://github.com/CartoDB/carto-python/blob/867337a9160f220f87e45b68356665ffe3a6d09f/carto/sql.py#L229

The current behavior results in lots of pink warning messages in cartoframes whenever a users uses CartoContext.execute:

Screen Shot 2019-05-06 at 4 54 41 PM

cc @alrocar

cmongut commented 4 years ago

We can close this one because we have removed those warnings :)