Overview
Introduction¶
This tutorial shows you how to export FeatureByte features as SQL code that runs independently in your data warehouse. You can take features discovered through FeatureByte Feature Ideation and deploy them using your existing SQL infrastructure.
You might want to export SQL when you need to:
- Compute features in your existing data pipelines
- Use your own scheduling tools (Airflow, dbt, Databricks Jobs)
- Compute features directly in your warehouse for cost or compliance reasons
- Operationalize FeatureByte discoveries without ongoing FeatureByte infrastructure
How It Works¶
The process is straightforward:
- Use FeatureByte to ideate and validate features
- Export those features as SQL templates with placeholders
- Fill in the placeholders for your specific environment
- Schedule the SQL to run using your preferred tools
Tutorial Structure¶
Getting Started¶
Begin with SQL Export to see how the export functionality works.