Tyler Raber

Results 8 comments of Tyler Raber

Documentation is lacking entirely for this package. I'm half tempted to just use the REST api with requests myself vs the client library just because at least then I can...

Why is this not mentioned in the docs or warned upon creation? This has been known since 2017, but no obvious mention of it anywhere that I can find. (...

> Important information AzureFunctionsWebHost:hostId should be lower case. Else in some case it can crash your function host > Can we confirm this please. This is very important.

``` Track the record number for each result record. Each result record corresponds to a record in the batch. **The results are returned in the same order as the records...

Correct. Limit is 200 records. I have learned much since I originally wrote this. I will take a look in the AM EST and throw some polish on it.

Apparently I just opened this issue and didn't submit a proper PR. I will get this cleaned up with some more polish and throw in a PR. This is also...

```python import pandas as pd results = sf.bulk.Lead.query(query=query) resultsdf = pd.DataFrame(results['records']).drop(columns='attributes') ##.drop(columns='attributes') is optional. ##If you want to keep attributes, but import without a nested dictionary use: resulstdf = pd.io.json.json_normalize(results,...

@TaoK Poking the bear again, but can you review and merge please!