Hey all , got a question is it possible to make a ...
# ask-community-for-troubleshooting
a
Hey all , got a question is it possible to make a new connection and start it from x point in time as opposed to having to load the entire table from scratch ? I'm trying to replace a bash script that currently does the EL part and it works fine , but i dont want to have to reload 900Gb worth of data to do so with Airbyte
c
You could create a View of each table you wanted to import that was restricted to results >= x date.
s
Which connectors are you using? Sometimes they allow a
start_date
which might do what you're looking for