/salesforce_magic

ipython-salesforce

Primary LanguagePythonMIT LicenseMIT

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