Geoffrey Garcia
10/24/2022, 5:21 PMuser
10/24/2022, 11:26 PMI note after each file sync that the views I have created on the db tables are removed.Today this is a limitation and Airbyte will drop the table created. You can try to use full refresh append which will not drop the table but will apend data, so you can have maybe a store procedure to clean it or views to query the data.