redivis
module Redivis
The redivis module, available via import redivis
. Through this module and its methods, you can create, update, query, and read from various resources on Redivis.
Attributes
| The current version of this library |
Methods
Construct a reference to the current notebook. Can only be called within a Redivis notebook. | |
| Construct a new File instance. |
| Construct a new Organization instance. |
| Execute a SQL query, returning a Query instance. |
| Construct a new Table instance. This method can only be called if default project / dataset is set (this is automatically set within a Redivis notebook to that notebook's project). |
| Construct a new User instance. |
Examples
Last updated