Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 710 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 710 Bytes

salesforce_magic

Introduces a %%salesforce magic. Connect to a salesforce, using beatbox and then issue SQL commands within IPython or IPython Notebook.

Installing

Usage

In [1]: %load_ext salesforce_magic
In [2]: %%salesforce user,password,security_token
        select id from account

Existing Issues:

  • Long queries and salesforce time out