Interacting with the Feature Store

Tecton Objects are used to configure the data sources, features, and services run in the Tecton cluster.

To access Tecton Objects, use them in a notebook.

Workspaces

tecton.get_workspace

Fetch an existing tecton.Workspace by name.

tecton.list_workspaces

Returns a list of the names of all registered Workspaces.

tecton.Workspace

Workspace class.

Helper Classes & Functions

tecton.set_credentials

Explicitly override tecton credentials settings.

tecton.DataFrame

A thin wrapper around Pandas and Spark dataframes.

tecton.FeatureVector

FeatureVector Class.

Datasets

tecton.Workspace.get_dataset

Returns a tecton.interactive.Dataset within a workspace.

tecton.Workspace.list_datasets

Returns a list of all registered Datasets within a workspace.

tecton.interactive.Dataset

Dataset class.