Type error from ash_postgres for `{:array, :map}`
I have this resource attribute:
When attempting to update the resource with
I found this article https://elixirforum.com/t/ash-resource-update-error-postgrex-error-error-42804-datatype-mismatch-column-roles-is-of-type-jsonb/62136, but I'm on latest
Any insight into why I'm getting this would be great. It works fine when using an Ecto Schema and Changeset.
When attempting to update the resource with
resource |> Ash.Changeset.for_update(:update, %{things: [%{key: "value"}]}) |> Ash.update! I get this error:I found this article https://elixirforum.com/t/ash-resource-update-error-postgrex-error-error-42804-datatype-mismatch-column-roles-is-of-type-jsonb/62136, but I'm on latest
ash_postgres 2.6.17.Any insight into why I'm getting this would be great. It works fine when using an Ecto Schema and Changeset.
