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
I am using the transform feature to transform column names from snake case to camel case. This works great.
Unfortunately it also transforms the keys inside a jsonb field which i don't want. Looking through the code this seems intended behavior. Is there a way to opt out of this behavior. The only solution i came up with is to manually typecast jsonb fields to text but this has many undesirable side effects.
The text was updated successfully, but these errors were encountered:
I am using the transform feature to transform column names from snake case to camel case. This works great.
Unfortunately it also transforms the keys inside a jsonb field which i don't want. Looking through the code this seems intended behavior. Is there a way to opt out of this behavior. The only solution i came up with is to manually typecast jsonb fields to text but this has many undesirable side effects.
The text was updated successfully, but these errors were encountered: