- 1938 Views
- 4 replies
- 2 kudos
From a notebook I created a new feature store via:%sql
CREATE DATABASE IF NOT EXISTS feature_store_ebp;Within that feature store I fill my table with:feature_store_name = "feature_store_ebp.table_1"
try:
fs.write_table(
name=feature_stor...
- 1938 Views
- 4 replies
- 2 kudos
Latest Reply
What kind of runtime machine (version) do you use to run this code?
3 More Replies
by
anu_sh
• New Contributor II
- 1880 Views
- 3 replies
- 6 kudos
- 1880 Views
- 3 replies
- 6 kudos
Latest Reply
Here are the supported data types for the Feature Store:https://docs.databricks.com/applications/machine-learning/feature-store/feature-tables.html#supported-data-typesAs you can see, image is not between them, but you could use BinaryType.
2 More Replies