Context
PR #5827 added dbt integration but lacks proper integration tests with an actual dbt project setup.
Description
As mentioned by @franciscojavierarceo in PR #5827, we need a lightweight local dbt project that:
- Sets up a minimal dbt project structure
- Runs dbt compile to generate manifest.json
- Tests the full
feast dbt import workflow end-to-end
- Validates generated Feast objects
Acceptance Criteria
Related
Context
PR #5827 added dbt integration but lacks proper integration tests with an actual dbt project setup.
Description
As mentioned by @franciscojavierarceo in PR #5827, we need a lightweight local dbt project that:
feast dbt importworkflow end-to-endAcceptance Criteria
sdk/python/tests/integration/dbt/Related