Structuring Feature Repos
Setting up multiple environments
Different version control branches
Separate feature_store.yaml files and separate Feast object definitions
feature_store.yaml files and separate Feast object definitions├── .github
│ └── workflows
│ ├── production.yml
│ └── staging.yml
│
├── staging
│ ├── driver_repo.py
│ └── feature_store.yaml
│
└── production
├── driver_repo.py
└── feature_store.yamlShared Feast Object definitions with separate feature_store.yaml files
feature_store.yaml filesSummary
Last updated
Was this helpful?