Ash FrameworkAF
Ash Framework3y ago
21 replies
michaelst

Invalid association, not an ecto schema

I'm getting a strange compile error that I can't replicate locally, only in GitHub Actions, I'm on the latest version of everything, ash deps, elixir and erlang.
==> spendable
Compiling 5 files (.ex)
warning: invalid association `budget` in schema Spendable.BudgetAllocation: associated module Spendable.Budget is not an Ecto schema
Warning:   lib/spendable/resources/budget_allocation.ex:1


I'm not sure what would be different in GitHub Actions to cause this, any ideas where to look?
Was this page helpful?