Spark
Description
NOTE: Spark data source api is currently in alpha development and the API is not completely stable. The API may change or update in the future.
The spark data source API allows for the retrieval of historical feature values from file/database sources for building training datasets as well as materializing features into an online store.
Either a table name, a SQL query, or a file path can be provided.
Examples
Using a table reference from SparkSession(for example, either in memory or a Hive Metastore)
Using a query
Using a file reference
Last updated