redivis$table
Last updated
Was this helpful?
Last updated
Was this helpful?
Construct a new table instance. This method can only be called if (this is automatically set within a Redivis notebook to that notebook's workflow).
table_reference
: str
The reference to the table. Can often just be the table's name, but providing additional information in the reference will ensure that your code works if the table is renamed. In Redivis notebooks, the source table of the notebook can always be referenced as "_source_"
.