Hello everyone! I’m using airbyte from S3 Source ...
# replication-troubleshooting
h
Hello everyone! I’m using airbyte from S3 Source with CSV files to Snowflake. Everything works great but recently we had to change the schema and add 2 more columns. ----- When I’m clicking on the “Refresh source schema” on the UI it takes a very long time and nothing happens (the schema does not refresh). (The refresh never finish). Any suggestions?
✍️ 1
u
@[DEPRECATED] Marcos Marx turned this message into Zendesk ticket 3012 to ensure timely resolution!
e
Hi. What version of airbyte are you using- We had this issue with the older versions - the newest is fine in our connectors. Also a workaround - since a refresh schema is delete from table DML statement and UPDATE DML statement for the schema it self - you can easily drop the table and skip the refresh source schema, use airbyte api to update the connector and run 🙂
s
If you have logs that would be very helpful here, or you can open browser developer tools > Network tab and see if there is a connection that is timing out