EdgeSession
Edge Session Object
class edge.api.EdgeSession
EdgeSession objects serve as your "entry point" into the Edge API.
Currently there is no public way to construct these objects; you
should always use the automatically-generated edge
object present in
new Jupyter notebooks.
Properties
Methods
Reference
files
To access the Edge files API, use the EdgeSession.files
property.
Provides access to the Edge file system for your organization. The folder it returns is the "root folder", i.e. the base of the file tree. You can open files and other folders as needed from here.
sources
Provides access to Data Connectors in Edge based on the external sources currently available for your organization. You can use this interface to access and download remote data.
search()
Search the object collections
Parameters
query (str) — String to search for uses trigram-based "fuzzy" search, so can be approximate.
kind (str) — search limiting filter, one of file, folder, connector
Returns
list(SearchResult)
List of search results.