Hello, how can I set airbyte to fetch data from the source, only from a certain period?, using for example a where clause?, the way it is, it fetch all rows, I have tables with more than 15 years of data.
Source MSSQL Destination Postgresql
Thanks.
Hello, how can I set airbyte to fetch data from the source, only from a certain period?, using for example a where clause?, the way it is, it fetch all rows, I have tables with more than 15 years of data.
Source MSSQL Destination Postgresql
Thanks.
Hello there! You are receiving this message because none of your fellow community members has stepped in to respond to your topic post. (If you are a community member and you are reading this response, feel free to jump in if you have the answer!) As a result, the Community Assistance Team has been made aware of this topic and will be investigating and responding as quickly as possible.
Some important considerations that will help your to get your issue solved faster:
Thank you for your time and attention.
Best,
The Community Assistance Team
Hi, I am looking for the same option! I would like to filter the amount of data extracted from source as well, based on a time column (e.g. cursor field with lookback), or a where clause. Currently I am unable to retrieve only data from lets say the last 3 months only. I have to sync and remove the old data afterwards which seems impractical.
To me, filtering data on the source seems like an option that is usefull for any sql source. To get more freedom in building your own post-processing scripts at destination and e.g. find what is deleted over the last 3 months.