Create a feature repository
feast init
Creating a new Feast repository in /<...>/tiny_pika.feast init -t gcp
Creating a new Feast repository in /<...>/tiny_pika.$ tree
.
└── tiny_pika
├── data
│ └── driver_stats.parquet
├── example.py
└── feature_store.yaml
1 directory, 3 files# Replace "tiny_pika" with your auto-generated dir name
cd tiny_pikaLast updated
Was this helpful?