Introduces a %%salesforce magic. Connect to a salesforce, using beatbox and then issue SQL commands within IPython or IPython Notebook.
-
From Source:
- download from https://github.com/eyaltrabelsi/salesforce_magic
- cd jupyter-salesforce
- python setup.py install
-
Using pip install: pip install git+https://github.com/eyaltrabelsi/salesforce_magic
In [1]: %load_ext salesforce_magic
In [2]: %%salesforce user,password,security_token
select id from account
- Long queries and salesforce time out