Hi, I am doing a PoC for airbyte with mysql and re...
# ask-community-for-troubleshooting
s
Hi, I am doing a PoC for airbyte with mysql and redshift source. And wanted to know if I am creating a connection for first time and only want to sync partial data. Lets say data of 1 day and not whole table, is there a way to achieve this? Also lets say I run the connection manually can this be achieved to sync only partial data
m
You can create a view in Mysql and sync the view.
s
Thank you for suggestion
@Marcos Marx (Airbyte) But in documentation https://docs.airbyte.com/integrations/sources/mysql/ It only talks about tables and not views, is views supported now?