Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Jan 27, 2026

What this PR does / why we need it:

Adds blog post documenting Feast's dbt integration to infra/website/docs/blog/feast-dbt-integration.md, written from the perspective of dbt users who want to leverage their existing models for production AI.

Content structure:

  • Opens by addressing dbt users who've invested in building quality models
  • Problem space: dbt models getting reimplemented for AI instead of being reused directly
  • Solution: auto-importing existing dbt models as Feast FeatureViews via manifest.json
  • Practical example: ride-sharing driver features showing how to take existing dbt models to production
  • Step-by-step tutorial emphasizing no changes to dbt workflow required
  • Advanced patterns: multiple entities, Snowflake/file sources, customization options
  • Production integration: CI/CD automation, tagging conventions, documentation practices
  • Real-world impact from dbt users' perspective

Narrative approach:
The blog post speaks directly to dbt users, emphasizing that their existing models are already AI-ready and can go to production without rewriting. All examples frame steps as using "existing" models rather than creating new ones, positioning Feast as respecting dbt as the single source of truth. Uses AI terminology consistently throughout (e.g., "AI features", "AI team", "AI predictions", "AI deployment").

Visual design:
Features a custom hero image (dbt+feast.png) showcasing the dbt and Feast logos with a rocket launch visual, symbolizing the powerful integration and the journey from dbt models to production AI features.

Misc

Blog post validated with Astro build system. Uses custom hero image asset featuring dbt and Feast branding. Authored by Francisco Javier Arceo and Yassin Nouh.

Original prompt

This section details on the original issue you should resolve

<issue_title>blog post on Feast dbt integration</issue_title>
<issue_description>Is your feature request related to a problem? Please describe.
We should write a blog post on Feast dbt integration

Describe the solution you'd like
Tutorial and how to use dbt with Feast based on the docuemtnation

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.
</issue_description>

<agent_instructions>should go in infra/website blog posts</agent_instructions>

Comments on the Issue (you are @copilot in this section)


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.


Open with Devin

Co-authored-by: franciscojavierarceo <4163062+franciscojavierarceo@users.noreply.github.com>
Copilot AI changed the title [WIP] Add blog post on Feast dbt integration feat: Add blog post on Feast dbt integration Jan 27, 2026

# Streamlining ML Feature Engineering with Feast and dbt

If you're building machine learning models in production, you've likely faced the challenge of managing features consistently across training and serving environments. You've probably also encountered the frustration of maintaining duplicate data transformations—once in your data warehouse (often using dbt) and again in your feature store.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@copilot We should reframe this from the lens of a user of DBT that loves their models and wants to easily get some dbt model into production.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reframed the entire blog post from a dbt user's perspective. The post now:

  • Opens by speaking directly to dbt users who've invested in their models
  • Emphasizes that existing dbt models are already ML-ready and don't need rewriting
  • Frames steps as using "existing" models rather than creating new ones
  • Adds a "What Just Happened?" section to highlight the value of going from dbt to production
  • Updates the conclusion to be action-oriented for dbt users

The narrative now centers on dbt users who love their models and want to easily get them into production for ML without duplication. ✨

Commit: 48768fd

Copilot AI and others added 2 commits January 27, 2026 20:15
Co-authored-by: franciscojavierarceo <4163062+franciscojavierarceo@users.noreply.github.com>
Co-authored-by: franciscojavierarceo <4163062+franciscojavierarceo@users.noreply.github.com>
Copy link
Contributor Author

Copilot AI commented Jan 27, 2026

Just as a heads up, I was blocked by some firewall rules while working on your feedback. Expand below for details.

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • telemetry.astro.build
    • Triggering command: /usr/local/bin/node node /home/REDACTED/work/feast/feast/infra/website/node_modules/.bin/astro build (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

Copy link
Member

@franciscojavierarceo franciscojavierarceo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@copilot please replace instances of ML/machine learning with AI.

Co-authored-by: franciscojavierarceo <4163062+franciscojavierarceo@users.noreply.github.com>
Copy link
Contributor Author

Copilot AI commented Jan 29, 2026

@copilot please replace instances of ML/machine learning with AI.

Replaced all instances of ML/machine learning with AI throughout the blog post. Changes include:

  • Title: "Streamlining AI Feature Engineering with Feast and dbt"
  • Description: "accelerate AI development"
  • All references: AI team, AI features, AI predictions, AI deployment, AI expertise
  • Section headings updated to use AI terminology

The blog post now consistently uses AI terminology while maintaining all technical content and the dbt-user-centric perspective.

Commit: 564a01f

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • telemetry.astro.build
    • Triggering command: /usr/local/bin/node node /home/REDACTED/work/feast/feast/infra/website/node_modules/.bin/astro build (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

- Use -m/--manifest-path flag instead of positional args (9 instances)
- Replace --tag-filter with correct --tag flag (3 instances)
- Remove non-existent --no-online flag
- Fix CI/CD example: -t feast set timestamp-field, use --tag feast
- Update feast dbt list output to match actual CLI format
- Bump GitHub Actions versions from v2 to v4/v5
- Update Python version from 3.9 to 3.11

Signed-off-by: yassinnouh21 <yassinnouh21@gmail.com>
---

<div class="hero-image">
<img src="/images/blog/rocket.png" alt="Feast and dbt Integration" loading="lazy">

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@copilot can you use this photo?

Image

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm unable to download the image from the GitHub URL due to network restrictions in this environment. Could you:

  1. Upload the image directly to the repository at infra/website/public/images/blog/feast-dbt-integration.png, or
  2. Provide the image through a different accessible URL?

Once the image is available in the repository, I can update the blog post to reference it.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@copilot I updated it and called it dbt+feast.png please update the blog post

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated the blog post to use the new hero image dbt+feast.png.

Hero Image

The image featuring the dbt and Feast logos with the rocket launch visual is now live in the blog post.

Commit: ab1f729

Copy link
Contributor Author

Copilot AI commented Feb 10, 2026

Just as a heads up, I was blocked by some firewall rules while working on your feedback. Expand below for details.

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • github-production-user-asset-6210df.s3.amazonaws.com
    • Triggering command: /usr/bin/curl curl -L -o feast-dbt-integration.png REDACTED (dns block)
    • Triggering command: /home/REDACTED/work/_temp/ghcca-node/node/bin/node /home/REDACTED/work/_temp/ghcca-node/node/bin/node --enable-source-maps /home/REDACTED/work/_temp/copilot-developer-action-main/dist/index.js (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

franciscojavierarceo and others added 2 commits February 10, 2026 18:25
Co-authored-by: franciscojavierarceo <4163062+franciscojavierarceo@users.noreply.github.com>
Copy link
Contributor Author

Copilot AI commented Feb 10, 2026

Just as a heads up, I was blocked by some firewall rules while working on your feedback. Expand below for details.

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • telemetry.astro.build
    • Triggering command: /home/REDACTED/work/_temp/ghcca-node/node/bin/node node /home/REDACTED/work/feast/feast/infra/website/node_modules/.bin/astro build (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

@franciscojavierarceo franciscojavierarceo marked this pull request as ready for review February 10, 2026 18:35
@franciscojavierarceo franciscojavierarceo requested a review from a team as a code owner February 10, 2026 18:35
@franciscojavierarceo franciscojavierarceo merged commit b3c8138 into master Feb 10, 2026
21 of 22 checks passed
Copy link
Contributor

@devin-ai-integration devin-ai-integration bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no bugs or issues to report.

Open in Devin Review

Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: ab1f729372

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines +446 to +448
cd your_dbt_project
dbt compile
feast dbt import -m target/manifest.json -e your_entity_column -d bigquery

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Add output mode to final quickstart import command

The closing “try it out” snippet asks users to run feast dbt import directly from your_dbt_project without --output or --dry-run, which makes the command try to apply objects to a Feast registry and requires a valid feature_store.yaml in the current directory. In the common case where readers are following this as their first Feast setup from a dbt project, this command will fail before they can see results; either switch to an existing Feast repo before this step or include --output ... in this final example.

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

blog post on Feast dbt integration

3 participants