CartoDB / carto-python

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

v1.0.0 : Add method to create a job with the BatchSQLManager class #31

Closed oriolbx closed 7 years ago

oriolbx commented 7 years ago

A method to create jobs would be needed. Right now the only job that the BatchSQLManager has is all, which permites to read the existing jobs in the CARTO account.

alrocar commented 7 years ago

It seems to be already solved. Take a look at BatchSQLClient class in sql.py. Tests available in test_sql.py

(I'm looking at 1.0.0-namedmaps branch BTW ;))