Skip to content

Commit 15cd088

Browse files
authored
Clarify Connector Spec Caching. (#7664)
1 parent f83eca5 commit 15cd088

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/contributing-to-airbyte/developing-locally.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,10 @@ npm start
136136

137137
### Connector Specification Caching
138138

139-
The Configuration API caches connector specifications. This is done to avoid needing to run docker everytime one is needed in the UI. Without this caching, the UI crawls. If you update the specification of a connector and you need to clear this cache so the API / UI pick up the change. You have two options: 1. Go to the Admin page in the UI and update the version of the connector. Updating to the same version will for the cache to clear for that connector. 1. Restart the server
139+
The Configuration API caches connector specifications. This is done to avoid needing to run Docker everytime one is needed in the UI. Without this caching, the UI crawls. If you update the specification of a connector and need to clear this cache so the API / UI picks up the change, you have two options:
140+
141+
1. Go to the Admin page in the UI and update the version of the connector. Updating to any version, including the one you're already on, will trigger clearing the cache.
142+
2. Restart the server by running the following commands:
140143

141144
```bash
142145
VERSION=dev docker-compose down -v

0 commit comments

Comments
 (0)