Zoltan C. Toth
07/18/2023, 9:22 AMkapa.ai
07/18/2023, 9:22 AMkapa.ai
07/18/2023, 9:23 AMairbyte-platform repository, restart the server by running the following commands: bash VERSION=dev docker compose down -v VERSION=dev docker compose up This should help persist the updated versions of your components. If you're running in dev mode, all data will be persisted in /tmp/dev_root [source](https://docs.airbyte.com/contributing-to-airbyte/resources/developing-locally). If you're still facing issues, it might be helpful to reset Airbyte. However, be aware that this will reset and delete existing syncs, configured sources, or destinations. You can reset Airbyte by deleting the docker volumes associated with Airbyte. Here's how you can do it: - Turn off Airbyte completely: docker-compose down -v (-v will remove volumes and you'll start from an empty db) - Turn Airbyte back on: docker-compose up More on this can be found [here](https://airbyte.com/tutorials/creating-duckdb-destination-with-python).