Simple_Salesforce: making bulk SQL calls within a date range
问题 I'm using Simple_Salesforce to grab a chunk of data using the salesforce api. I was wondering if there was anyway to specify a date range when making calls. I keep getting the following error. query = 'SELECT Id, Name FROM Account WHERE createddate > 1451621381000' sf.bulk.Account.query(query) File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/simple_salesforce/bulk.py", line 157, in _get_batch_results url_query_results = "{}{}{}".format(url, '/', result.json(