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
Let's imagine I have currently 100 rows in version 1, and then I insert 10 rows in version 2. If I load a table at version 2 I will get 110 rows... Nice... Now, what if I want to load just the changes introduced in version 2? and with this I want only those 10 rows, is there any way to do this? I had been through the documentation for both Python and Rust and I cannot see anything here to help me (except maybe history?).
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Let's imagine I have currently 100 rows in
version 1
, and then I insert 10 rows inversion 2
. If I load a table atversion 2
I will get 110 rows... Nice... Now, what if I want to load just the changes introduced inversion 2
? and with this I want only those 10 rows, is there any way to do this? I had been through the documentation for both Python and Rust and I cannot see anything here to help me (except maybe history?).Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions