feat(python): combine load_version/load_with_datetime into load_as_version#1968
feat(python): combine load_version/load_with_datetime into load_as_version#1968roeap merged 12 commits intodelta-io:mainfrom
load_as_version#1968Conversation
roeap
left a comment
There was a problem hiding this comment.
thanks for this refactor.
somehow I am not a fan of the name load_to, but also don't have a better one ready.
|
maybe an opportunity to fix #1967 as well? |
@roeap maybe we can just name it |
|
I try to always see if it works as a short sentence ... "load [table] to version" just somehow hit my ear wrong 😆. Would "load [table] as version" work? |
|
@roeap Yeah when you read it like that it doesn't sound right haha. Hmm, that would translate into load_as_version or load_asof? |
|
Not sure myself, but what would you think about |
|
@roeap I think |
load_toload_as_version
Description
Combines the two functions into one.
Related Issue(s)