Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/featureform/featureform
/ functions
Functions
5,008 in github.com/featureform/featureform
⨍
Functions
5,008
◇
Types & classes
913
↳
Endpoints
59
↓ 19 callers
Method
Err
()
types/types.go:22
↓ 19 callers
Method
FetchProvider
(*Client, context.Context)
metadata/metadata_test.go:1912
↓ 19 callers
Method
GetResourceTable
(id ResourceID)
provider/offline.go:281
↓ 19 callers
Method
Provider
()
metadata/metadata_test.go:1911
↓ 19 callers
Method
Set
(entity string, value interface{})
provider/online.go:63
↓ 19 callers
Method
Type
()
scheduling/tasks.go:45
↓ 18 callers
Method
CreateTrainingSet
(TrainingSetDef)
provider/offline.go:287
↓ 18 callers
Method
Ext
Returns the file extension (e.g. "parquet", "csv", etc. of the object)
filestore/filepath.go:97
↓ 18 callers
Method
GetTransformationTable
(id ResourceID)
provider/offline.go:276
↓ 18 callers
Method
SetError
()
metrics/metrics.go:35
↓ 18 callers
Method
TrainingSets
()
metadata/metadata_test.go:1857
↓ 17 callers
Method
CreateMaterialization
(id ResourceID, options ...MaterializationOptions)
provider/offline.go:283
↓ 17 callers
Method
GetFeatureVariant
(ctx context.Context, id NameVariant)
metadata/client.go:199
↓ 17 callers
Method
NewestFileOfType
(prefix filestore.Filepath, fileType filestore.FileType)
provider/filestore.go:41
↓ 17 callers
Method
client
(self)
embeddinghub/test/benchmark.py:30
↓ 17 callers
Method
features
(self)
client/src/featureform/serving.py:966
↓ 17 callers
Function
getConnectionConfigs
()
provider/provider_config/provider_config_test.go:54
↓ 17 callers
Function
set_tags_properties
(tags: Optional[List[str]], properties: Optional[dict])
client/src/featureform/register.py:88
↓ 16 callers
Method
Create
(jobSpec *batchv1.JobSpec)
kubernetes/kubernetes.go:205
↓ 16 callers
Method
SetStatus
(ResourceID, pb.ResourceStatus)
metadata/metadata.go:219
↓ 16 callers
Function
get_properties
(resource, is_local)
client/tests/test_tags_and_properties.py:944
↓ 16 callers
Function
get_tags
(resource, is_local)
client/tests/test_tags_and_properties.py:940
↓ 15 callers
Method
CreatePrimaryTable
(id ResourceID, schema TableSchema)
provider/offline.go:278
↓ 15 callers
Method
Get
(ctx context.Context, key string, opts ...clientv3.OpOption)
backup/backup.go:21
↓ 15 callers
Function
GetTablename
(prefix, feature, variant string)
provider/dynamodb.go:187
↓ 15 callers
Method
InitClient
()
metadata/etcd.go:104
↓ 15 callers
Function
NewClient
(host string, logger *zap.SugaredLogger)
metadata/client.go:2243
↓ 15 callers
Function
ResetFactoryMap
()
runner/library.go:39
↓ 15 callers
Method
set
Set key to embedding. Args: key: The embedding index to set. embedding: A python list representing the embedding vect
embeddinghub/sdk/python/offlinehub.py:34
↓ 14 callers
Function
Create
(name RunnerName, config Config)
runner/library.go:59
↓ 14 callers
Function
CreateMockFeatureRows
(data []interface{})
runner/copy_test.go:259
↓ 14 callers
Method
GetPrimaryTable
(id ResourceID)
provider/offline.go:279
↓ 14 callers
Method
Label
()
provider/offline.go:301
↓ 14 callers
Method
Serialize
()
provider/provider_config/snowflake_config.go:31
↓ 14 callers
Method
Serialize
()
provider/provider_config/provider_config.go:10
↓ 14 callers
Method
Stop
()
metadata/metadata.go:1489
↓ 14 callers
Method
Type
()
metadata/client.go:1986
↓ 14 callers
Method
add
(self, resource: Resource)
client/src/featureform/resources.py:1852
↓ 14 callers
Method
clear_state
(self)
client/src/featureform/register.py:3683
↓ 14 callers
Method
create_space
Create a new space in Embeddinghub. A space is essentially a table. It can contain multiple different version and also be immutable.
embeddinghub/sdk/python/embeddinghub.py:41
↓ 14 callers
Function
fileStoreResourcePath
TODO: remove all remaining references to this function in favor of ResourceID.FilestorePath
provider/k8s.go:376
↓ 14 callers
Function
getTestBody
(pathParam = '/')
dashboard/__tests__/breadCrumbs.test.js:23
↓ 14 callers
Method
register_table
Register a SQL table as a primary data source. **Example** ``` postgres = client.get_provider("my_postgres") table =
client/src/featureform/register.py:132
↓ 14 callers
Method
state
(self)
client/src/featureform/register.py:3666
↓ 13 callers
Method
CloseSend
()
metadata/metadata_server_mock.go:26
↓ 13 callers
Function
CreateAndRun
()
runner/worker/worker.go:24
↓ 13 callers
Method
CreateTable
(feature, variant string, valueType ValueType)
provider/online.go:38
↓ 13 callers
Method
Features
()
metadata/metadata_test.go:1803
↓ 13 callers
Method
ID
()
provider/offline.go:314
↓ 13 callers
Method
Label
()
metadata/metadata_test.go:1875
↓ 13 callers
Method
List
(dirPath filestore.Filepath, fileType filestore.FileType)
provider/filestore.go:42
↓ 13 callers
Method
Mode
()
metadata/client.go:1542
↓ 13 callers
Function
NewLogger
(service string)
logging/logging.go:7
↓ 13 callers
Method
Put
(ctx context.Context, key string, val string, opts ...clientv3.OpOption)
backup/backup.go:22
↓ 13 callers
Method
RegisterResourceFromSourceTable
(id ResourceID, schema ResourceSchema)
provider/offline.go:273
↓ 13 callers
Method
Set
(ResourceID, Resource)
metadata/metadata.go:213
↓ 13 callers
Method
Source
()
metadata/metadata_test.go:1893
↓ 13 callers
Method
append
TODO: Add unit tests for this method
provider/k8s.go:426
↓ 13 callers
Function
assertConfigUpdateResult
ASSERT FUNCTIONS
metadata/provider_test.go:741
↓ 13 callers
Function
simpleFeatureRecords
()
serving/serving_test.go:32
↓ 12 callers
Method
Entity
()
provider/offline.go:328
↓ 12 callers
Method
FeatureServe
TODO: test serving embedding features
serving/serving.go:489
↓ 12 callers
Method
IsSQLTransformation
()
metadata/client.go:2093
↓ 12 callers
Method
Name
()
metadata/metadata_test.go:1721
↓ 12 callers
Method
ParseFilePath
Consumes a URI (e.g. abfss://<container>@<storage_account>/path/to/file) and parses it into the specific parts that the implementation expects.
filestore/filepath.go:103
↓ 12 callers
Method
SetIsDir
(isDir bool)
filestore/filepath.go:94
↓ 12 callers
Method
Type
()
provider/spark.go:70
↓ 12 callers
Method
close
Closes the client, closes channel for hosted mode
client/src/featureform/client.py:185
↓ 12 callers
Method
genericGet
(stream interface{}, t ResourceType, send sendFn)
metadata/metadata.go:1998
↓ 12 callers
Method
getColumns
(db *sql.DB, tableName string)
provider/sql.go:44
↓ 12 callers
Method
newVariableBindingIterator
()
provider/sql.go:1307
↓ 12 callers
Method
register_postgres
Register a Postgres provider. **Examples**: ``` postgres = ff.register_postgres( name="postgres-quickstart",
client/src/featureform/register.py:2944
↓ 12 callers
Method
register_spark
Register a Spark on Executor provider. **Examples**: ``` spark = ff.register_spark( name="spark-quickstart",
client/src/featureform/register.py:3201
↓ 12 callers
Function
set_environment_variables
(variables, delete=False)
provider/scripts/k8s/tests/test_offline_store_pandas_runner.py:229
↓ 12 callers
Function
testGetResources
(t *testing.T, typ ResourceType, tests ResourceTests)
metadata/metadata_test.go:1751
↓ 12 callers
Function
uploadCSVTable
will replace all the upload parquet table functions
provider/spark_test.go:40
↓ 11 callers
Method
Columns
()
provider/offline.go:308
↓ 11 callers
Method
Deserialize
(config SerializedConfig)
provider/provider_config/snowflake_config.go:23
↓ 11 callers
Method
GetTable
(feature, variant string)
provider/online.go:37
↓ 11 callers
Method
GetTrainingSetVariant
(ctx context.Context, id NameVariant)
metadata/client.go:566
↓ 11 callers
Method
IsDFTransformation
()
metadata/client.go:2119
↓ 11 callers
Method
Labels
()
metadata/metadata_test.go:1821
↓ 11 callers
Method
NameVariants
()
metadata/metadata_test.go:1664
↓ 11 callers
Function
NewEmptyFilepath
(storeType FileStoreType)
filestore/filepath.go:110
↓ 11 callers
Method
Subset
(nameVars []NameVariant)
metadata/metadata_test.go:1693
↓ 11 callers
Method
Variant
()
metadata/metadata_test.go:1718
↓ 11 callers
Method
Variants
()
metadata/metadata_test.go:1663
↓ 11 callers
Method
register_s3
Register a S3 store provider. This has the functionality of an offline store and can be used as a parameter to a k8s or spark provide
client/src/featureform/register.py:2356
↓ 11 callers
Method
search
Search for registered resources. Prints a list of results. **Examples:** ``` py title="Input" providers_list = rc.search("tra
client/src/featureform/register.py:5245
↓ 11 callers
Method
set_run
**Example 1**: Using set_run() without arguments will generate a random run name. ``` py import featureform as ff ff
client/src/featureform/register.py:1525
↓ 10 callers
Method
AsOnlineStore
()
provider/provider.go:45
↓ 10 callers
Method
Delete
(key filestore.Filepath)
provider/filestore.go:39
↓ 10 callers
Method
Format
()
metadata/client.go:1985
↓ 10 callers
Method
GetProvider
()
metadata/client.go:1251
↓ 10 callers
Method
GetSource
()
metadata/client.go:1331
↓ 10 callers
Method
GetSourceVariants
(ctx context.Context, ids []NameVariant)
metadata/client.go:804
↓ 10 callers
Method
Owner
()
metadata/client.go:1806
↓ 10 callers
Method
Serve
(keys []filestore.Filepath)
provider/filestore.go:37
↓ 10 callers
Method
Variant
()
metadata/dashboard/dashboard_metadata.go:1316
↓ 10 callers
Function
createKey
Uses Storage Type as prefix so Resources and Jobs can be queried more easily
metadata/etcd.go:154
← previous
next →
101–200 of 5,008, ranked by callers