Importing Features from dbt
Overview
Prerequisites
Quick Start
1. Tag your dbt models
2. Define column types in schema.yml
3. Compile your dbt project
4. List available models
5. Import models as Feast definitions
CLI Reference
feast dbt list
feast dbt listfeast dbt import
feast dbt importOption
Description
Default
Type Mapping
dbt/SQL Type
Feast Type
Data Source Configuration
BigQuery
Snowflake
File
Best Practices
1. Use consistent tagging
2. Document your columns
3. Review before committing
4. Version control generated code
5. Integrate with CI/CD
Limitations
Troubleshooting
"manifest.json not found"
"No models found with tag"
"Missing entity column"
"Missing timestamp column"
Last updated
Was this helpful?