Replies: 1 comment
-
You could accomplish that using pydantic or really any object with a custom constructor |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
I couldn't find this in the docs. Is it possible to customize which columns maps to which fields? Let's say I have a column named
name
, but in Python I want to store that data in a field calledfile_name
. Would that be possible?Beta Was this translation helpful? Give feedback.
All reactions