You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using map[text => text] as type, the stored type in the state mismatches the actual type, causing the provider to try and re-create the table each time:
@bobbyiliev: Materialize might just not report the information that you need in mz_columns to properly implement reads of the type property today. Will need to think about this one. I bet list types are broken in the same way.
When using
map[text => text]
as type, the stored type in the state mismatches the actual type, causing the provider to try and re-create the table each time:The text was updated successfully, but these errors were encountered: